Type Alias OpType

OpType:
    | "accumulator"
    | "expression"
    | "pipeline"
    | "projection"
    | "query"
    | "window"

Kinds of operators that can be registered.