| Package | Description |
|---|---|
| com.facebook.presto.thrift.api.datatypes |
| Modifier and Type | Method and Description |
|---|---|
PrestoThriftBigint |
PrestoThriftBlock.getBigintData() |
PrestoThriftBigint |
PrestoThriftBigintArray.getValues() |
| Modifier and Type | Method and Description |
|---|---|
static PrestoThriftBlock |
PrestoThriftBlock.bigintData(PrestoThriftBigint bigintData) |
| Constructor and Description |
|---|
PrestoThriftBigintArray(boolean[] nulls,
int[] sizes,
PrestoThriftBigint values) |
PrestoThriftBlock(PrestoThriftInteger integerData,
PrestoThriftBigint bigintData,
PrestoThriftDouble doubleData,
PrestoThriftVarchar varcharData,
PrestoThriftBoolean booleanData,
PrestoThriftDate dateData,
PrestoThriftTimestamp timestampData,
PrestoThriftJson jsonData,
PrestoThriftHyperLogLog hyperLogLogData,
PrestoThriftBigintArray bigintArrayData) |
Copyright © 2012–2022. All rights reserved.