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 List<ColumnDesc> |
ASTCreateSchemaHelper.getColTypeList(EsperEPL2GrammarParser.CreateColumnListContext ctx) |
Modifier and Type | Method and Description |
---|---|
List<ColumnDesc> |
CreateWindowDesc.getColumns()
Returns column names and types.
|
List<ColumnDesc> |
CreateSchemaDesc.getColumns()
Returns column definitions.
|
Constructor and Description |
---|
CreateSchemaDesc(String schemaName,
Set<String> types,
List<ColumnDesc> columns,
Set<String> inherits,
CreateSchemaDesc.AssignedType assignedType,
String startTimestampProperty,
String endTimestampProperty,
Set<String> copyFrom)
Ctor.
|
CreateWindowDesc(String windowName,
List<ViewSpec> viewSpecs,
StreamSpecOptions streamSpecOptions,
boolean insert,
ExprNode insertFilter,
List<ColumnDesc> columns,
String asEventTypeName)
Ctor.
|
Modifier and Type | Method and Description |
---|---|
static Object |
EventTypeUtility.buildType(ColumnDesc column,
EngineImportService engineImportService) |
Modifier and Type | Method and Description |
---|---|
static LinkedHashMap<String,Object> |
EventTypeUtility.buildType(List<ColumnDesc> columns,
EventAdapterService eventAdapterService,
Set<String> copyFrom,
EngineImportService engineImportService) |