Class InnodbRel.Implementor
java.lang.Object
org.apache.calcite.adapter.innodb.InnodbRel.Implementor
- Enclosing interface:
InnodbRel
Callback for the implementation process that converts a tree of
InnodbRel
nodes into an InnoDB direct call query.-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addSelectFields
(Map<String, String> fields) void
setAscOrder
(boolean ascOrder) void
setIndexCondition
(IndexCondition indexCondition) void
visitChild
(int ordinal, RelNode input)
-
Constructor Details
-
Implementor
public Implementor()
-
-
Method Details
-
addSelectFields
-
setIndexCondition
-
setAscOrder
public void setAscOrder(boolean ascOrder) -
visitChild
-