Docs.rs
lance-datafusion-0.35.0
lance-datafusion 0.35.0
Docs.rs crate page
Apache-2.0
Links
Repository
crates.io
Source
Owners
Xuanwo
eddyxu
wjones127
changhiskhan
westonpace
github:lancedb:release
Dependencies
arrow ^55.1
normal
arrow-array ^55.1
normal
arrow-buffer ^55.1
normal
arrow-ord ^55.1
normal
arrow-schema ^55.1
normal
arrow-select ^55.1
normal
async-trait ^0.1
normal
datafusion ^48.0
normal
datafusion-common ^48.0
normal
datafusion-functions ^48.0
normal
datafusion-physical-expr ^48.0
normal
datafusion-substrait ^48.0
normal
optional
futures ^0.3
normal
jsonb ^0.5.3
normal
lance-arrow =0.35.0
normal
lance-core =0.35.0
normal
lance-datagen =0.35.0
normal
log ^0.4
normal
pin-project ^1.0
normal
prost ^0.13.2
normal
snafu ^0.8
normal
tempfile ^3
normal
tokio ^1.23
normal
tracing ^0.1
normal
lance-datagen =0.35.0
dev
substrait-expr ^0.2.3
dev
Versions
50.74%
of the crate is documented
Platform
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
ExprExt
lance_
datafusion
0.35.0
ExprExt
Required Methods
field_newstyle
Implementations on Foreign Types
Expr
Implementors
In lance_
datafusion::
logical_
expr
lance_datafusion
::
logical_expr
Trait
ExprExt
Copy item path
Source
pub trait ExprExt { // Required method fn
field_newstyle
(&self, name: &
str
) ->
Expr
; }
Required Methods
§
Source
fn
field_newstyle
(&self, name: &
str
) ->
Expr
Implementations on Foreign Types
§
Source
§
impl
ExprExt
for
Expr
Source
§
fn
field_newstyle
(&self, name: &
str
) ->
Expr
Implementors
§