Module nullvec::prelude [] [src]

Reexports

pub use nullable::Nullable::Null;

Modules

dev

Module used for other package developers. Users doesn't need to use it.

Structs

NullVec

Nullable Vector

Enums

Array

Generic array which can contain NullVec of primitive types.

Nullable

Nullable Scalar

Scalar

Generic scalar which can contain arbitrary primitive types.

Traits

Append

Concatenate along row

BasicAggregation

Basic aggregation methods

ComparisonAggregation

Aggregation methods for comparable types.

NumericAggregation

Aggregation methods for numeric types.

Slicer

Indexing methods for 1-dimensional array-likes.