PlanNodeKind Enum

Definition

The kind of plan node.

public enum PlanNodeKind
type PlanNodeKind = 
Public Enum PlanNodeKind
Inheritance
PlanNodeKind

Fields

Afa 23

Plan node for augmented finite automaton (AFA)

AlterLifetime 7

Represents an operator in a running query that alters event lifetimes.

Beat 16

Represents a chop or beat operation, aligning edge times with beat boundaries.

ClipByConstant 25

Truncate the lifetime of the events to a given constant

CoalesceEndEdges 15

Represents an operator that condenses stream events into just start edges and intervals.

ColumnToRow 9

Represents an operator in a running query that translates column-based data into row-based data.

DFT 35

Discrete Fourier transformation.

DigitalFilter 37

Linear or non-linear digital filter.

DotProduct 34

Sliding dot product between a given signal and template.

Egress 1

Represents a point of data output in the running query.

ExtendLifetime 24

Extend the lifetime of the events in the stream

FilterFIR 29

Filter the signal using the given finite impulse response.

FilterIIR 30

Filter the signal using the given leaky intergrator.

Fused 2

Represents a point of data input and output comprising the full running query.

Group 17

Represents a grouping operation within a stream.

GroupedWindow 14

Represents an operator that generates a grouping snapshot window.

Ingress 0

Represents a simple operation at the point of data input in the running query.

Interpolate 32

Sample uniformly and intepolate events in a given signal.

InverseDFT 36

Inverse discrete Fourier transformation.

Join 19

Represents a join operation within a stream.

Multicast 10

Represents an operator that multicasts data to multiple other operators.

PointAtEnd 21

Convert events into point events at the original end time

QuantizeLifetime 27

Adjust the start and end times along a set of boundary points

RowToColumn 8

Represents an operator in a running query that translates row-based data into column-based data.

Sample 31

Sample uniformly events in a given signal.

Scale 33

Scale a given signal.

Select 4

Represents an operator in a running query that applies a function over payloads (and optionally start-time or key value) to each row of the data.

SelectBatch 6

Represents an operator in a running query that applies a function over payloads to system-generated batches of the data.

SelectMany 5

Represents an operator in a running query that applies a function to each row of the data, returning any number of rows of output per row of input.

SessionWindow 26

Alter the lifetime of events so that they conform to sessions relative to a given timeout

SnapshotWindow 13

Represents an operator that generates a snapshot window.

Spray 12

Represents a spray operator in a Map-Reduce operation.

Stitch 20

Stitch events by maximally merging adjacent events with the same payload

TemporalSort 22

Represents a temporal sort operation within a stream.

Ungroup 18

Represents an ungrouping operation within a stream.

Union 11

Represents an operator that takes a union of multiple inputs.

UserDefined 28

Represents an operator that is defined externally from the library

Where 3

Represents an operator in a running query that filters the data to only those items that meet the given criterion.

WindowedPipeline 38

A pipeline of uniform signal operators.

Applies to