public class JdbcRules extends Object
JdbcConvention
calling convention.| Modifier and Type | Class and Description |
|---|---|
static class |
JdbcRules.JdbcAggregate
Aggregate operator implemented in JDBC convention.
|
static class |
JdbcRules.JdbcCalc
Calc operator implemented in JDBC convention.
|
static class |
JdbcRules.JdbcFilter
Implementation of
Filter in
jdbc calling convention. |
static class |
JdbcRules.JdbcIntersect
Intersect operator implemented in JDBC convention.
|
static class |
JdbcRules.JdbcJoin
Join operator implemented in JDBC convention.
|
static class |
JdbcRules.JdbcMinus
Minus operator implemented in JDBC convention.
|
static class |
JdbcRules.JdbcProject
Implementation of
LogicalProject in
jdbc calling convention. |
static class |
JdbcRules.JdbcSort
Sort operator implemented in JDBC convention.
|
static class |
JdbcRules.JdbcTableModificationRule
Rule that converts a table-modification to JDBC.
|
static class |
JdbcRules.JdbcTableModify
Table-modification operator implemented in JDBC convention.
|
static class |
JdbcRules.JdbcUnion
Union operator implemented in JDBC convention.
|
static class |
JdbcRules.JdbcValues
Values operator implemented in JDBC convention.
|
static class |
JdbcRules.JdbcValuesRule
Rule that converts a values operator to JDBC.
|
protected static final Logger LOGGER
public static List<RelOptRule> rules(JdbcConvention out)
Copyright © 2012–2015 The Apache Software Foundation. All rights reserved.