oso-cloud 0.5.4

Oso Cloud client
Documentation
1
2
3
4
5
6
7
8
9
10
//! Vendored versions of some constants from the polar-ast crate.

/// The inner element of [`polar_ast::Symbol`] used to represent a primitive string.
pub(crate) const PRIMITIVE_STRING_SYMBOL: &str = "String";

/// The inner element of [`polar_ast::Symbol`] used to represent a primitive integer.
pub(crate) const PRIMITIVE_INTEGER_SYMBOL: &str = "Integer";

/// The inner element of [`polar_ast::Symbol`] used to represent a primitive boolean.
pub(crate) const PRIMITIVE_BOOLEAN_SYMBOL: &str = "Boolean";