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.
|
Modifier and Type | Method and Description |
---|---|
static java.util.List<CreateTableColumn> |
ASTTableHelper.getColumns(java.util.List<EsperEPL2GrammarParser.CreateTableColumnContext> ctxs,
java.util.Map<org.antlr.v4.runtime.tree.Tree,ExprNode> astExprNodeMap,
EngineImportService engineImportService) |
Modifier and Type | Method and Description |
---|---|
java.util.List<CreateTableColumn> |
CreateTableDesc.getColumns() |
Constructor and Description |
---|
CreateTableDesc(java.lang.String tableName,
java.util.List<CreateTableColumn> columns) |