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