Package org.apache.calcite.adapter.jdbc
package org.apache.calcite.adapter.jdbc
Query provider based on a JDBC data source.
-
ClassDescriptionSchema based upon a JDBC catalog (database).Calling convention for relational operations that occur in a JDBC database.State for generating a SQL statement.Implementation of
QueryProvider
that talks to JDBC databases.Relational expression that uses JDBC calling convention.Rules and relational operators forJdbcConvention
calling convention.Aggregate operator implemented in JDBC convention.Rule to convert aAggregate
to aJdbcRules.JdbcAggregate
.Deprecated.Implementation ofFilter
injdbc calling convention
.Rule to convert aFilter
to anJdbcRules.JdbcFilter
.Intersect operator implemented in JDBC convention.Rule to convert aIntersect
to aJdbcRules.JdbcIntersect
.Join operator implemented in JDBC convention.Rule that converts a join to JDBC.Minus operator implemented in JDBC convention.Rule to convert aMinus
to aJdbcRules.JdbcMinus
.Implementation ofProject
injdbc calling convention
.Rule to convert aProject
to anJdbcRules.JdbcProject
.Sort operator implemented in JDBC convention.Rule to convert aSort
to anJdbcRules.JdbcSort
.Rule that converts a table-modification to JDBC.Table-modification operator implemented in JDBC convention.Union operator implemented in JDBC convention.Rule to convert anUnion
to aJdbcRules.JdbcUnion
.Values operator implemented in JDBC convention.Rule that converts a values operator to JDBC.Implementation ofSchema
that is backed by a JDBC data source.Schema factory that creates aJdbcSchema
.Do not use.Queryable that gets its data from a table within a JDBC connection.Relational expression representing a scan of a table in a JDBC data source.Relational expression representing a scan of a table in a JDBC data source.Rule to convert a relational expression fromJdbcConvention
toEnumerableConvention
.