public abstract static class ValueVectorHashHelper.Hash64Template extends Object implements ValueVectorHashHelper.Hash64
| Constructor and Description |
|---|
Hash64Template() |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
doSetup(RecordBatch incoming) |
abstract long |
hash64Code(int incomingRowIdx,
int seedValue,
int fieldId) |
public abstract void doSetup(@Named(value="incoming")
RecordBatch incoming)
throws SchemaChangeException
doSetup in interface ValueVectorHashHelper.Hash64SchemaChangeExceptionpublic abstract long hash64Code(@Named(value="incomingRowIdx")
int incomingRowIdx,
@Named(value="seedValue")
int seedValue,
@Named(value="fieldId")
int fieldId)
throws SchemaChangeException
hash64Code in interface ValueVectorHashHelper.Hash64SchemaChangeExceptionCopyright © 2021 The Apache Software Foundation. All rights reserved.