Docs.rs
  • grafbase-sql-ast-0.1.9
    • grafbase-sql-ast 0.1.9
    • Permalink
    • Docs.rs crate page
    • Apache-2.0
    • Links
    • Homepage
    • Repository
    • crates.io
    • Source
    • Owners
    • pimeys
    • Dependencies
      • anyhow ^1.0.75 normal
      • serde_json ^1 normal
    • Versions
    • 69.29% of the crate is documented
  • 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
    • Privacy policy
  • Rust
    • Rust website
    • The Book
    • Standard Library API Reference
    • Rust by Example
    • The Cargo Guide
    • Clippy Documentation

grafbase_sql_ast0.1.9

Crate Items

  • Structs
  • Enums
  • Traits
  • Functions
  • Type Aliases

List of all items

Structs

  • ast::AggregateToString
  • ast::Average
  • ast::Coalesce
  • ast::Column
  • ast::CommonTableExpression
  • ast::Concat
  • ast::Count
  • ast::Delete
  • ast::Encode
  • ast::Expression
  • ast::Function
  • ast::Grouping
  • ast::Insert
  • ast::JoinData
  • ast::JsonAgg
  • ast::JsonBuildObject
  • ast::JsonExtract
  • ast::JsonUnquote
  • ast::Lower
  • ast::Map
  • ast::Maximum
  • ast::Minimum
  • ast::MultiRowInsert
  • ast::Ordering
  • ast::Over
  • ast::Row
  • ast::RowNumber
  • ast::RowToJson
  • ast::Select
  • ast::SingleRowInsert
  • ast::Sum
  • ast::Table
  • ast::ToJsonb
  • ast::Update
  • ast::Upper
  • ast::Values
  • renderer::Postgres

Enums

  • ast::Compare
  • ast::ConditionTree
  • ast::EncodeFormat
  • ast::ExpressionKind
  • ast::Join
  • ast::JsonCompare
  • ast::JsonPath
  • ast::JsonType
  • ast::OnConflict
  • ast::Order
  • ast::Query
  • ast::SqlOp
  • ast::TableType
  • ast::TypeDataLength
  • ast::Value

Traits

  • ast::Aliasable
  • ast::Comparable
  • ast::Conjunctive
  • ast::Groupable
  • ast::IntoGroupByDefinition
  • ast::IntoOrderDefinition
  • ast::Joinable
  • ast::Orderable
  • renderer::Renderer

Functions

  • ast::aggregate_to_string
  • ast::asterisk
  • ast::avg
  • ast::coalesce
  • ast::concat
  • ast::count
  • ast::default_value
  • ast::encode
  • ast::json_agg
  • ast::json_build_object
  • ast::json_extract
  • ast::json_unquote
  • ast::lower
  • ast::max
  • ast::min
  • ast::raw
  • ast::row_number
  • ast::row_to_json
  • ast::sum
  • ast::to_jsonb
  • ast::upper

Type Aliases

  • ast::GroupByDefinition
  • ast::OrderDefinition