Docs.rs
  • orc-rust-0.6.0
    • orc-rust 0.6.0
    • Permalink
    • Docs.rs crate page
    • Apache-2.0
    • Links
    • Homepage
    • Repository
    • crates.io
    • Source
    • Owners
    • Xuanwo
    • waynexia
    • WenyXu
    • Dependencies
      • anyhow ^1.0 normal optional
      • arrow ^53.1.0 normal
      • async-trait ^0.1.77 normal optional
      • bytemuck ^1.18.0 normal
      • bytes ^1.4 normal
      • chrono >=0.4.37, <0.4.40 normal
      • chrono-tz ^0.10 normal
      • clap ^4.5.4 normal optional
      • fallible-streaming-iterator ^0.1 normal
      • flate2 ^1 normal
      • futures ^0.3 normal optional
      • futures-util ^0.3 normal optional
      • lz4_flex ^0.11 normal
      • lzokay-native ^0.1 normal
      • num ^0.4.1 normal
      • opendal ^0.50 normal optional
      • prost ^0.13 normal
      • snafu ^0.8 normal
      • snap ^1.1 normal
      • tokio ^1.28 normal optional
      • zstd ^0.13 normal
      • arrow-ipc ^53.0.0 dev
      • arrow-json ^53.0.0 dev
      • criterion ^0.5 dev
      • opendal ^0.50 dev
      • pretty_assertions ^1.3.0 dev
      • proptest ^1.0.0 dev
      • serde_json ^1.0 dev
    • Versions
    • 36.55% of the crate is documented
  • Platform
    • i686-unknown-linux-gnu
    • x86_64-unknown-linux-gnu
  • Feature flags
  • docs.rs
    • About docs.rs
    • Privacy policy
  • Rust
    • Rust website
    • The Book
    • Standard Library API Reference
    • Rust by Example
    • The Cargo Guide
    • Clippy Documentation

orc_rust0.6.0

Crate Items

  • Structs
  • Enums
  • Traits
  • Functions
  • Type Aliases

List of all items

Structs

  • array_decoder::NaiveStripeDecoder
  • arrow_reader::ArrowReader
  • arrow_reader::ArrowReaderBuilder
  • arrow_writer::ArrowWriter
  • arrow_writer::ArrowWriterBuilder
  • async_arrow_reader::ArrowStreamReader
  • async_arrow_reader::StripeFactory
  • compression::Compression
  • compression::Decompressor
  • error::ArrowSnafu
  • error::BuildLz4DecoderSnafu
  • error::BuildLzoDecoderSnafu
  • error::BuildSnappyDecoderSnafu
  • error::BuildZstdDecoderSnafu
  • error::ConvertRecordBatchSnafu
  • error::DecodeFloatSnafu
  • error::DecodeProtoSnafu
  • error::DecodeTimestampSnafu
  • error::EmptyFileSnafu
  • error::InvalidColumnEncodingSnafu
  • error::IoSnafu
  • error::MismatchedSchemaSnafu
  • error::NoTypesSnafu
  • error::OutOfSpecSnafu
  • error::UnexpectedSnafu
  • error::UnsupportedTypeVariantSnafu
  • error::VarintTooLargeSnafu
  • projection::ProjectionMask
  • reader::AsyncOpendalReader
  • reader::metadata::FileMetadata
  • schema::NamedColumn
  • schema::RootDataType
  • statistics::ColumnStatistics
  • stripe::StreamMap
  • stripe::Stripe
  • stripe::StripeMetadata

Enums

  • compression::CompressionType
  • error::OrcError
  • schema::DataType
  • statistics::TypeStatistics

Traits

  • array_decoder::ArrayBatchDecoder
  • reader::AsyncChunkReader
  • reader::ChunkReader

Functions

  • array_decoder::array_decoder_factory
  • reader::metadata::read_metadata
  • reader::metadata::read_metadata_async

Type Aliases

  • error::Result