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