Interface WindowSpec
- All Known Implementing Classes:
CumulativeWindowSpec,HoppingWindowSpec,SessionWindowSpec,TumblingWindowSpec
public interface WindowSpec
Logical representation of a window specification.
-
Method Summary
Modifier and TypeMethodDescriptionbooleanReturn true if the window is aligned.toSummaryString(String windowing, String[] inputFieldNames)
-
Method Details
-
toSummaryString
-
isAlignedWindow
boolean isAlignedWindow()Return true if the window is aligned.See more details about aligned window and unaligned window in
WindowAggOperator.
-