Package io.trino.plugin.iceberg
Class PartitionData
java.lang.Object
io.trino.plugin.iceberg.PartitionData
- All Implemented Interfaces:
org.apache.iceberg.StructLike
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
PartitionData
-
-
Method Details
-
size
public int size()- Specified by:
sizein interfaceorg.apache.iceberg.StructLike
-
get
- Specified by:
getin interfaceorg.apache.iceberg.StructLike
-
set
public <T> void set(int pos, T value) - Specified by:
setin interfaceorg.apache.iceberg.StructLike
-
toJson
-
fromJson
public static PartitionData fromJson(String partitionDataAsJson, org.apache.iceberg.types.Type[] types) -
getValue
public static Object getValue(com.fasterxml.jackson.databind.JsonNode partitionValue, org.apache.iceberg.types.Type type)
-