Uses of Class
org.apache.wayang.basic.operators.TableSource
Packages that use TableSource
Package
Description
-
Uses of TableSource in org.apache.wayang.basic.operators
Constructors in org.apache.wayang.basic.operators with parameters of type TableSourceModifierConstructorDescriptionTableSource
(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 -
Uses of TableSource in org.apache.wayang.jdbc.operators
Subclasses of TableSource in org.apache.wayang.jdbc.operators -
Uses of TableSource in org.apache.wayang.postgres.operators
Subclasses of TableSource in org.apache.wayang.postgres.operators -
Uses of TableSource in org.apache.wayang.sqlite3.operators
Subclasses of TableSource in org.apache.wayang.sqlite3.operatorsModifier and TypeClassDescriptionclass
Implementation of theTableSource
for theSqlite3Platform
.