Module risinglight::array

source ·
Expand description

In-memory representations of a column values.

Modules

Array operations.

Structs

A collection of variable-length values.
A builder that uses &T to build an BytesArray.
A chunk is a wrapper sturct for many data chunks.
A collection of arrays.
A helper struct to build a DataChunk.
A collection of primitive types, such as i32, F32.
A builder that constructs a PrimitiveArray from Option<T>.
Reference to a row in DataChunk.
An error which can be returned when downcasting an ArrayImpl into a concrete type array.

Enums

Embeds all types of array builders in array module.
Embeds all types of arrays in array module.

Traits

A trait over all array.
A trait over all array builders.
Append scattered array values into builder
An extension trait for Array.
Get sorted indices from the current Array
Transform an Array to Vec<Option<Item>>.
The borrowed type of a variable-length value.

Functions

Convert a Chunk to sqllogictest string

Type Definitions