Uses of Class
com.espertech.esper.common.client.soda.AnnotationPart
Package
Description
This package defines the Esper statement object model.
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.
-
Uses of AnnotationPart in com.espertech.esper.common.client.soda
Modifier and TypeMethodDescriptionPatternStream.getAnnotations()
Returns the pattern-level annotations, if anystatic AnnotationPart
AnnotationPart.nameAnnotation
(String name) Returns a name annotation for use with a statement object modelModifier and TypeMethodDescriptionCreateTableColumn.getAnnotations()
Returns optional annotations, or null if there are noneDataFlowOperator.getAnnotations()
Returns the annotations.EPStatementObjectModel.getAnnotations()
Returns annotations.Modifier and TypeMethodDescriptionvoid
AnnotationPart.copy
(AnnotationPart other) Copy annotation values.void
PatternStream.setAnnotations
(AnnotationPart[] annotations) Sets the pattern-level annotations, if anyModifier and TypeMethodDescriptionvoid
CreateTableColumn.setAnnotations
(List<AnnotationPart> annotations) Sets optional annotations, or null if there are nonevoid
DataFlowOperator.setAnnotations
(List<AnnotationPart> annotations) Sets the annotations.void
EPStatementObjectModel.setAnnotations
(List<AnnotationPart> annotations) Sets annotations.static void
AnnotationPart.toEPL
(StringWriter writer, List<AnnotationPart> annotations, EPStatementFormatter formatter) Print.ModifierConstructorDescriptionPatternStream
(PatternExpr expression, String optStreamName, AnnotationPart[] annotations) Ctor.ModifierConstructorDescriptionCreateTableColumn
(String columnName, Expression optionalExpression, String optionalTypeName, List<AnnotationPart> annotations, Boolean primaryKey) Ctor.DataFlowOperator
(List<AnnotationPart> annotations, String operatorName, List<DataFlowOperatorInput> input, List<DataFlowOperatorOutput> output, List<DataFlowOperatorParameter> parameters) Ctor -
Uses of AnnotationPart in com.espertech.esper.common.internal.compile.stage1.spec
Modifier and TypeMethodDescriptionstatic AnnotationPart[]
PatternLevelAnnotationUtil.annotationsFromSpec
(PatternStreamSpecRaw pattern) Modifier and TypeMethodDescriptionstatic PatternLevelAnnotationFlags
PatternLevelAnnotationUtil.annotationsToSpec
(AnnotationPart[] parts) -
Uses of AnnotationPart in com.espertech.esper.common.internal.compile.stage1.specmapper
Modifier and TypeMethodDescriptionstatic List<AnnotationDesc>
StatementSpecMapper.mapAnnotations
(List<AnnotationPart> annotations)