| Interface | Description |
|---|---|
| InnodbRel |
Relational expression that uses InnoDB calling convention.
|
| InnodbRules.InnodbFilterRule.InnodbFilterRuleConfig |
Rule configuration.
|
| InnodbRules.InnodbSortFilterRule.InnodbSortFilterRuleConfig |
Rule configuration.
|
| InnodbRules.InnodbSortTableScanRule.InnodbSortTableScanRuleConfig |
Rule configuration.
|
| Class | Description |
|---|---|
| ColumnTypeToSqlTypeConversionRules |
Mappings from
innodb-java-reader column types
to corresponding SQL types. |
| IndexCondition |
Index condition.
|
| InnodbFilter |
Implementation of a
Filter
relational expression for an InnoDB data source. |
| InnodbProject |
Implementation of
Project
relational expression for an InnoDB data source. |
| InnodbRel.Implementor |
Callback for the implementation process that converts a tree of
InnodbRel nodes into an InnoDB direct call query. |
| InnodbRules |
Rules and relational operators for
InnodbRel.CONVENTION
calling convention. |
| InnodbRules.InnodbFilterRule |
Rule to convert a
LogicalFilter to a
InnodbFilter. |
| InnodbRules.InnodbProjectRule |
Rule to convert a
LogicalProject
to a InnodbProject. |
| InnodbRules.InnodbSortFilterRule |
Rule to convert a
Sort to a
InnodbSort. |
| InnodbRules.InnodbSortTableScanRule |
Rule to convert a
Sort to a
InnodbSort based on InnoDB table clustering index. |
| InnodbSchema |
Schema for an InnoDB data source.
|
| InnodbSchemaFactory |
Factory that creates a
InnodbSchema. |
| InnodbSort |
Implementation of
Sort
relational expression for an InnoDB data source. |
| InnodbTable |
Table based on an InnoDB data file.
|
| InnodbTable.InnodbQueryable<T> |
Implementation of
Queryable based on
a InnodbTable. |
| InnodbTableScan |
Relational expression representing a scan of an InnoDB data source.
|
| InnodbToEnumerableConverter |
Relational expression representing a scan of a table
in InnoDB data source.
|
| InnodbToEnumerableConverterRule |
Rule to convert a relational expression from
InnodbRel.CONVENTION to EnumerableConvention. |
| Enum | Description |
|---|---|
| InnodbMethod |
Builtin methods in InnoDB data source.
|
| QueryType |
Query type of a push down condition in InnoDB data source.
|
Copyright © 2012-2025 Apache Software Foundation. All Rights Reserved.