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