Uses of Class
org.apache.wayang.jdbc.operators.JdbcTableSource
Packages that use JdbcTableSource
Package
Description
-
Uses of JdbcTableSource in org.apache.wayang.genericjdbc.operators
Subclasses of JdbcTableSource in org.apache.wayang.genericjdbc.operators -
Uses of JdbcTableSource in org.apache.wayang.jdbc.execution
Methods in org.apache.wayang.jdbc.execution with parameters of type JdbcTableSourceModifier and TypeMethodDescriptionstatic StringBuilderJdbcExecutor.createSqlString(JdbcExecutor jdbcExecutor, JdbcTableSource tableOp, Collection<JdbcFilterOperator> filterTasks, JdbcProjectionOperator projectionTask, Collection<JdbcJoinOperator<?>> joinTasks) -
Uses of JdbcTableSource in org.apache.wayang.jdbc.operators
Constructors in org.apache.wayang.jdbc.operators with parameters of type JdbcTableSourceModifierConstructorDescriptionCopies an instance (exclusive of broadcasts). -
Uses of JdbcTableSource in org.apache.wayang.postgres.operators
Subclasses of JdbcTableSource in org.apache.wayang.postgres.operatorsConstructors in org.apache.wayang.postgres.operators with parameters of type JdbcTableSourceModifierConstructorDescriptionCopies an instance (exclusive of broadcasts). -
Uses of JdbcTableSource in org.apache.wayang.sqlite3.operators
Subclasses of JdbcTableSource in org.apache.wayang.sqlite3.operatorsModifier and TypeClassDescriptionclassImplementation of theTableSourcefor theSqlite3Platform.