Uses of Class
org.apache.wayang.basic.operators.TableSource
-
-
Uses of TableSource in org.apache.wayang.basic.operators
Constructors in org.apache.wayang.basic.operators with parameters of type TableSource Constructor Description TableSource(TableSource that)
Copies an instance (exclusive of broadcasts). -
Uses of TableSource in org.apache.wayang.genericjdbc.operators
Subclasses of TableSource in org.apache.wayang.genericjdbc.operators Modifier and Type Class Description class
GenericJdbcTableSource
-
Uses of TableSource in org.apache.wayang.jdbc.operators
Subclasses of TableSource in org.apache.wayang.jdbc.operators Modifier and Type Class Description class
JdbcTableSource
PostgreSQL implementation for theTableSource
. -
Uses of TableSource in org.apache.wayang.postgres.operators
Subclasses of TableSource in org.apache.wayang.postgres.operators Modifier and Type Class Description class
PostgresTableSource
PostgreSQL implementation for theTableSource
. -
Uses of TableSource in org.apache.wayang.sqlite3.operators
Subclasses of TableSource in org.apache.wayang.sqlite3.operators Modifier and Type Class Description class
Sqlite3TableSource
Implementation of theTableSource
for theSqlite3Platform
.
-