Docs.rs
  • databend-common-ast-0.0.3
    • databend-common-ast 0.0.3
    • Docs.rs crate page
    • Apache-2.0
    • 20 August 2024
    • Links
    • Repository
    • crates.io
    • Source
    • Owners
    • sundy-li
    • Dependencies
      • derive-visitor ^0.4.0 normal
      • enum-as-inner ^0.5.1 normal
      • ethnum ^1.5.0 normal
      • fast-float ^0.2.0 normal
      • fastrace ^0.6 normal
      • indent ^0.1.1 normal
      • itertools ^0.10.5 normal
      • logos ^0.12.1 normal
      • nom ^7.1.1 normal
      • nom-rule ^0.3.1 normal
      • ordered-float ^4.1.0 normal
      • pratt ^0.4.0 normal
      • pretty ^0.11.3 normal
      • pretty_assertions ^1.3.0 normal
      • recursive ^0.1.1 normal
      • rspack-codespan-reporting ^0.11 normal
      • serde ^1.0.164 normal
      • serde_json ^1.0.85 normal
      • strsim ^0.10 normal
      • strum ^0.24 normal
      • strum_macros ^0.24 normal
      • unindent ^0.2.3 normal
      • url ^2.3.1 normal
      • criterion ^0.5 dev
      • goldenfile ^1.4 dev
      • regex ^1.8.1 dev
    • Versions
    • 6.4% of the crate is documented
  • Go to latest version
  • Platform
    • i686-unknown-linux-gnu
    • 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

databend_common_ast0.0.3

Module query

  • Enums
  • Functions

In databend_common_ast::parser

Module databend_common_ast::parser::query

source ·

Enums§

  • SetOperationElement
  • TableFunctionParam
  • TableReferenceElement

Functions§

  • alias_name
  • at_snapshot_or_ts
  • exclude_col
  • group_by_items
  • join_operator
  • order_by_expr
  • query
  • row_values
  • select_target
  • set_operation
  • set_operation_element
  • table_alias
  • table_alias_without_as
  • table_function_param
  • table_reference
  • table_reference_element
  • temporal_clause
  • travel_point
  • window_clause
  • window_frame_between
  • window_frame_bound
  • window_function
  • window_spec
  • window_spec_ident
  • with