windowDefinition property

WindowDefinition? windowDefinition
getter/setter pair

The window definition as declared in the OVER clause in sql. If this aggregate expression didn't declare a window (e.g. it instead uses a window via a name declared in the surrounding SELECT statement), we're this field will be null. Either windowDefinition or windowName are null. The resolved WindowDefinition is available in over in either case.

Implementation

WindowDefinition? windowDefinition;