Class DateProjection
java.lang.Object
io.trino.plugin.hive.aws.athena.projection.Projection
io.trino.plugin.hive.aws.athena.projection.DateProjection
-
Constructor Summary
ConstructorsConstructorDescriptionDateProjection(String columnName, DateFormat dateFormat, Supplier<Instant> leftBound, Supplier<Instant> rightBound, int interval, ChronoUnit intervalUnit) -
Method Summary
Methods inherited from class io.trino.plugin.hive.aws.athena.projection.Projection
getColumnName, invalidProjectionException, invalidProjectionMessage, unsupportedProjectionColumnTypeException, unsupportedProjectionColumnTypeException
-
Constructor Details
-
DateProjection
public DateProjection(String columnName, DateFormat dateFormat, Supplier<Instant> leftBound, Supplier<Instant> rightBound, int interval, ChronoUnit intervalUnit)
-
-
Method Details
-
getProjectedValues
- Specified by:
getProjectedValuesin classProjection
-