Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 0 additions & 6 deletions vortex-array/public-api.lock
Original file line number Diff line number Diff line change
Expand Up @@ -23034,8 +23034,6 @@ impl vortex_array::ExecutionCtx

pub fn vortex_array::ExecutionCtx::allocator(&self) -> vortex_array::memory::HostAllocatorRef

pub fn vortex_array::ExecutionCtx::log(&mut self, core::fmt::Arguments<'_>)

pub fn vortex_array::ExecutionCtx::new(vortex_session::VortexSession) -> Self

pub fn vortex_array::ExecutionCtx::session(&self) -> &vortex_session::VortexSession
Expand All @@ -23052,10 +23050,6 @@ impl core::fmt::Display for vortex_array::ExecutionCtx

pub fn vortex_array::ExecutionCtx::fmt(&self, &mut core::fmt::Formatter<'_>) -> core::fmt::Result

impl core::ops::drop::Drop for vortex_array::ExecutionCtx

pub fn vortex_array::ExecutionCtx::drop(&mut self)

pub struct vortex_array::ExecutionResult

impl vortex_array::ExecutionResult
Expand Down
1 change: 0 additions & 1 deletion vortex-array/src/arrays/scalar_fn/vtable/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,6 @@ impl VTable for ScalarFn {
}

fn execute(array: Array<Self>, ctx: &mut ExecutionCtx) -> VortexResult<ExecutionResult> {
ctx.log(format_args!("scalar_fn({}): executing", array.scalar_fn()));
let args = VecExecutionArgs::new(array.children(), array.len());
array
.scalar_fn()
Expand Down
Loading
Loading