Docs.rs
datafusion-spark-49.0.2
datafusion-spark 49.0.2
Permalink
Docs.rs crate page
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
andygrove
alamb
xudong963
Dependencies
arrow ^55.2.0
normal
datafusion-catalog ^49.0.0
normal
datafusion-common ^49.0.0
normal
datafusion-execution ^49.0.0
normal
datafusion-expr ^49.0.0
normal
datafusion-functions ^49.0.0
normal
datafusion-macros ^49.0.0
normal
log ^0.4
normal
criterion ^0.5.1
dev
rand ^0.9
dev
Versions
23.93%
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
Module expr_fn
datafusion_
spark
49.0.2
Module expr_fn
Module Items
Functions
In datafusion_
spark::
function::
string
datafusion_spark
::
function
::
string
Module
expr_fn
Copy item path
Source
Functions
ยง
ascii
Returns the ASCII code point of the first character of string.
char
Returns the ASCII character having the binary equivalent to col. If col is larger than 256 the result is equivalent to char(col % 256).