Docs.rs
datafusion-functions-43.0.0
datafusion-functions 43.0.0
Docs.rs crate page
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
andygrove
alamb
Dependencies
arrow ^53.2.0
normal
arrow-buffer ^53.2.0
normal
base64 ^0.22
normal
optional
blake2 ^0.10.2
normal
optional
blake3 ^1.0
normal
optional
chrono ^0.4.38
normal
datafusion-common ^43.0.0
normal
datafusion-execution ^43.0.0
normal
datafusion-expr ^43.0.0
normal
hashbrown ^0.14.5
normal
optional
hex ^0.4
normal
optional
itertools ^0.13
normal
log ^0.4
normal
md-5 ^0.10.0
normal
optional
rand ^0.8
normal
regex ^1.8
normal
optional
sha2 ^0.10.1
normal
optional
unicode-segmentation ^1.7.1
normal
optional
uuid ^1.7
normal
optional
arrow ^53.2.0
dev
criterion ^0.5
dev
rand ^0.8
dev
rstest ^0.23.0
dev
tokio ^1.36
dev
Versions
50.17%
of the crate is documented
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
Rust
About docs.rs
Privacy policy
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
datafusion_
functions
43.0.0
Module lpad
Module Items
Structs
Functions
In datafusion_
functions::
unicode
datafusion_functions
::
unicode
Module
lpad
Copy item path
Source
Structs
§
LPad
Func
Functions
§
lpad
Extends the string to length ‘length’ by prepending the characters fill (a space by default). If the string is already longer than length then it is truncated (on the right). lpad(‘hi’, 5, ‘xy’) = ‘xyxhi’