public class BroadcastJoinCache
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
(package private) static interface |
BroadcastJoinCache.JoinTableLoader |
Constructor and Description |
---|
BroadcastJoinCache() |
BroadcastJoinCache(BroadcastJoinCache.JoinTableLoader tableLoader) |
Modifier and Type | Method and Description |
---|---|
JoinTable.Factory |
get(java.lang.Long operationId,
java.util.concurrent.Callable<Stream<ExecRow>> loader,
int[] rightHashKeys,
int[] leftHashKeys,
ExecRow leftTemplateRow) |
public BroadcastJoinCache()
public BroadcastJoinCache(BroadcastJoinCache.JoinTableLoader tableLoader)
public JoinTable.Factory get(java.lang.Long operationId, java.util.concurrent.Callable<Stream<ExecRow>> loader, int[] rightHashKeys, int[] leftHashKeys, ExecRow leftTemplateRow) throws java.io.IOException, StandardException
java.io.IOException
StandardException