Docs.rs
  • gitql-core-0.15.0
    • gitql-core 0.15.0
    • Permalink
    • Docs.rs crate page
    • MIT
    • Links
    • Repository
    • crates.io
    • Source
    • Owners
    • AmrDeveloper
    • Dependencies
      • chrono ^0.4.40 normal
      • dyn-clone ^1.0.19 normal
      • gitql-ast ^0.34.0 normal
      • indexmap ^2.9.0 normal
      • regex ^1.11.1 normal
    • Versions
    • 56.11% 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
  • Rust
    • About docs.rs
    • Privacy policy
    • Rust website
    • The Book
    • Standard Library API Reference
    • Rust by Example
    • The Cargo Guide
    • Clippy Documentation

gitql_core0.15.0

Crate Items

  • Structs
  • Traits
  • Functions
  • Type Aliases

List of all items

Structs

  • environment::Environment
  • object::GitQLObject
  • object::Group
  • object::Row
  • schema::Schema
  • signature::Signature
  • types_table::TypesTable
  • values::array::ArrayValue
  • values::boolean::BoolValue
  • values::composite::CompositeValue
  • values::date::DateValue
  • values::datetime::DateTimeValue
  • values::float::FloatValue
  • values::integer::IntValue
  • values::interval::IntervalValue
  • values::null::NullValue
  • values::range::RangeValue
  • values::text::TextValue
  • values::time::TimeValue

Traits

  • values::Value

Functions

  • combinations_generator::generate_list_of_all_combinations
  • values::converters::string_literal_to_boolean
  • values::converters::string_literal_to_date
  • values::converters::string_literal_to_date_time
  • values::converters::string_literal_to_time

Type Aliases

  • signature::AggregationFunction
  • signature::StandardFunction
  • signature::WindowFunction