public class ChainedHashTable extends Object
| Constructor and Description |
|---|
ChainedHashTable(HashTableConfig htConfig,
FragmentContext context,
BufferAllocator allocator,
RecordBatch incomingBuild,
RecordBatch incomingProbe,
RecordBatch outgoing) |
| Modifier and Type | Method and Description |
|---|---|
HashTable |
createAndSetupHashTable(TypedFieldId[] outKeyFieldIds,
int numPartitions) |
void |
updateIncoming(RecordBatch incomingBuild) |
public ChainedHashTable(HashTableConfig htConfig, FragmentContext context, BufferAllocator allocator, RecordBatch incomingBuild, RecordBatch incomingProbe, RecordBatch outgoing)
public void updateIncoming(RecordBatch incomingBuild)
public HashTable createAndSetupHashTable(TypedFieldId[] outKeyFieldIds, int numPartitions) throws ClassTransformationException, IOException, SchemaChangeException
Copyright © 2017 The Apache Software Foundation. All rights reserved.