Uses of Enum Class
io.trino.plugin.hive.aws.athena.projection.ProjectionType
Packages that use ProjectionType
-
Uses of ProjectionType in io.trino.plugin.hive.aws.athena
Constructor parameters in io.trino.plugin.hive.aws.athena with type arguments of type ProjectionTypeModifierConstructorDescriptionPartitionProjectionService(HiveConfig hiveConfig, Map<ProjectionType, ProjectionFactory> projectionFactories, TypeManager typeManager) -
Uses of ProjectionType in io.trino.plugin.hive.aws.athena.projection
Methods in io.trino.plugin.hive.aws.athena.projection that return ProjectionTypeModifier and TypeMethodDescriptionstatic ProjectionTypeReturns the enum constant of this class with the specified name.static ProjectionType[]ProjectionType.values()Returns an array containing the constants of this enum class, in the order they are declared.