Uses of Class
org.apache.wayang.jdbc.compiler.FunctionCompiler
-
Packages that use FunctionCompiler Package Description org.apache.wayang.jdbc.operators -
-
Uses of FunctionCompiler in org.apache.wayang.jdbc.operators
Methods in org.apache.wayang.jdbc.operators with parameters of type FunctionCompiler Modifier and Type Method Description java.lang.String
JdbcExecutionOperator. createSqlClause(java.sql.Connection connection, FunctionCompiler compiler)
Creates a SQL clause for this instance.java.lang.String
JdbcFilterOperator. createSqlClause(java.sql.Connection connection, FunctionCompiler compiler)
java.lang.String
JdbcJoinOperator. createSqlClause(java.sql.Connection connection, FunctionCompiler compiler)
java.lang.String
JdbcProjectionOperator. createSqlClause(java.sql.Connection connection, FunctionCompiler compiler)
java.lang.String
JdbcTableSource. createSqlClause(java.sql.Connection connection, FunctionCompiler compiler)
-