Docs.rs
  • ella-engine-0.1.5
    • ella-engine 0.1.5
    • Permalink
    • Docs.rs crate page
    • MIT OR Apache-2.0
    • Links
    • Repository
    • crates.io
    • Source
    • Owners
    • dexterduck
    • Dependencies
      • arrow-schema ^42.0.0 normal
      • async-trait ^0.1.62 normal
      • dashmap ^5.4.0 normal
      • datafusion ^27.0.0 normal
      • datafusion-proto ^27.0.0 normal
      • derive_more ^0.99.17 normal
      • ella-common ^0.1.5 normal
      • ella-tensor ^0.1.5 normal
      • flume ^0.10.14 normal
      • futures ^0.3.28 normal
      • hyper ^0.14.26 normal optional
      • num-traits ^0.2.15 normal
      • object_store ^0.6.1 normal
      • once_cell ^1.18.0 normal
      • prometheus-client ^0.21.1 normal optional
      • rand ^0.8.5 normal
      • serde ^1.0.160 normal
      • serde_json ^1.0.95 normal
      • strum ^0.24.1 normal
      • thiserror ^1.0.40 normal
      • thrift ^0.17 normal
      • tokio ^1.27.0 normal
      • tokio-stream ^0.1.12 normal
      • tokio-util ^0.7.7 normal
      • tracing ^0.1.37 normal
      • tracing-subscriber ^0.3.17 normal
      • url ^2.3.1 normal
      • uuid ^1.3.1 normal
      • anyhow ^1.0.70 dev
      • opentelemetry ^0.19.0 dev
      • opentelemetry-otlp ^0.12.0 dev
      • tracing-opentelemetry ^0.19.0 dev
    • Versions
    • 0% 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

ella_engine0.1.5

Crate Items

  • Structs
  • Enums
  • Traits
  • Functions
  • Type Aliases

List of all items

Structs

  • ArrowSchema
  • Path
  • Plan
  • codec::EllaExtensionCodec
  • codec::RemoteExtensionCodec
  • codec::TableStub
  • config::EllaConfig
  • config::EllaConfigBuilder
  • config::EngineConfig
  • config::EngineConfigBuilder
  • engine::EllaContext
  • engine::EllaState
  • engine::Engine
  • lazy::Column
  • lazy::Lazy
  • lazy::LazyStream
  • lazy::LazyToView
  • registry::CatalogId
  • registry::Id
  • registry::SchemaId
  • registry::SchemaRef
  • registry::ShardId
  • registry::SnapshotId
  • registry::TableId
  • registry::TableRef
  • registry::TransactionId
  • registry::TransactionLog
  • registry::transactions::CloseShard
  • registry::transactions::CompactShards
  • registry::transactions::CreateCatalog
  • registry::transactions::CreateSchema
  • registry::transactions::CreateShard
  • registry::transactions::CreateTable
  • registry::transactions::DeleteShard
  • registry::transactions::DropCatalog
  • registry::transactions::DropSchema
  • registry::transactions::DropTable
  • registry::transactions::PartitionId
  • schema::ArrowSchema
  • schema::EllaSchema
  • table::Column
  • table::ColumnBuilder
  • table::TableConfig
  • table::TableIndex
  • table::info::TopicBuilder
  • table::info::TopicInfo
  • table::info::ViewBuilder
  • table::info::ViewInfo
  • table::topic::EllaTopic
  • table::topic::Publisher
  • table::topic::ShardInfo
  • table::topic::Subscriber
  • table::topic::TopicChannel
  • table::view::EllaView

Enums

  • EngineError
  • Error
  • registry::transactions::PartitionValue
  • registry::transactions::TableKind
  • registry::transactions::Transaction
  • table::EllaTable
  • table::info::TableInfo

Traits

  • lazy::LazyBackend

Functions

  • create
  • open

Type Aliases

  • Result