Module tremor_value::prelude[][src]

Expand description

Prelude module

Re-exports

pub use super::Value;
pub use crate::literal;
pub use crate::value_internal;

Structs

KnownKey

Well known key that can be looked up in a Value faster. It achives this by memorizing the hash.

Traits

BuilderTrait

Support of builder methods for traits.

MutableTrait

Mutatability for values

ValueAccessTrait

Trait to allow accessing data inside a Value

ValueTrait

The Value exposes common interface for values, this allows using both BorrowedValue and OwnedValue nearly interchangable

WritableTrait

A Value that can be serialized and written