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

  • All Items
  • Macros
  • Structs
  • Enums
  • Constants
  • Traits
  • Type Aliases

Crate partiql_types

source ·

Macros§

  • array
  • bag
  • dec
  • dynamic
  • f32
  • f64
  • int
  • int8
  • int16
  • int32
  • int64
  • str
  • struct
  • struct_fields
  • undefined

Structs§

  • AnyOf
  • ArrayType
  • BagType
  • StaticType
  • StructField
  • StructType

Enums§

  • PartiqlShape
    Represents a PartiQL Shape
  • ShapeResultError
  • Static
  • StructConstraint

Constants§

  • TYPE_BOOL
  • TYPE_DATETIME
  • TYPE_DECIMAL
  • TYPE_DOUBLE
  • TYPE_DYNAMIC
  • TYPE_INT
  • TYPE_INT8
  • TYPE_INT16
  • TYPE_INT32
  • TYPE_INT64
  • TYPE_NUMERIC_TYPES
  • TYPE_REAL
  • TYPE_STRING

Traits§

  • Type

Type Aliases§

  • ShapeResult
    Result of attempts to encode to Ion.