Uses of Enum
org.apache.drill.exec.physical.impl.common.HashTable.PutStatus
Packages that use HashTable.PutStatus
-
Uses of HashTable.PutStatus in org.apache.drill.exec.physical.impl.common
Methods in org.apache.drill.exec.physical.impl.common that return HashTable.PutStatusModifier and TypeMethodDescriptionHashTable.put
(int incomingRowIdx, IndexPointer htIdxHolder, int hashCode, int batchSize) 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.static HashTable.PutStatus
Returns the enum constant of this type with the specified name.static HashTable.PutStatus[]
HashTable.PutStatus.values()
Returns an array containing the constants of this enum type, in the order they are declared.