Skip to content

Commit 91d28f2

Browse files
committed
IsSortedKernel
Signed-off-by: Nicholas Gates <nick@nickgates.com>
1 parent 8537a44 commit 91d28f2

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

vortex-array/src/compute/is_constant.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ use vortex_error::VortexResult;
88
use crate::ArrayRef;
99
use crate::LEGACY_SESSION;
1010
use crate::VortexSessionExecute;
11+
use crate::compute::Options;
1112

1213
/// Computes whether an array has constant values.
1314
///
@@ -59,7 +60,7 @@ impl Default for IsConstantOpts {
5960
}
6061
}
6162

62-
impl super::Options for IsConstantOpts {
63+
impl Options for IsConstantOpts {
6364
fn as_any(&self) -> &dyn Any {
6465
self
6566
}

0 commit comments

Comments
 (0)