Package org.apache.calcite.adapter.jdbc
package org.apache.calcite.adapter.jdbc
Query provider based on a JDBC data source.
-
ClassDescriptionBase class for JDBC schemas.Schema based upon a JDBC catalog (database).Calling convention for relational operations that occur in a JDBC database.A special DataContext which handles correlation variable for batch nested loop joins.An implementation class of JdbcCorrelationDataContext.State for generating a SQL statement.Implementation of
QueryProviderthat talks to JDBC databases.Relational expression that uses JDBC calling convention.Rules and relational operators forJdbcConventioncalling convention.Aggregate operator implemented in JDBC convention.Rule to convert aAggregateto aJdbcRules.JdbcAggregate.Deprecated.Implementation ofFilterinjdbc calling convention.Rule to convert aFilterto anJdbcRules.JdbcFilter.Intersect operator implemented in JDBC convention.Rule to convert aIntersectto aJdbcRules.JdbcIntersect.Join operator implemented in JDBC convention.Rule that converts a join to JDBC.Minus operator implemented in JDBC convention.Rule to convert aMinusto aJdbcRules.JdbcMinus.Implementation ofProjectinjdbc calling convention.Rule to convert aProjectto anJdbcRules.JdbcProject.Sort operator implemented in JDBC convention.Rule to convert aSortto 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 anUnionto aJdbcRules.JdbcUnion.Values operator implemented in JDBC convention.Rule that converts a values operator to JDBC.Implementation ofSchemathat 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 fromJdbcConventiontoEnumerableConvention.