Interface WinAggContext
- All Superinterfaces:
AggContext
Marker interface to allow
AggImplementor
to tell if it is used in regular or windowed context.-
Method Summary
Modifier and TypeMethodDescriptionThe exclude clause of the group of the window function.Methods inherited from interface org.apache.calcite.adapter.enumerable.AggContext
aggregation, groupSets, keyOrdinals, keyRelTypes, keyTypes, parameterRelTypes, parameterTypes, returnRelType, returnType
-
Method Details
-
getExclude
RexWindowExclusion getExclude()The exclude clause of the group of the window function.
-