Interface Projections.PhysicalColumnChecker
-
- Enclosing class:
- Projections
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@FunctionalInterface public static interface Projections.PhysicalColumnChecker
Returns true if column is defined inAggregateProjectionSpec.getGroupingColumns()OR if the column does not exist in the base table. Part of determining if a projection can be used for a givenCursorBuildSpec,
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleancheck(String projectionName, String columnName)
-