Interface | Description |
---|---|
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.
|
Class | Description |
---|---|
CodeGeneratorImpl |
Default implementation of
CodeGenerator . |
CodeGenLoader |
Loader to load codegen classes.
|
CodeGenUtils |
Utils for code generations.
|
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. |
SortSpec |
SortSpec describes how the data will be sorted. |
SortSpec.SortFieldSpec |
Sort info for a Field.
|
SortSpec.SortSpecBuilder |
SortSpec builder.
|
Copyright © 2023–2024 The Apache Software Foundation. All rights reserved.