ibis.sql.sqlite.api.SQLiteClient.table¶
-
SQLiteClient.
table
(name, database=None)¶ Create a table expression that references a particular table in the SQLite database
Parameters: name : string
database : string, optional
name of the attached database that the table is located in.
Returns: table : TableExpr