Docs.rs
  • promql-parser-0.4.2
    • promql-parser 0.4.2
    • Docs.rs crate page
    • Apache-2.0
    • Links
    • Repository
    • crates.io
    • Source
    • Owners
    • yuanbohan
    • github:greptimeteam:developer
    • Dependencies
      • cfgrammar ^0.13.5 normal
      • chrono ^0.4.38 normal
      • lazy_static ^1.4.0 normal
      • lrlex ^0.13.5 normal
      • lrpar ^0.13.5 normal
      • regex ^1 normal
      • serde ^1 normal optional
      • serde_json ^1 normal optional
      • cfgrammar ^0.13.5 build
      • lrlex ^0.13.5 build
      • lrpar ^0.13.5 build
    • Versions
    • 32.22% of the crate is documented
  • Go to latest version
  • Platform
    • i686-pc-windows-msvc
    • i686-unknown-linux-gnu
    • x86_64-apple-darwin
    • x86_64-pc-windows-msvc
    • x86_64-unknown-linux-gnu
  • Feature flags
  • docs.rs
    • About docs.rs
    • Badges
    • Builds
    • Metadata
    • Shorthand URLs
    • Download
    • Rustdoc JSON
    • Build queue
    • Privacy policy
  • Rust
    • Rust website
    • The Book
    • Standard Library API Reference
    • Rust by Example
    • The Cargo Guide
    • Clippy Documentation

promql_parser0.4.2

Module token

Module Items

  • Structs
  • Constants
  • Type Aliases

In promql_parser::parser

promql_parser::parser

Module token

Source

Structs§

  • Token
  • TokenType

Constants§

  • T_ADD
  • T_AGGREGATORS_END
  • T_AGGREGATORS_START
  • T_AT
  • T_ATAN2
  • T_AVG
  • T_BLANK
  • T_BOOL
  • T_BOTTOMK
  • T_BY
  • T_COLON
  • T_COMMA
  • T_COMMENT
  • T_COUNT
  • T_COUNT_VALUES
  • T_DIV
  • T_DURATION
  • T_END
  • T_EOF
  • T_EQL
  • T_EQLC
  • T_EQL_REGEX
  • T_ERROR
  • T_GROUP
  • T_GROUP_LEFT
  • T_GROUP_RIGHT
  • T_GTE
  • T_GTR
  • T_IDENTIFIER
  • T_IGNORING
  • T_KEYWORDS_END
  • T_KEYWORDS_START
  • T_LAND
  • T_LEFT_BRACE
  • T_LEFT_BRACKET
  • T_LEFT_PAREN
  • T_LOR
  • T_LSS
  • T_LTE
  • T_LUNLESS
  • T_MAX
  • T_METRIC_IDENTIFIER
  • T_MIN
  • T_MOD
  • T_MUL
  • T_NEQ
  • T_NEQ_REGEX
  • T_NUMBER
  • T_OFFSET
  • T_ON
  • T_OPERATORS_END
  • T_OPERATORS_START
  • T_POW
  • T_PREPROCESSOR_END
  • T_PREPROCESSOR_START
  • T_QUANTILE
  • T_RIGHT_BRACE
  • T_RIGHT_BRACKET
  • T_RIGHT_PAREN
  • T_SEMICOLON
  • T_SPACE
  • T_START
  • T_STARTSYMBOLS_END
  • T_STARTSYMBOLS_START
  • T_START_EXPRESSION
  • T_START_METRIC
  • T_START_METRIC_SELECTOR
  • T_START_SERIES_DESCRIPTION
  • T_STDDEV
  • T_STDVAR
  • T_STRING
  • T_SUB
  • T_SUM
  • T_TIMES
  • T_TOPK
  • T_WITHOUT

Type Aliases§

  • TokenId