Package | Description |
---|---|
com.espertech.esper.epl.parse |
Parsers and AST tree walkers and helper classes transforming AST into business objects
|
com.espertech.esper.epl.spec |
Contains EPL statement specification classes define the constructs that make up an EPL statement,
such as the list of items in the select clause, the insert-into stream name and property names etc.
|
com.espertech.esper.event |
This package defines the internal event APIs.
|
Modifier and Type | Method and Description |
---|---|
static java.util.List<ColumnDesc> |
ASTCreateSchemaHelper.getColTypeList(EsperEPL2GrammarParser.CreateColumnListContext ctx) |
Modifier and Type | Method and Description |
---|---|
java.util.List<ColumnDesc> |
CreateWindowDesc.getColumns()
Returns column names and types.
|
java.util.List<ColumnDesc> |
CreateSchemaDesc.getColumns()
Returns column definitions.
|
Constructor and Description |
---|
CreateSchemaDesc(java.lang.String schemaName,
java.util.Set<java.lang.String> types,
java.util.List<ColumnDesc> columns,
java.util.Set<java.lang.String> inherits,
CreateSchemaDesc.AssignedType assignedType,
java.lang.String startTimestampProperty,
java.lang.String endTimestampProperty,
java.util.Set<java.lang.String> copyFrom)
Ctor.
|
CreateWindowDesc(java.lang.String windowName,
java.util.List<ViewSpec> viewSpecs,
StreamSpecOptions streamSpecOptions,
boolean insert,
ExprNode insertFilter,
java.util.List<ColumnDesc> columns,
java.lang.String asEventTypeName)
Ctor.
|
Modifier and Type | Method and Description |
---|---|
static java.lang.Object |
EventTypeUtility.buildType(ColumnDesc column,
EngineImportService engineImportService) |
Modifier and Type | Method and Description |
---|---|
static java.util.LinkedHashMap<java.lang.String,java.lang.Object> |
EventTypeUtility.buildType(java.util.List<ColumnDesc> columns,
EventAdapterService eventAdapterService,
java.util.Set<java.lang.String> copyFrom,
EngineImportService engineImportService) |