Class PartitionProjectionProperties

java.lang.Object
io.trino.plugin.hive.aws.athena.PartitionProjectionProperties

public final class PartitionProjectionProperties extends Object
  • Field Details

  • Method Details

    • getProjectionPropertyRequiredValue

      public static <T, I> T getProjectionPropertyRequiredValue(String columnName, Map<String,I> columnProjectionProperties, String propertyKey, Function<I,T> decoder)
    • getProjectionPropertyValue

      public static <T, I> Optional<T> getProjectionPropertyValue(Map<String,I> columnProjectionProperties, String propertyKey, Function<I,T> decoder)