Click or drag to resize

HintEnumDISABLE_WINDOW_SUBQUERY_INDEXSHARE Field

If ENABLE_WINDOW_SUBQUERY_INDEXSHARE is not specified for a named window (the default) then this instruction is ignored.

For use with statements that subquery a named window and that benefit from a statement-local data structure representing named window contents (table, index), maintained through 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 DISABLE_WINDOW_SUBQUERY_INDEXSHARE = 5

Field Value

Type: HintEnum
See Also