Uses of Class
mindsdb.models.MDBTable
-
Uses of MDBTable in mindsdb.models
Modifier and TypeClassDescriptionclass
The View class represents a specific type of table that focuses on views.Modifier 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 column -
Uses of MDBTable in mindsdb.services
Modifier and TypeMethodDescriptionCreate a table from a queryCreate a table from a DataFrameGet a table by name