Docs.rs
  • lance-file-0.29.0
    • lance-file 0.29.0
    • Permalink
    • Docs.rs crate page
    • Apache-2.0
    • Links
    • Repository
    • crates.io
    • Source
    • Owners
    • eddyxu
    • wjones127
    • changhiskhan
    • Dependencies
      • arrow-arith ^55.1 normal
      • arrow-array ^55.1 normal
      • arrow-buffer ^55.1 normal
      • arrow-data ^55.1 normal
      • arrow-schema ^55.1 normal
      • arrow-select ^55.1 normal
      • async-recursion ^1.0 normal
      • async-trait ^0.1 normal
      • byteorder ^1.5 normal
      • bytes ^1.4 normal
      • datafusion-common ^47.0 normal
      • deepsize ^0.2.0 normal
      • futures ^0.3 normal
      • lance-arrow =0.29.0 normal
      • lance-core =0.29.0 normal
      • lance-encoding =0.29.0 normal
      • lance-io =0.29.0 normal
      • log ^0.4 normal
      • num-traits ^0.2 normal
      • object_store ^0.11.0 normal
      • prost ^0.13.2 normal
      • prost-types ^0.13.2 normal
      • roaring ^0.10.1 normal
      • snafu ^0.8 normal
      • tempfile ^3 normal
      • tokio ^1.23 normal
      • tracing ^0.1 normal
      • criterion ^0.5 dev
      • lance-datagen =0.29.0 dev
      • lance-testing =0.29.0 dev
      • pretty_assertions ^1.4.0 dev
      • proptest ^1.3.1 dev
      • rand ^0.8.3 dev
      • rstest ^0.23.0 dev
      • test-log ^0.2.15 dev
      • prost-build ^0.13.2 build
      • protobuf-src ^2.1 build optional
      • pprof ^0.14.0 dev
    • Versions
    • 63.56% of the crate is documented
  • Platform
    • 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

lance_file0.29.0

Crate Items

  • Structs
  • Enums
  • Constants
  • Traits
  • Functions

List of all items

Structs

  • datatypes::Fields
  • datatypes::FieldsWithMeta
  • format::metadata::BatchOffsets
  • format::metadata::Metadata
  • format::metadata::StatisticsMetadata
  • format::pb::Dictionary
  • format::pb::Field
  • format::pb::FileDescriptor
  • format::pb::Metadata
  • format::pb::Schema
  • format::pb::metadata::StatisticsMetadata
  • format::pbfile::ColumnMetadata
  • format::pbfile::DeferredEncoding
  • format::pbfile::DirectEncoding
  • format::pbfile::Encoding
  • format::pbfile::column_metadata::Page
  • page_table::PageInfo
  • page_table::PageTable
  • reader::FileReader
  • v2::LanceEncodingsIo
  • v2::reader::BufferDescriptor
  • v2::reader::CachedFileMetadata
  • v2::reader::ColumnStatistics
  • v2::reader::FileReader
  • v2::reader::FileReaderOptions
  • v2::reader::FileStatistics
  • v2::reader::ReaderProjection
  • v2::testing::FsFixture
  • v2::testing::WrittenFile
  • v2::writer::FileWriter
  • v2::writer::FileWriterOptions
  • writer::FileWriter
  • writer::FileWriterOptions

Enums

  • format::pb::Encoding
  • format::pb::field::Type
  • format::pbfile::encoding::Location
  • version::LanceFileVersion

Traits

  • v2::reader::EncodedBatchReaderExt
  • v2::writer::EncodedBatchWriteExt
  • writer::ManifestProvider

Functions

  • datatypes::populate_schema_dictionary
  • determine_file_version
  • reader::batches_stream
  • reader::read_batch
  • v2::reader::describe_encoding
  • v2::testing::count_lance_file
  • v2::testing::read_lance_file
  • v2::testing::test_cache
  • v2::testing::write_lance_file

Constants

  • format::MAGIC
  • format::MAJOR_VERSION
  • format::MINOR_VERSION
  • version::LEGACY_FORMAT_VERSION
  • version::V2_FORMAT_2_0
  • version::V2_FORMAT_2_1