Docs.rs
  • spacetimedb-expr-1.2.0
    • spacetimedb-expr 1.2.0
    • Docs.rs crate page
    • Links
    • crates.io
    • Source
    • Owners
    • cloutiertyler
    • jdetter
    • bfops
    • Dependencies
      • anyhow ^1.0.68 normal
      • bigdecimal ^0.4.7 normal
      • derive_more ^0.99 normal
      • ethnum ^1.5.0 normal
      • spacetimedb-lib ^1.2.0 normal
      • spacetimedb-primitives ^1.2.0 normal
      • spacetimedb-sats ^1.2.0 normal
      • spacetimedb-schema ^1.2.0 normal
      • spacetimedb-sql-parser ^1.2.0 normal
      • thiserror ^1.0.37 normal
      • pretty_assertions ^1.4 dev
    • Versions
    • 37.65% of the crate is documented
  • Go to latest version
  • Platform
    • i686-pc-windows-msvc
    • 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

spacetimedb_expr1.2.0

Crate Items

  • Structs
  • Enums
  • Traits
  • Functions
  • Type Aliases

List of all items

Structs

  • StatementCtx
  • check::Relvars
  • check::test_utils::SchemaViewer
  • errors::DuplicateName
  • errors::FilterReturnType
  • errors::InsertFieldsError
  • errors::InsertValuesError
  • errors::InvalidLiteral
  • errors::InvalidOp
  • errors::UnexpectedType
  • expr::FieldProject
  • expr::LeftDeepJoin
  • expr::Relvar
  • statement::InvalidVar
  • statement::SetVar
  • statement::ShowVar
  • statement::TableDelete
  • statement::TableInsert
  • statement::TableUpdate

Enums

  • StatementSource
  • errors::InvalidWildcard
  • errors::TypingError
  • errors::Unresolved
  • errors::Unsupported
  • expr::AggType
  • expr::Expr
  • expr::ProjectList
  • expr::ProjectName
  • expr::RelExpr
  • statement::DML
  • statement::Statement

Traits

  • check::SchemaView
  • check::TypeChecker

Functions

  • check::parse_and_type_sub
  • check::test_utils::build_module_def
  • rls::resolve_views_for_sql
  • rls::resolve_views_for_sub
  • statement::compile_sql_stmt
  • statement::parse_and_type_sql
  • statement::type_and_rewrite_set
  • statement::type_and_rewrite_show
  • statement::type_delete
  • statement::type_insert
  • statement::type_update

Type Aliases

  • check::TypingResult