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 classGenericJdbcTableSource -
Uses of TableSource in org.apache.wayang.jdbc.operators
Subclasses of TableSource in org.apache.wayang.jdbc.operators Modifier and Type Class Description classJdbcTableSourcePostgreSQL 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 classPostgresTableSourcePostgreSQL 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 classSqlite3TableSourceImplementation of theTableSourcefor theSqlite3Platform.
-