pub trait TakeFn {
// Required method
fn take(&self, indices: &Array) -> Result<Array, VortexError>;
}Required Methods§
Implementations on Foreign Types§
Source§impl TakeFn for ALPRDArray
impl TakeFn for ALPRDArray
Source§impl TakeFn for ByteBoolArray
impl TakeFn for ByteBoolArray
Source§impl TakeFn for DateTimePartsArray
impl TakeFn for DateTimePartsArray
Source§impl TakeFn for BitPackedArray
impl TakeFn for BitPackedArray
Source§impl TakeFn for RunEndBoolArray
impl TakeFn for RunEndBoolArray
Source§impl TakeFn for RunEndArray
impl TakeFn for RunEndArray
Implementors§
impl TakeFn for BoolArray
impl TakeFn for ChunkedArray
impl TakeFn for ConstantArray
impl TakeFn for ExtensionArray
impl TakeFn for NullArray
impl TakeFn for PrimitiveArray
impl TakeFn for SparseArray
impl TakeFn for StructArray
impl TakeFn for VarBinArray
impl TakeFn for VarBinViewArray
Take involves creating a new array that references the old array, just with the given set of views.