Class TypedHashDispatcher
java.lang.Object
io.deephaven.engine.table.impl.naturaljoin.typed.staticopen.gen.TypedHashDispatcher
The TypedHashDispatcher returns a pre-generated and precompiled hasher instance suitable for the provided column sources, or null if there is not a precompiled hasher suitable for the specified sources.
-
Method Summary
Modifier and TypeMethodDescriptiondispatch
(ColumnSource[] tableKeySources, ColumnSource[] originalTableKeySources, int tableSize, double maximumLoadFactor, double targetLoadFactor)
-
Method Details
-
dispatch
public static StaticNaturalJoinStateManagerTypedBase dispatch(ColumnSource[] tableKeySources, ColumnSource[] originalTableKeySources, int tableSize, double maximumLoadFactor, double targetLoadFactor)
-