Click or drag to resize

CreateWindowClauseWithColumn Method

Adds a column for use when create-table syntax is used to define the named window type.

Namespace:  com.espertech.esper.common.client.soda
Assembly:  NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntax
C#
public CreateWindowClause WithColumn(
	SchemaColumnDesc col
)

Parameters

col
Type: com.espertech.esper.common.client.sodaSchemaColumnDesc
column to add

Return Value

Type: CreateWindowClause

[Missing <returns> documentation for "M:com.espertech.esper.common.client.soda.CreateWindowClause.WithColumn(com.espertech.esper.common.client.soda.SchemaColumnDesc)"]

See Also