Skip to main content

Crate velr_types

Crate velr_types 

Source

Re-exports§

pub use codec::decode_property_value;
pub use codec::encode_property_value;
pub use cypher_order::storage_value_to_cypher_order_key;
pub use cypher_order::OrderKeyError;
pub use error::DecodeError;
pub use error::EncodeError;
pub use list::ListIter;
pub use list::ListValue;
pub use property::PropertyValue;
pub use property::PropertyValueRef;
pub use render::blob_sql_literal;
pub use render::bool_blob_bytes;
pub use render::property_value_to_display_text;
pub use render::property_value_to_json_text;
pub use render::storage_value_sql_literal;
pub use render::storage_value_to_display_text;
pub use render::storage_value_to_json_text;
pub use render::RenderError;
pub use render::BOOL_FALSE_SQLITE_BLOB_LITERAL;
pub use render::BOOL_TRUE_SQLITE_BLOB_LITERAL;
pub use spatial::GeographyValue;
pub use spatial::GeometryShape;
pub use spatial::GeometryValue;
pub use spatial::LineStringValue;
pub use spatial::LinearRingValue;
pub use spatial::PointValue;
pub use spatial::PolygonValue;
pub use spatial::Position;
pub use storage::StorageValue;
pub use storage::StorageValueRef;
pub use temporal::current_temporal_value;
pub use temporal::temporal_component;
pub use temporal::CurrentTemporalKind;
pub use temporal::DateValue;
pub use temporal::DurationMapParts;
pub use temporal::DurationValue;
pub use temporal::LocalDateTimeValue;
pub use temporal::LocalTimeValue;
pub use temporal::UtcOffsetValue;
pub use temporal::ZonedDateTimeValue;
pub use temporal::ZonedTimeValue;
pub use temporal_arithmetic::temporal_add_property_values;
pub use temporal_arithmetic::temporal_div_property_values;
pub use temporal_arithmetic::temporal_mul_property_values;
pub use temporal_arithmetic::temporal_sub_property_values;
pub use vector::VectorElem;
pub use vector::VectorIter;
pub use vector::VectorStorage;
pub use vector::VectorType;
pub use vector::VectorValue;

Modules§

codec
cypher_order
error
list
property
render
spatial
storage
tag
temporal
temporal_arithmetic
vector