#25465·datafusion

为 date_bin 和 from_unixtime 提供带类型的 evaluate_bounds

作者: Toby1009创建于 2026年9月18日更新于 2026年9月19日

你的功能请求是否与一个问题或挑战有关? date_binfrom_unixtime 使用默认的 evaluate_bounds,返回带有 DataType::Null 的无界区间。因此,下游属性分析无法从区间中恢复其输出类型。

内容来源: apache/datafusion