| Package | Description |
|---|---|
| org.apache.calcite.adapter.jdbc |
Query provider based on a JDBC data source.
|
| 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.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.
|
class |
JdbcTableScan
Relational expression representing a scan of a table in a JDBC data source.
|
| Modifier and Type | Method and Description |
|---|---|
JdbcImplementor.Builder |
JdbcImplementor.Result.builder(JdbcRel rel,
org.apache.calcite.adapter.jdbc.JdbcImplementor.Clause... clauses)
Once you have a Result of implementing a child relational expression,
call this method to create a Builder to implement the current relational
expression by adding additional clauses to the SQL query.
|
| Constructor and Description |
|---|
JdbcImplementor.Builder(JdbcRel rel,
List<org.apache.calcite.adapter.jdbc.JdbcImplementor.Clause> clauses,
SqlSelect select,
JdbcImplementor.Context context) |
Copyright © 2012–2015 The Apache Software Foundation. All rights reserved.