delta_kernel 0.0.1

Core crate providing a Delta/Deltalake implementation focused on interoperability with a wide range of query engines.
Documentation

delta_kernel

There is very little structured metadata to build this page from currently. You should check the main library docs, readme, or Cargo.toml in case the author documented the features in them.

This version has 16 feature flags, 11 of them enabled by default.

default

  • sync-client

sync-client

  • arrow-conversion
  • arrow-expression
  • arrow-array
  • arrow-json
  • arrow-select
  • parquet

arrow-conversion

  • arrow-schema

arrow-expression

  • arrow-arith
  • arrow-array
  • arrow-ord
  • arrow-schema

arrow-array

  • dep:arrow-array

arrow-json

  • dep:arrow-json

arrow-select

  • dep:arrow-select

parquet

  • dep:parquet

arrow-schema

  • dep:arrow-schema

arrow-arith

  • dep:arrow-arith

arrow-ord

  • dep:arrow-ord

default-client

  • arrow-conversion
  • arrow-expression
  • arrow-array
  • arrow-json
  • arrow-schema
  • arrow-select
  • futures
  • object_store
  • parquet/async
  • parquet/object_store
  • tokio

futures

  • dep:futures

tokio

  • dep:tokio

object_store

  • dep:object_store

developer-visibility

    This feature flag does not enable additional features.