|
1 | 1 | Documenting vortex-array v0.1.0 (/Users/joeisaacs/git/spiraldb/vortex/vortex-array) |
2 | | - Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.75s |
| 2 | + Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.03s |
3 | 3 | pub mod vortex_array |
4 | 4 | pub mod vortex_array::accessor |
5 | 5 | pub trait vortex_array::accessor::ArrayAccessor<Item: ?core::marker::Sized> |
@@ -63,6 +63,8 @@ impl vortex_array::expr::CastReduce for vortex_array::arrays::DictVTable |
63 | 63 | pub fn vortex_array::arrays::DictVTable::cast(array: &vortex_array::arrays::DictArray, dtype: &vortex_dtype::dtype::DType) -> vortex_error::VortexResult<core::option::Option<vortex_array::ArrayRef>> |
64 | 64 | impl vortex_array::expr::FillNullKernel for vortex_array::arrays::DictVTable |
65 | 65 | pub fn vortex_array::arrays::DictVTable::fill_null(array: &vortex_array::arrays::DictArray, fill_value: &vortex_scalar::scalar::Scalar, _ctx: &mut vortex_array::ExecutionCtx) -> vortex_error::VortexResult<core::option::Option<vortex_array::ArrayRef>> |
| 66 | +impl vortex_array::expr::LikeReduce for vortex_array::arrays::DictVTable |
| 67 | +pub fn vortex_array::arrays::DictVTable::like(array: &vortex_array::arrays::DictArray, pattern: &dyn vortex_array::Array, options: vortex_array::expr::LikeOptions) -> vortex_error::VortexResult<core::option::Option<vortex_array::ArrayRef>> |
66 | 68 | impl vortex_array::vtable::BaseArrayVTable<vortex_array::arrays::DictVTable> for vortex_array::arrays::DictVTable |
67 | 69 | pub fn vortex_array::arrays::DictVTable::array_eq(array: &vortex_array::arrays::DictArray, other: &vortex_array::arrays::DictArray, precision: vortex_array::Precision) -> bool |
68 | 70 | pub fn vortex_array::arrays::DictVTable::array_hash<H: core::hash::Hasher>(array: &vortex_array::arrays::DictArray, state: &mut H, precision: vortex_array::Precision) |
@@ -569,6 +571,8 @@ impl vortex_array::expr::CastReduce for vortex_array::arrays::DictVTable |
569 | 571 | pub fn vortex_array::arrays::DictVTable::cast(array: &vortex_array::arrays::DictArray, dtype: &vortex_dtype::dtype::DType) -> vortex_error::VortexResult<core::option::Option<vortex_array::ArrayRef>> |
570 | 572 | impl vortex_array::expr::FillNullKernel for vortex_array::arrays::DictVTable |
571 | 573 | pub fn vortex_array::arrays::DictVTable::fill_null(array: &vortex_array::arrays::DictArray, fill_value: &vortex_scalar::scalar::Scalar, _ctx: &mut vortex_array::ExecutionCtx) -> vortex_error::VortexResult<core::option::Option<vortex_array::ArrayRef>> |
| 574 | +impl vortex_array::expr::LikeReduce for vortex_array::arrays::DictVTable |
| 575 | +pub fn vortex_array::arrays::DictVTable::like(array: &vortex_array::arrays::DictArray, pattern: &dyn vortex_array::Array, options: vortex_array::expr::LikeOptions) -> vortex_error::VortexResult<core::option::Option<vortex_array::ArrayRef>> |
572 | 576 | impl vortex_array::vtable::BaseArrayVTable<vortex_array::arrays::DictVTable> for vortex_array::arrays::DictVTable |
573 | 577 | pub fn vortex_array::arrays::DictVTable::array_eq(array: &vortex_array::arrays::DictArray, other: &vortex_array::arrays::DictArray, precision: vortex_array::Precision) -> bool |
574 | 578 | pub fn vortex_array::arrays::DictVTable::array_hash<H: core::hash::Hasher>(array: &vortex_array::arrays::DictArray, state: &mut H, precision: vortex_array::Precision) |
@@ -4571,6 +4575,8 @@ pub trait vortex_array::expr::LikeKernel: vortex_array::vtable::VTable |
4571 | 4575 | pub fn vortex_array::expr::LikeKernel::like(array: &Self::Array, pattern: &dyn vortex_array::Array, options: vortex_array::expr::LikeOptions, ctx: &mut vortex_array::ExecutionCtx) -> vortex_error::VortexResult<core::option::Option<vortex_array::ArrayRef>> |
4572 | 4576 | pub trait vortex_array::expr::LikeReduce: vortex_array::vtable::VTable |
4573 | 4577 | pub fn vortex_array::expr::LikeReduce::like(array: &Self::Array, pattern: &dyn vortex_array::Array, options: vortex_array::expr::LikeOptions) -> vortex_error::VortexResult<core::option::Option<vortex_array::ArrayRef>> |
| 4578 | +impl vortex_array::expr::LikeReduce for vortex_array::arrays::DictVTable |
| 4579 | +pub fn vortex_array::arrays::DictVTable::like(array: &vortex_array::arrays::DictArray, pattern: &dyn vortex_array::Array, options: vortex_array::expr::LikeOptions) -> vortex_error::VortexResult<core::option::Option<vortex_array::ArrayRef>> |
4574 | 4580 | pub trait vortex_array::expr::NotKernel: vortex_array::vtable::VTable |
4575 | 4581 | pub fn vortex_array::expr::NotKernel::invert(array: &Self::Array, ctx: &mut vortex_array::ExecutionCtx) -> vortex_error::VortexResult<core::option::Option<vortex_array::ArrayRef>> |
4576 | 4582 | pub trait vortex_array::expr::NotReduce: vortex_array::vtable::VTable |
|
0 commit comments