Module expr
common_
query
0.14.0
Module expr
Module Items
Functions
In common_
query::
logical_
plan
Modules
accumulator
expr
udaf
Structs
AggregateFunction
Traits
SubstraitPlanDecoder
Functions
build_filter_from_timestamp
build_same_type_ts_filter
create_aggregate_function
rename_logical_plan_columns
Type Aliases
SubstraitPlanDecoderRef
common_query
::
logical_plan
Module
expr
Copy item path
Settings
Help
Summary
Source
Functions
§
build_
filter_
from_
timestamp
Builds an
Expr
that filters timestamp column from given timestamp range. Returns
None
if time range is
None
or full time range.
build_
same_
type_
ts_
filter
Builds a filter for a timestamp column with the same type as the timestamp column. Returns
None
if time range is
None
or full time range.
timestamp_
to_
literal
🔒
Converts a [Timestamp] to datafusion literal value.