Uses of Class
io.trino.plugin.thrift.api.datatypes.TrinoThriftBigintArray
Packages that use TrinoThriftBigintArray
-
Uses of TrinoThriftBigintArray in io.trino.plugin.thrift.api
Methods in io.trino.plugin.thrift.api that return TrinoThriftBigintArrayMethods in io.trino.plugin.thrift.api with parameters of type TrinoThriftBigintArrayModifier and TypeMethodDescriptionstatic TrinoThriftBlockTrinoThriftBlock.bigintArrayData(TrinoThriftBigintArray bigintArrayData) Constructors in io.trino.plugin.thrift.api with parameters of type TrinoThriftBigintArrayModifierConstructorDescriptionTrinoThriftBlock(TrinoThriftInteger integerData, TrinoThriftBigint bigintData, TrinoThriftDouble doubleData, TrinoThriftVarchar varcharData, TrinoThriftBoolean booleanData, TrinoThriftDate dateData, TrinoThriftTimestamp timestampData, TrinoThriftJson jsonData, TrinoThriftHyperLogLog hyperLogLogData, TrinoThriftBigintArray bigintArrayData)