Interface | Description |
---|---|
AggsHandleFunction |
The base class for handling aggregate functions.
|
AggsHandleFunctionBase |
The base class for handling aggregate or table aggregate functions.
|
HashFunction |
Interface for code generated hash code of
RowData , which will select some fields to hash. |
JoinCondition |
Interface for code generated condition function for [[org.apache.calcite.rel.core.Join]].
|
NamespaceAggsHandleFunction<N> |
The base class for handling aggregate functions with namespace.
|
NamespaceAggsHandleFunctionBase<N> |
The base class for handling aggregate or table aggregate functions.
|
NamespaceTableAggsHandleFunction<N> |
The base class for handling table aggregate functions with namespace.
|
NormalizedKeyComputer |
Normalized key computer for
BinaryInMemorySortBuffer . |
Projection<IN extends RowData,OUT extends RowData> |
Interface for code generated projection, which will map a RowData to another one.
|
RecordComparator |
Record comparator for
BinaryInMemorySortBuffer . |
RecordEqualiser |
Record equaliser for RowData which can compare two RowData and returns whether they are equal.
|
TableAggsHandleFunction |
The base class for handling table aggregate functions.
|
Copyright © 2014–2023 The Apache Software Foundation. All rights reserved.