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