Package | Description |
---|---|
com.espertech.esper.common.internal.compile.stage1.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.common.internal.util |
Utility classes that center around Java type handling, printing, reflection, debugging
|
Modifier and Type | Method and Description |
---|---|
CreateSchemaDesc.AssignedType |
CreateSchemaDesc.getAssignedType() |
static CreateSchemaDesc.AssignedType |
CreateSchemaDesc.AssignedType.mapFrom(CreateSchemaClauseTypeDef typeDefinition) |
static CreateSchemaDesc.AssignedType |
CreateSchemaDesc.AssignedType.parseKeyword(String keywordNodeText) |
static CreateSchemaDesc.AssignedType |
CreateSchemaDesc.AssignedType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CreateSchemaDesc.AssignedType[] |
CreateSchemaDesc.AssignedType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
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.
|
Modifier and Type | Method and Description |
---|---|
static EventUnderlyingType |
EventRepresentationUtil.getRepresentation(Annotation[] annotations,
Configuration configs,
CreateSchemaDesc.AssignedType assignedType) |
Copyright © 2005–2022. All rights reserved.