Docs.rs
spark-connect-rs-0.0.1-beta.1
spark-connect-rs 0.0.1-beta.1
Docs.rs crate page
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
sjrusso8
Dependencies
arrow ^50.0.0
normal
arrow-ipc ^50.0.0
normal
prost ^0.12.0
normal
prost-types ^0.12.0
normal
rand ^0.8.5
normal
tokio ^1.0
normal
tokio-rustls ^0.25.0
normal
tonic ^0.11.0
normal
url ^2.2
normal
uuid ^1.4.1
normal
tonic-build ^0.11.0
build
Versions
57.63%
of the crate is documented
Go to latest stable release
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
spark_connect_rs
0.0.1-beta.1
ToExpr
Required Methods
to_expr
Implementations on Foreign Types
&str
Implementors
In spark_connect_rs::expressions
?
Trait
spark_connect_rs
::
expressions
::
ToExpr
source
·
[
−
]
pub trait ToExpr { // Required method fn
to_expr
(&self) ->
Expression
; }
Required Methods
§
source
fn
to_expr
(&self) ->
Expression
Implementations on Foreign Types
§
source
§
impl
ToExpr
for &
str
source
§
fn
to_expr
(&self) ->
Expression
Implementors
§
source
§
impl
ToExpr
for
Column