Macrosยง
- impl_native_type ๐
Structsยง
- The actual iterator implementation for
Chunk::iter_component
. - The underlying item type for
ChunkComponentIter
.
Traitsยง
- A
ChunkComponentSlicer
knows how to efficiently slice component batches out of a Chunk column.
Functionsยง
- The actual implementation of
impl_array_list_native_type!
, so that we donโt have to work in a macro. - The actual implementation of
impl_array_native_type!
, so that we donโt have to work in a macro. - The actual implementation of
impl_buffer_native_type!
, so that we donโt have to work in a macro. - slice_as_native ๐The actual implementation of
impl_native_type!
, so that we donโt have to work in a macro.