Uses of Class
io.trino.plugin.iceberg.TrinoSortField
Packages that use TrinoSortField
-
Uses of TrinoSortField in io.trino.plugin.iceberg
Methods in io.trino.plugin.iceberg that return TrinoSortFieldModifier and TypeMethodDescriptionstatic TrinoSortFieldTrinoSortField.fromIceberg(org.apache.iceberg.SortField sortField) Methods in io.trino.plugin.iceberg that return types with arguments of type TrinoSortFieldConstructor parameters in io.trino.plugin.iceberg with type arguments of type TrinoSortFieldModifierConstructorDescriptionIcebergWritableTableHandle(SchemaTableName name, String schemaAsJson, Map<Integer, String> partitionsSpecsAsJson, int partitionSpecId, List<TrinoSortField> sortOrder, List<IcebergColumnHandle> inputColumns, String outputPath, IcebergFileFormat fileFormat, Map<String, String> storageProperties, RetryMode retryMode) -
Uses of TrinoSortField in io.trino.plugin.iceberg.procedure
Methods in io.trino.plugin.iceberg.procedure that return types with arguments of type TrinoSortField