| Package | Description |
|---|---|
| org.apache.calcite.adapter.jdbc |
Query provider based on a JDBC data source.
|
| Class and Description |
|---|
| JdbcConvention
Calling convention for relational operations that occur in a JDBC
database.
|
| JdbcImplementor
State for generating a SQL statement.
|
| JdbcImplementor.Builder
Builder.
|
| JdbcImplementor.Context |
| JdbcImplementor.Result
Result of implementing a node.
|
| JdbcQueryProvider
Implementation of
QueryProvider that talks to JDBC databases. |
| JdbcRel
Relational expression that uses JDBC calling convention.
|
| JdbcRules.JdbcAggregate
Aggregate operator implemented in JDBC convention.
|
| JdbcRules.JdbcFilter
Implementation of
Filter in
jdbc calling convention. |
| JdbcRules.JdbcIntersect
Intersect operator implemented in JDBC convention.
|
| JdbcRules.JdbcJoin
Join operator implemented in JDBC convention.
|
| JdbcRules.JdbcMinus
Minus operator implemented in JDBC convention.
|
| JdbcRules.JdbcProject
Implementation of
LogicalProject in
jdbc calling convention. |
| JdbcRules.JdbcSort
Sort operator implemented in JDBC convention.
|
| JdbcRules.JdbcUnion
Union operator implemented in JDBC convention.
|
| JdbcSchema
Implementation of
Schema that is backed by a JDBC data source. |
Copyright © 2012–2015 The Apache Software Foundation. All rights reserved.