Uses of Class
org.apache.wayang.jdbc.compiler.FunctionCompiler
Packages that use FunctionCompiler
-
Uses of FunctionCompiler in org.apache.wayang.jdbc.operators
Methods in org.apache.wayang.jdbc.operators with parameters of type FunctionCompilerModifier and TypeMethodDescriptionJdbcExecutionOperator.createSqlClause
(Connection connection, FunctionCompiler compiler) Creates a SQL clause for this instance.JdbcFilterOperator.createSqlClause
(Connection connection, FunctionCompiler compiler) JdbcJoinOperator.createSqlClause
(Connection connection, FunctionCompiler compiler) JdbcProjectionOperator.createSqlClause
(Connection connection, FunctionCompiler compiler) JdbcTableSource.createSqlClause
(Connection connection, FunctionCompiler compiler)