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.