daft.functions.partition_hours#
partition_hours #
partition_hours(expr: Expression) -> Expression
Partitioning Transform that returns the number of hours since epoch (1970-01-01).
Returns:
| Name | Type | Description |
|---|---|---|
Expression | Expression | Int32 Expression in hours |
Source code in daft/functions/partition.py
19 20 21 22 23 24 25 | |