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()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(CatalogHandle catalog, String schemaName, String tableName, TableType tableType, Optional<Long> snapshotId, String tableSchemaJson, Optional<String> partitionSpecJson, int formatVersion, TupleDomain<IcebergColumnHandle> unenforcedPredicate, TupleDomain<IcebergColumnHandle> enforcedPredicate, OptionalLong limit, Set<IcebergColumnHandle> projectedColumns, Optional<String> nameMappingJson, String tableLocation, Map<String, String> storageProperties) static StringIcebergTableName.tableNameWithType(String tableName, TableType tableType) Constructors in io.trino.plugin.iceberg with parameters of type TableTypeModifierConstructorDescriptionIcebergTableHandle(CatalogHandle catalog, String schemaName, String tableName, TableType tableType, Optional<Long> snapshotId, String tableSchemaJson, Optional<String> partitionSpecJson, int formatVersion, TupleDomain<IcebergColumnHandle> unenforcedPredicate, TupleDomain<IcebergColumnHandle> enforcedPredicate, OptionalLong limit, Set<IcebergColumnHandle> projectedColumns, Optional<String> nameMappingJson, String tableLocation, Map<String, String> storageProperties, boolean recordScannedFiles, Optional<io.airlift.units.DataSize> maxScannedFileSize)