Skip to content

Commit cde1fbc

Browse files
committed
dce
Signed-off-by: Joe Isaacs <[email protected]>
1 parent ecc9eaf commit cde1fbc

File tree

1 file changed

+0
-11
lines changed
  • vortex-array/src/compute

1 file changed

+0
-11
lines changed

vortex-array/src/compute/sum.rs

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -14,17 +14,6 @@ use crate::compute::{ComputeFn, ComputeFnVTable, InvocationArgs, Kernel, Options
1414
use crate::stats::{Precision, Stat, StatsProvider};
1515
use crate::vtable::VTable;
1616

17-
#[derive(Debug, Clone)]
18-
pub struct SumOptions {
19-
pub accumulator: Scalar,
20-
}
21-
22-
impl Options for SumOptions {
23-
fn as_any(&self) -> &dyn Any {
24-
self
25-
}
26-
}
27-
2817
static SUM_FN: LazyLock<ComputeFn> = LazyLock::new(|| {
2918
let compute = ComputeFn::new("sum".into(), ArcRef::new_ref(&Sum));
3019
for kernel in inventory::iter::<SumKernelRef> {

0 commit comments

Comments
 (0)