| Modifier and Type | Method and Description |
|---|---|
long[] |
ValidReadTxnList.getInvalidTransactions() |
long[] |
ValidReaderWriteIdList.getInvalidWriteIds() |
| Constructor and Description |
|---|
ValidReaderWriteIdList(String tableName,
long[] exceptions,
BitSet abortedBits,
long highWatermark,
long minOpenWriteId) |
ValidReadTxnList(long[] exceptions,
BitSet abortedBits,
long highWatermark,
long minOpenTxn)
Used if there are no open transactions in the snapshot
|
| Modifier and Type | Class and Description |
|---|---|
static class |
DataCache.BooleanRef |
| Modifier and Type | Method and Description |
|---|---|
Object |
HiveIntervalDayTime.clone()
Return a copy of this object.
|
| Modifier and Type | Method and Description |
|---|---|
Timestamp |
TimestampColumnVector.asScratchTimestamp(int elementNum)
Return the scratch Timestamp object set from a row.
|
Timestamp |
TimestampColumnVector.getScratchTimestamp()
Return the scratch timestamp (contents undefined).
|
int[] |
VectorizedRowBatch.getSelected() |
byte[] |
BytesColumnVector.getValPreallocatedBytes() |
void |
VectorizedRowBatch.setFilterContext(boolean isSelectedInUse,
int[] selected,
int selectedSize) |
void |
VectorizedRowBatch.setSelected(int[] selectedArray) |
int[] |
VectorizedRowBatch.updateSelected(int minCapacity) |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
HiveDecimalWritable.bigIntegerBytesInternalScratchBuffer()
Returns the scratch array containing the result after a call to bigIntegerBytesInternalScratch.
|
byte[] |
HiveDecimalWritableV1.getInternalStorage() |
void |
HiveDecimalWritableV1.set(byte[] bytes,
int scale) |
| Modifier and Type | Method and Description |
|---|---|
int |
Murmur3.IncrementalHash32.end() |
long[] |
BloomKFilter.BitSet.getData() |
static long[] |
Murmur3.hash128(byte[] data,
int offset,
int length,
int seed)
Murmur3 128-bit variant.
|
static int |
Murmur3.hash32(byte[] data,
int offset,
int length,
int seed)
Murmur3 32-bit variant.
|
static long |
Murmur3.hash64(byte[] data,
int offset,
int length,
int seed)
Murmur3 64-bit variant.
|
| Constructor and Description |
|---|
BitSet(long[] data)
Deserialize long array as bit set.
|
Copyright © 2021 The Apache Software Foundation. All rights reserved.