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 8537a44 commit 91d28f2Copy full SHA for 91d28f2
1 file changed
vortex-array/src/compute/is_constant.rs
@@ -8,6 +8,7 @@ use vortex_error::VortexResult;
8
use crate::ArrayRef;
9
use crate::LEGACY_SESSION;
10
use crate::VortexSessionExecute;
11
+use crate::compute::Options;
12
13
/// Computes whether an array has constant values.
14
///
@@ -59,7 +60,7 @@ impl Default for IsConstantOpts {
59
60
}
61
62
-impl super::Options for IsConstantOpts {
63
+impl Options for IsConstantOpts {
64
fn as_any(&self) -> &dyn Any {
65
self
66
0 commit comments