Docs.rs
datafusion-expr-43.0.0
datafusion-expr 43.0.0
Docs.rs crate page
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
andygrove
kou
nevi-me
alamb
xudong963
Dependencies
ahash ^0.8
normal
arrow ^53.2.0
normal
arrow-array ^53.2.0
normal
arrow-buffer ^53.2.0
normal
chrono ^0.4.38
normal
datafusion-common ^43.0.0
normal
datafusion-expr-common ^43.0.0
normal
datafusion-functions-aggregate-common ^43.0.0
normal
datafusion-functions-window-common ^43.0.0
normal
datafusion-physical-expr-common ^43.0.0
normal
indexmap ^2.0.0
normal
paste ^1.0
normal
serde_json ^1
normal
sqlparser ^0.51.0
normal
strum ^0.26.1
normal
strum_macros ^0.26.0
normal
ctor ^0.2.0
dev
env_logger ^0.11
dev
Versions
83.94%
of the crate is documented
Go to latest version
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
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_
schema
datafusion_
expr
43.0.0
Module expr_
schema
Module Items
Traits
Functions
In crate datafusion_
expr
Modules
aggregate_doc_sections
binary
conditional_expressions
execution_props
expr
expr_fn
expr_rewriter
expr_schema
function
groups_accumulator
interval_arithmetic
logical_plan
planner
registry
scalar_doc_sections
simplify
sort_properties
test
tree_node
type_coercion
utils
var_provider
window_doc_sections
window_frame
window_function
window_state
Macros
expr_vec_fmt
Structs
AggregateUDF
DocSection
Documentation
DocumentationBuilder
ScalarUDF
Signature
StatisticsArgs
WindowUDF
Enums
ArrayFunctionSignature
BuiltInWindowFunction
ColumnarValue
EmitTo
Operator
ReversedUDAF
ReversedUDWF
TableProviderFilterPushDown
TableType
TypeSignature
Volatility
Constants
TIMEZONE_WILDCARD
Traits
Accumulator
AggregateUDFImpl
GroupsAccumulator
Literal
PartitionEvaluator
ScalarUDFImpl
TableSource
TimestampLiteral
WindowUDFImpl
Functions
lit
lit_timestamp_nano
Type Aliases
AccumulatorFactoryFunction
datafusion_expr
Module
expr_schema
Copy item path
Settings
Help
Summary
Source
Traits
§
Expr
Schemable
Trait to allow expr to typable with respect to a schema
Functions
§
cast_
subquery
Cast subquery in InSubquery/ScalarSubquery to a given type.