Uses of Class
org.apache.wayang.jdbc.execution.JdbcExecutor
Packages that use JdbcExecutor
-
Uses of JdbcExecutor in org.apache.wayang.jdbc.execution
Methods in org.apache.wayang.jdbc.execution with parameters of type JdbcExecutorModifier and TypeMethodDescriptionprotected static Tuple2<String,SqlQueryChannel.Instance> JdbcExecutor.createSqlQuery(ExecutionStage stage, OptimizationContext context, JdbcExecutor jdbcExecutor) Creates a query channel and the sql statementstatic StringBuilderJdbcExecutor.createSqlString(JdbcExecutor jdbcExecutor, JdbcTableSource tableOp, Collection<JdbcFilterOperator> filterTasks, JdbcProjectionOperator projectionTask, Collection<JdbcJoinOperator<?>> joinTasks)