Package io.siddhi.query.api
Interface SiddhiElement
-
- All Superinterfaces:
Serializable
- All Known Subinterfaces:
Constant,PartitionType,StateElement,StreamHandler
- All Known Implementing Classes:
AbsentStreamStateElement,AbstractDefinition,Add,AggregationDefinition,And,Annotation,AnonymousInputStream,Attribute,AttributeFunction,BasicSelector,BasicSingleInputStream,BoolConstant,Compare,CountStateElement,DeleteStream,Divide,DoubleConstant,Element,EventOutputRate,EveryStateElement,Expression,Filter,FloatConstant,FunctionDefinition,In,InputStream,InsertIntoStream,IntConstant,IsNull,JoinInputStream,LogicalStateElement,LongConstant,Mod,Multiply,NextStateElement,Not,OnDemandQuery,Or,OrderByAttribute,OutputAttribute,OutputRate,OutputStream,Partition,Query,RangePartitionType,RangePartitionType.RangePartitionProperty,ReturnStream,Selector,SiddhiApp,SingleInputStream,SnapshotOutputRate,StateInputStream,Store,StoreQuery,StreamDefinition,StreamFunction,StreamStateElement,StringConstant,Subtract,TableDefinition,TimeConstant,TimeOutputRate,TimePeriod,TriggerDefinition,UpdateOrInsertStream,UpdateSet,UpdateSet.SetAttribute,UpdateStream,ValuePartitionType,Variable,Window,WindowDefinition,Within
public interface SiddhiElement extends Serializable
Siddhi query elements having context
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int[]getQueryContextEndIndex()int[]getQueryContextStartIndex()voidsetQueryContextEndIndex(int[] lineAndColumn)voidsetQueryContextStartIndex(int[] lineAndColumn)
-