Package io.trino.plugin.iceberg
Class PartitionFields
java.lang.Object
io.trino.plugin.iceberg.PartitionFields
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionstatic StringfromIdentifierToColumn(String identifier) static voidparsePartitionField(org.apache.iceberg.PartitionSpec.Builder builder, String field) static org.apache.iceberg.PartitionSpecparsePartitionFields(org.apache.iceberg.Schema schema, List<String> fields) static StringquotedName(String name) toPartitionFields(org.apache.iceberg.PartitionSpec spec)
-
Field Details
-
IDENTIFIER
- See Also:
-
-
Method Details
-
parsePartitionFields
-
parsePartitionField
public static void parsePartitionField(org.apache.iceberg.PartitionSpec.Builder builder, String field) -
fromIdentifierToColumn
-
toPartitionFields
-
quotedName
-