We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 96a2d01 commit 42267efCopy full SHA for 42267ef
crates/polars-plan/src/dsl/functions/range.rs
@@ -1,4 +1,5 @@
1
use polars_ops::series::ClosedInterval;
2
+#[cfg(feature = "temporal")]
3
use polars_time::ClosedWindow;
4
5
use super::*;
0 commit comments