Re-exports§
pub use intern_set::InternSet;pub use value_rc::Cloned;pub use value_rc::FromRc;pub use value_rc::ValueRc;pub use parse::ParseError;pub use types::FromMicros;pub use types::FromMillis;pub use types::Span;pub use types::SpannedValue;pub use types::ToMicros;pub use types::ToMillis;pub use types::Value;pub use types::ValueAndSpan;pub use symbols::Keyword;pub use symbols::NamespacedSymbol;pub use symbols::PlainSymbol;
Modules§
- entities
- This module defines core types that support the transaction processor.
- intern_
set - matcher
- parse
- pretty_
print - query
- This module defines some core types that support find expressions: sources, variables, expressions, etc. These are produced as ‘fuel’ by the query parser, consumed by the query translator and executor.
- symbols
- types
- utils
- value_
rc
Macros§
- kw
- Construct a
Keywordfrom a Clojure-like literal syntax.
Structs§
- BigInt
- A big signed integer type.
- Date
Time - ISO 8601 combined date and time with time zone.
- Ordered
Float - A wrapper around floats providing implementations of
Eq,Ord, andHash. - Utc
- The UTC time zone. This is the most efficient time zone when you don’t need the local time. It is also used as an offset (which is also a dummy type).
- Uuid
- A Universally Unique Identifier (UUID).
- Uuid
Parse Error - A general error that can occur when working with UUIDs.