Docs.rs
  • gitql-ast-0.1.0
    • gitql-ast 0.1.0
    • Docs.rs crate page
    • MIT
    • Links
    • Repository
    • crates.io
    • Source
    • Owners
    • AmrDeveloper
    • Dependencies
      • lazy_static ^1.4.0 normal
    • Versions
    • 0% 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
    • Privacy policy
  • Rust
    • Rust website
    • The Book
    • Standard Library API Reference
    • Rust by Example
    • The Cargo Guide
    • Clippy Documentation
logo

logo

Crate gitql_ast

  • Structs
  • Enums
  • Traits
?
Change settings

List of all items

Structs

  • aggregation::AGGREGATIONS
  • aggregation::AGGREGATIONS_PROTOS
  • aggregation::AggregationPrototype
  • expression::ArithmeticExpression
  • expression::BetweenExpression
  • expression::BitwiseExpression
  • expression::BooleanExpression
  • expression::CallExpression
  • expression::CheckExpression
  • expression::ComparisonExpression
  • expression::LogicalExpression
  • expression::NotExpression
  • expression::NumberExpression
  • expression::StringExpression
  • expression::SymbolExpression
  • object::GQLObject
  • statement::AggregateFunction
  • statement::AggregationFunctionsStatement
  • statement::GQLQuery
  • statement::GroupByStatement
  • statement::HavingStatement
  • statement::LimitStatement
  • statement::OffsetStatement
  • statement::OrderByStatement
  • statement::SelectStatement
  • statement::WhereStatement
  • transformation::TRANSFORMATIONS
  • transformation::TRANSFORMATIONS_PROTOS
  • transformation::TransformationPrototype
  • types::TABLES_FIELDS_TYPES

Enums

  • expression::ArithmeticOperator
  • expression::BitwiseOperator
  • expression::CheckOperator
  • expression::ComparisonOperator
  • expression::ExpressionKind
  • expression::LogicalOperator
  • statement::StatementKind
  • types::DataType

Traits

  • expression::Expression
  • statement::Statement