Docs.rs
  • gitql-ast-0.5.0
    • gitql-ast 0.5.0
    • Docs.rs crate page
    • MIT
    • Links
    • Repository
    • crates.io
    • Source
    • Owners
    • AmrDeveloper
    • Dependencies
      • chrono ^0.4.28 normal
      • 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
    • 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

gitql_ast0.5.0

  • Structs
  • Enums
  • Traits
  • Functions
?
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::CaseExpression
  • expression::ComparisonExpression
  • expression::InExpression
  • expression::LikeExpression
  • expression::LogicalExpression
  • expression::NullExpression
  • expression::NumberExpression
  • expression::PrefixUnary
  • expression::StringExpression
  • expression::SymbolExpression
  • function::FUNCTIONS
  • function::PROTOTYPES
  • function::Prototype
  • object::GQLObject
  • scope::Scope
  • scope::TABLES_FIELDS_NAMES
  • statement::AggregateFunction
  • statement::AggregationFunctionsStatement
  • statement::GQLQuery
  • statement::GroupByStatement
  • statement::HavingStatement
  • statement::LimitStatement
  • statement::OffsetStatement
  • statement::OrderByStatement
  • statement::SelectStatement
  • statement::WhereStatement
  • types::TABLES_FIELDS_TYPES

Enums

  • expression::ArithmeticOperator
  • expression::BitwiseOperator
  • expression::ComparisonOperator
  • expression::ExpressionKind
  • expression::LogicalOperator
  • expression::PrefixUnaryOperator
  • statement::StatementKind
  • types::DataType
  • value::Value

Traits

  • expression::Expression
  • statement::Statement

Functions

  • date_utils::date_time_to_time_stamp
  • date_utils::get_unix_timestamp_ms
  • date_utils::time_stamp_from_year_and_day
  • date_utils::time_stamp_to_date
  • date_utils::time_stamp_to_date_time
  • date_utils::time_stamp_to_time