Docs.rs
  • partiql-types-0.7.2
    • partiql-types 0.7.2
    • Docs.rs crate page
    • Apache-2.0
    • Links
    • Homepage
    • Repository
    • crates.io
    • Source
    • Owners
    • almann
    • github:partiql:ion
    • jpschorr
    • Dependencies
      • itertools 0.10.* normal
      • ordered-float 3.* normal
      • unicase ^2.6 normal
      • criterion ^0.4 dev
    • 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

partiql_types0.7.2

  • All Items
  • Macros
  • Structs
  • Enums
  • Constants
  • Traits
?
Settings

Crate partiql_types

source ·

Macros§

  • any
  • array
  • bag
  • dec
  • f32
  • f64
  • int
  • int8
  • int16
  • int32
  • int64
  • missing
  • null
  • str
  • struct
  • struct_fields
  • undefined

Structs§

  • AnyOf
  • ArrayType
  • BagType
  • PartiqlType
  • StructField
  • StructType

Enums§

  • StructConstraint
  • TypeKind

Constants§

  • TYPE_ANY
  • TYPE_BOOL
  • TYPE_DATETIME
  • TYPE_DECIMAL
  • TYPE_DOUBLE
  • TYPE_INT
  • TYPE_INT8
  • TYPE_INT16
  • TYPE_INT32
  • TYPE_INT64
  • TYPE_MISSING
  • TYPE_NULL
  • TYPE_NUMERIC_TYPES
  • TYPE_REAL
  • TYPE_STRING

Traits§

  • Type