| Package | Description |
|---|---|
| org.apache.drill.exec.physical.impl.common |
| Modifier and Type | Method and Description |
|---|---|
HashTable.PutStatus |
HashTableTemplate.put(int incomingRowIdx,
IndexPointer htIdxHolder,
int hashCode,
int targetBatchRowCount)
put() uses the hash code (from gethashCode() above) to insert the key(s) from the incoming
row into the hash table.
|
HashTable.PutStatus |
HashTable.put(int incomingRowIdx,
IndexPointer htIdxHolder,
int hashCode,
int batchSize) |
Copyright © 2021 The Apache Software Foundation. All rights reserved.