Uses of Class
io.trino.plugin.thrift.api.datatypes.TrinoThriftBigint
Packages that use TrinoThriftBigint
-
Uses of TrinoThriftBigint in io.trino.plugin.thrift.api
Methods in io.trino.plugin.thrift.api that return TrinoThriftBigintMethods in io.trino.plugin.thrift.api with parameters of type TrinoThriftBigintModifier and TypeMethodDescriptionstatic TrinoThriftBlockTrinoThriftBlock.bigintData(TrinoThriftBigint bigintData) Constructors in io.trino.plugin.thrift.api with parameters of type TrinoThriftBigintModifierConstructorDescriptionTrinoThriftBlock(TrinoThriftInteger integerData, TrinoThriftBigint bigintData, TrinoThriftDouble doubleData, TrinoThriftVarchar varcharData, TrinoThriftBoolean booleanData, TrinoThriftDate dateData, TrinoThriftTimestamp timestampData, TrinoThriftJson jsonData, TrinoThriftHyperLogLog hyperLogLogData, TrinoThriftBigintArray bigintArrayData) -
Uses of TrinoThriftBigint in io.trino.plugin.thrift.api.datatypes
Methods in io.trino.plugin.thrift.api.datatypes that return TrinoThriftBigintConstructors in io.trino.plugin.thrift.api.datatypes with parameters of type TrinoThriftBigintModifierConstructorDescriptionTrinoThriftBigintArray(boolean[] nulls, int[] sizes, TrinoThriftBigint values)