Uses of Enum Class
io.trino.plugin.iceberg.TableType
Packages that use TableType
-
Uses of TableType in io.trino.plugin.iceberg
Methods in io.trino.plugin.iceberg that return TableTypeModifier and TypeMethodDescriptionIcebergTableHandle.getTableType()IcebergTableName.getTableType()static TableTypeReturns the enum constant of this class with the specified name.static TableType[]TableType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in io.trino.plugin.iceberg that return types with arguments of type TableTypeMethods in io.trino.plugin.iceberg with parameters of type TableTypeModifier 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) Constructors in io.trino.plugin.iceberg with parameters of type TableTypeModifierConstructorDescriptionIcebergTableHandle(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) IcebergTableName(String tableName, TableType tableType)