Click or drag to resize

HintEnumENABLE_WINDOW_SUBQUERY_INDEXSHARE Field

For use with create-named-window statements only, to indicate that statements that subquery the named window use named window data structures (unless the subquery statement specifies below DISBABLE hint and as listed below).

By default and if this hint is not specified or subqueries specify a stream filter on a named window, subqueries use statement-local data structures representing named window contents (table, index). Such data structure is maintained by consuming the named window insert and remove stream.

Namespace:  com.espertech.esper.common.client.annotation
Assembly:  NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntax
C#
public const HintEnum ENABLE_WINDOW_SUBQUERY_INDEXSHARE = 4

Field Value

Type: HintEnum
See Also