NamedWindowDeclaration class

A window declaration that appears in a SELECT statement like WINDOW <name> AS <window-defn>. It can be referenced from an AggregateFunctionInvocation if it uses the same name.

Mixed in types

Constructors

NamedWindowDeclaration(String name, WindowDefinition definition)

Properties

definition WindowDefinition
final
hashCode int
The hash code for this object.
no setterinherited
name String
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
visibleToChildren bool
Whether this referencable is still visible in child scopes. This doesn't apply to many things, basically only to tables.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited