Package org.apache.calcite.adapter.innodb
package org.apache.calcite.adapter.innodb
InnoDB query provider.
-
ClassDescriptionMappings from
innodb-java-reader
column types to corresponding SQL types.Index condition.Implementation of aFilter
relational expression for an InnoDB data source.Builtin methods in InnoDB data source.Implementation ofProject
relational expression for an InnoDB data source.Relational expression that uses InnoDB calling convention.Callback for the implementation process that converts a tree ofInnodbRel
nodes into an InnoDB direct call query.Rules and relational operators forInnodbRel.CONVENTION
calling convention.Rule to convert aLogicalFilter
to aInnodbFilter
.Rule configuration.Rule to convert aLogicalProject
to aInnodbProject
.Rule to convert aSort
to aInnodbSort
.Rule configuration.Rule to convert aSort
to aInnodbSort
based on InnoDB table clustering index.Rule configuration.Schema for an InnoDB data source.Factory that creates aInnodbSchema
.Implementation ofSort
relational expression for an InnoDB data source.Table based on an InnoDB data file.Implementation ofQueryable
based on aInnodbTable
.Relational expression representing a scan of an InnoDB data source.Relational expression representing a scan of a table in InnoDB data source.Rule to convert a relational expression fromInnodbRel.CONVENTION
toEnumerableConvention
.Query type of a push down condition in InnoDB data source.