Expand description
Array
defines all in-memory representations of vectorized execution framework.
Re-exports§
pub use data_chunk_iter::RowRef;
pub use interval_array::IntervalArray;
pub use interval_array::IntervalArrayBuilder;
pub use list_array::ListArray;
pub use list_array::ListArrayBuilder;
pub use list_array::ListRef;
pub use list_array::ListValue;
pub use stream_chunk::Op;
pub use stream_chunk::StreamChunk;
pub use stream_chunk::StreamChunkTestExt;
pub use stream_chunk_builder::StreamChunkBuilder;
pub use struct_array::StructArray;
pub use struct_array::StructArrayBuilder;
pub use struct_array::StructRef;
pub use struct_array::StructValue;
pub use self::error::ArrayError;
pub use bytes_array::*;
Modules§
- arrow
- bool_
array 🔒 - bytes_
array - chrono_
array 🔒 - data_
chunk 🔒 - data_
chunk_ iter - decimal_
array 🔒 - error
- interval_
array - iterator 🔒
- jsonb_
array 🔒 - list_
array - map_
array 🔒 - num256_
array 🔒 - primitive_
array 🔒 - proto_
reader 🔒 - stream_
chunk - stream_
chunk_ builder - stream_
chunk_ 🔒iter - stream_
record - struct_
array - utf8_
array 🔒
Macros§
- array_
builder_ 🔒impl_ enum - Define
ArrayImplBuilder
with macro. - array_
impl_ 🔒enum - Define
ArrayImpl
with macro. - impl_
convert 🔒 impl_convert
implements several conversions forArray
andArrayBuilder
.
Structs§
- Array
Iterator - Bool
Array - Bool
Array Builder BoolArrayBuilder
constructs aBoolArray
fromOption<Bool>
.- Data
Chunk DataChunk
is a collection of Columns, with a visibility mask for each row. For instance, we could have aDataChunk
of this format.- Int256
Array - Int256
Array Builder - Jsonb
Array - Jsonb
Array Builder - MapArray
MapArray
is physically just aList<Struct<key: K, value: V>>
array, but with some additional restrictions.- MapArray
Builder - MapRef
- A map is just a slice of the underlying struct array.
- MapValue
- Refer to
MapArray
for the invariants of a map value. - Partial
String Writer - Primitive
Array PrimitiveArray
is a collection of primitive types, such asi32
,f32
.- Primitive
Array Builder PrimitiveArrayBuilder
constructs aPrimitiveArray
fromOption<Primitive>
.- String
Writer - Utf8
Array Utf8Array
is a collection of Rust Utf8str
s. It’s a wrapper ofBytesArray
.- Utf8
Array Builder Utf8ArrayBuilder
use&str
to build anUtf8Array
.
Enums§
- Array
Builder Impl ArrayBuilderImpl
embeds all possible array inarray
module.- Array
Impl ArrayImpl
embeds all possible array inarray
module.
Constants§
- NULL_
VAL_ 🔒FOR_ HASH - The hash source for
None
values when hashing an item.
Traits§
- Array
- A trait over all array.
- Array
Builder - A trait over all array builders.
- Compactable
Array 🔒 - Implement
compact
on array, which removes element according tovisibility
. - Data
Chunk Test Ext - Test utilities for
DataChunk
. - Primitive
Array Item Type - Physical type of array items which have fixed size.
Type Aliases§
- Array
Impl Builder - Array
Ref - Array
Result - Date
Array - Date
Array Builder - Decimal
Array - Decimal
Array Builder - F32Array
- F32Array
Builder - F64Array
- F64Array
Builder - I16Array
- I16Array
Builder - I32Array
- I32Array
Builder - I64Array
- I64Array
Builder - Serial
Array - Serial
Array Builder - Time
Array - Time
Array Builder - Timestamp
Array - Timestamp
Array Builder - Timestamptz
Array - Timestamptz
Array Builder