Package io.deephaven.engine.table.impl
Class HashTableAnnotations
java.lang.Object
io.deephaven.engine.table.impl.HashTableAnnotations
Annotations library for the column-oriented hash tables used by join and aggregation operations.
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic @interface
We tag the empty state variable with this annotation, so we know what its name is in the source and destination.static @interface
We tag the overflow state ColumnSource with this annotation, so we know what its name is in the source and destination.static @interface
We tag the state ColumnSource with this annotation, so we know what its name is in the source and destination. -
Constructor Summary
-
Method Summary
-
Constructor Details
-
HashTableAnnotations
public HashTableAnnotations()
-