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
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
ella_
engine
0.1.5
ella_engine
Function
create
Copy item path
Source
pub async fn create( root: &
str
, config:
EllaConfig
, if_not_exists:
bool
, ) ->
Result
<
EllaContext
>