Module prelude
Source pub use nullable::Nullable::Null;
- dev
- Module used for other package developers.
Users doesn’t need to use it.
- NullVec
- Nullable Vector
- Array
- Generic array which can contain
NullVec
of primitive types. - Nullable
- Nullable Scalar
- Scalar
- Generic scalar which can contain arbitrary primitive types.
- 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.