Package io.deephaven.engine.table.impl
Class JoinControl
java.lang.Object
io.deephaven.engine.table.impl.JoinControl
-
Nested Class Summary
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic JoinControl.RedirectionType
getRedirectionType
(@NotNull Table table, double maximumOverhead, boolean allowSparseRedirection) int
int
-
Field Details
-
CHUNK_SIZE
public static final int CHUNK_SIZE- See Also:
-
MAX_TABLE_SIZE
public static final long MAX_TABLE_SIZE- See Also:
-
-
Constructor Details
-
JoinControl
public JoinControl()
-
-
Method Details
-
getRedirectionType
public static JoinControl.RedirectionType getRedirectionType(@NotNull @NotNull Table table, double maximumOverhead, boolean allowSparseRedirection) -
rightChunkSize
public int rightChunkSize() -
leftChunkSize
public int leftChunkSize()
-