Docs.rs
  • cql3-parser-0.4.2
    • cql3-parser 0.4.2
    • Permalink
    • Docs.rs crate page
    • Apache-2.0
    • Links
    • crates.io
    • Source
    • Owners
    • conorbros
    • Dependencies
      • bigdecimal ^0.4.0 normal
      • bytes ^1.0.0 normal
      • hex ^0.4.3 normal
      • itertools ^0.13.0 normal
      • num-bigint ^0.4.0 normal
      • serde ^1.0.111 normal
      • tree-sitter ^0.22.6 normal
      • tree-sitter-cql ^0.2.0 normal
      • uuid ^1.0.0 normal
    • Versions
    • 60.1% of the crate is documented
  • 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

cql3_parser0.4.2

Crate Items

  • Structs
  • Enums

List of all items

Structs

  • aggregate::Aggregate
  • alter_column::AlterColumnType
  • alter_materialized_view::AlterMaterializedView
  • alter_table::AlterTable
  • alter_type::AlterType
  • begin_batch::BeginBatch
  • cassandra_ast::CassandraAST
  • cassandra_ast::CassandraParser
  • cassandra_ast::ParsedStatement
  • common::ColumnDefinition
  • common::DataType
  • common::FQName
  • common::FQNameRef
  • common::OrderClause
  • common::PrimaryKey
  • common::Privilege
  • common::RelationElement
  • common::TtlTimestamp
  • common::WhereClause
  • common_drop::CommonDrop
  • create_function::CreateFunction
  • create_index::CreateIndex
  • create_keyspace::CreateKeyspace
  • create_materialized_view::CreateMaterializedView
  • create_table::CreateTable
  • create_trigger::CreateTrigger
  • create_type::CreateType
  • create_user::CreateUser
  • delete::Delete
  • delete::IndexedColumn
  • drop_trigger::DropTrigger
  • insert::Insert
  • list_role::ListRole
  • role_common::RoleCommon
  • select::Named
  • select::Select
  • update::AssignmentElement
  • update::Update

Enums

  • aggregate::InitCondition
  • alter_table::AlterTableOperation
  • alter_type::AlterTypeOperation
  • begin_batch::BatchType
  • cassandra_statement::CassandraStatement
  • common::DataTypeName
  • common::Identifier
  • common::IdentifierRef
  • common::Operand
  • common::OptionValue
  • common::PrivilegeType
  • common::RelationOperator
  • common::Resource
  • common::WithItem
  • create_index::IndexColumnType
  • insert::InsertValues
  • select::SelectElement
  • update::AssignmentOperator