Skip to content

Commit ed6138c

Browse files
committed
Phase 1b
Signed-off-by: Nicholas Gates <nick@nickgates.com>
1 parent f477c96 commit ed6138c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

vortex-array/public-api.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20702,7 +20702,7 @@ pub fn vortex_array::vtable::Array<V>::is_empty(&self) -> bool
2070220702

2070320703
pub fn vortex_array::vtable::Array<V>::len(&self) -> usize
2070420704

20705-
pub fn vortex_array::vtable::Array<V>::new(vtable: V, dtype: vortex_array::dtype::DType, len: usize, array: <V as vortex_array::vtable::VTable>::Array, stats: vortex_array::stats::ArrayStats) -> Self
20705+
pub unsafe fn vortex_array::vtable::Array<V>::new_unchecked(vtable: V, dtype: vortex_array::dtype::DType, len: usize, array: <V as vortex_array::vtable::VTable>::Array, stats: vortex_array::stats::ArrayStats) -> Self
2070620706

2070720707
pub fn vortex_array::vtable::Array<V>::statistics(&self) -> vortex_array::stats::StatsSetRef<'_>
2070820708

0 commit comments

Comments
 (0)