Uses of Class
mindsdb.models.MDBTable
Packages that use MDBTable
-
Uses of MDBTable in mindsdb.models
Subclasses of MDBTable in mindsdb.modelsModifier and TypeClassDescriptionclass
The View class represents a specific type of table that focuses on views.Methods in mindsdb.models that return MDBTableModifier and TypeMethodDescriptionDatabase.createTable
(String name, Query query, boolean replace) Create a table from a queryDatabase.createTable
(String name, tech.tablesaw.api.Table df, boolean replace) Create a table from a queryFilter the table by key-value pairs >>> table.filter("a=1", "b=2") *Get table by nameLimit the number of rows returned by the queryTrack the table by a columnMethods in mindsdb.models that return types with arguments of type MDBTableMethods in mindsdb.models with parameters of type MDBTable -
Uses of MDBTable in mindsdb.services
Methods in mindsdb.services that return MDBTableModifier and TypeMethodDescriptionCreate a table from a queryCreate a table from a DataFrameGet a table by nameMethods in mindsdb.services that return types with arguments of type MDBTableMethods in mindsdb.services with parameters of type MDBTable