TokenType: {
    ASC: "asc";
    COMMA: "comma";
    DESC: "desc";
    EOF: "eof";
    EQUAL: "equal";
    EXPAND_FILTER: "expand_filter";
    FUNCTION: "function";
    FUNCTION_APPLY: "function_apply";
    IDENTIFIER: "identifier";
    OP_AGGREGATE_AFTER: "op_aggregate_after";
    OP_AGGREGATE_BEFORE: "op_aggregate_before";
    OP_AGGREGATE_THEN: "op_aggregate_then";
    OP_BINARY: "op_binary";
    OP_CLOSE: "op_close";
    OP_LOGIC: "op_logic";
    OP_OPEN: "op_open";
    OP_UNARY_AFTER: "op_unary_after";
    OP_UNARY_BEFORE: "op_unary_before";
    VAR_ARRAY: "var_array";
    VAR_BOOL: "var_bool";
    VAR_NUMERIC: "var_numeric";
    VAR_REGEXP: "var_regexp";
    VAR_STR: "var_string";
} = ...

Type declaration

  • Readonly ASC: "asc"
  • Readonly COMMA: "comma"
  • Readonly DESC: "desc"
  • Readonly EOF: "eof"
  • Readonly EQUAL: "equal"
  • Readonly EXPAND_FILTER: "expand_filter"
  • Readonly FUNCTION: "function"
  • Readonly FUNCTION_APPLY: "function_apply"
  • Readonly IDENTIFIER: "identifier"
  • Readonly OP_AGGREGATE_AFTER: "op_aggregate_after"
  • Readonly OP_AGGREGATE_BEFORE: "op_aggregate_before"
  • Readonly OP_AGGREGATE_THEN: "op_aggregate_then"
  • Readonly OP_BINARY: "op_binary"
  • Readonly OP_CLOSE: "op_close"
  • Readonly OP_LOGIC: "op_logic"
  • Readonly OP_OPEN: "op_open"
  • Readonly OP_UNARY_AFTER: "op_unary_after"
  • Readonly OP_UNARY_BEFORE: "op_unary_before"
  • Readonly VAR_ARRAY: "var_array"
  • Readonly VAR_BOOL: "var_bool"
  • Readonly VAR_NUMERIC: "var_numeric"
  • Readonly VAR_REGEXP: "var_regexp"
  • Readonly VAR_STR: "var_string"

Generated using TypeDoc