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