Uses of Class
org.yamcs.yarch.streamsql.WindowSpecification
Packages that use WindowSpecification
-
Uses of WindowSpecification in org.yamcs.yarch
Methods in org.yamcs.yarch with parameters of type WindowSpecificationModifier and TypeMethodDescriptionstatic WindowProcessor
WindowProcessor.getInstance
(WindowSpecification spec, TupleDefinition aggInputDef, List<CompiledAggregateExpression> aggList, TupleDefinition aggregateOutputDef) -
Uses of WindowSpecification in org.yamcs.yarch.streamsql
Fields in org.yamcs.yarch.streamsql declared as WindowSpecificationModifier and TypeFieldDescriptionstatic final WindowSpecification
WindowSpecification.INFINITE_WINDOW
Methods in org.yamcs.yarch.streamsql that return WindowSpecificationModifier and TypeMethodDescriptionfinal WindowSpecification
StreamSqlParser.WindowSpecification()
Methods in org.yamcs.yarch.streamsql with parameters of type WindowSpecificationModifier and TypeMethodDescriptionvoid
SelectExpression.setWindow
(WindowSpecification windowSpec)