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 TrinoSortFieldModifier and TypeMethodDescriptionIcebergTableHandle.getSortOrder()IcebergWritableTableHandle.getSortOrder()Method parameters in io.trino.plugin.iceberg with type arguments of type TrinoSortFieldModifier and TypeMethodDescriptionstatic IcebergTableHandleIcebergTableHandle.fromJsonForDeserializationOnly(String schemaName, String tableName, TableType tableType, Optional<Long> snapshotId, String tableSchemaJson, List<TrinoSortField> sortOrder, Optional<String> partitionSpecJson, int formatVersion, TupleDomain<IcebergColumnHandle> unenforcedPredicate, TupleDomain<IcebergColumnHandle> enforcedPredicate, Set<IcebergColumnHandle> projectedColumns, Optional<String> nameMappingJson, String tableLocation, Map<String, String> storageProperties, RetryMode retryMode, List<IcebergColumnHandle> updatedColumns) Constructor parameters in io.trino.plugin.iceberg with type arguments of type TrinoSortFieldModifierConstructorDescriptionIcebergTableHandle(String schemaName, String tableName, TableType tableType, Optional<Long> snapshotId, String tableSchemaJson, List<TrinoSortField> sortOrder, Optional<String> partitionSpecJson, int formatVersion, TupleDomain<IcebergColumnHandle> unenforcedPredicate, TupleDomain<IcebergColumnHandle> enforcedPredicate, Set<IcebergColumnHandle> projectedColumns, Optional<String> nameMappingJson, String tableLocation, Map<String, String> storageProperties, RetryMode retryMode, List<IcebergColumnHandle> updatedColumns, boolean recordScannedFiles, Optional<io.airlift.units.DataSize> maxScannedFileSize) IcebergWritableTableHandle(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