| 接口 | 说明 |
|---|---|
| CodeGenerator |
GeneratedClass generator. |
| NormalizedKeyComputer |
Normalized key computer for
SortBuffer. |
| Projection |
Interface for code generated projection, which will map a RowData to another BinaryRowData.
|
| RecordComparator |
Record comparator for
BinaryInMemorySortBuffer. |
| RecordEqualiser |
Record equaliser for RowData which can compare two RowData and returns whether they are equal.
|
| 类 | 说明 |
|---|---|
| CompileUtils |
Utilities to compile a generated code to a Class.
|
| GeneratedClass<T> |
A wrapper for generated class, defines a
GeneratedClass.newInstance(ClassLoader) method to get an
instance by reference objects easily. |
Copyright © 2023 The Apache Software Foundation. All rights reserved.