[][src]Module tablam::prelude

Re-exports

pub use itertools;
pub use crate::dsl::*;
pub use crate::errors::Error;
pub use crate::errors::Result;
pub use crate::function::*;
pub use crate::map::Map;
pub use crate::query::CmOp;
pub use crate::query::Comparable;
pub use crate::query::JoinOp;
pub use crate::query::QueryOp;
pub use crate::row::RowPk;
pub use crate::scalar::fold_fn2;
pub use crate::scalar::Scalar;
pub use crate::schema::*;
pub use crate::stdlib::*;
pub use crate::sum_type::SumVariant;
pub use crate::tree::Tree;
pub use crate::tuple::RelTuple;
pub use crate::types::BinOp;
pub use crate::types::Column;
pub use crate::types::ColumnAlias;
pub use crate::types::DataType;
pub use crate::types::KindGroup;
pub use crate::types::LogicOp;
pub use crate::types::NativeKind;
pub use crate::types::Rel;
pub use crate::types::RelShape;
pub use crate::types::Tuple;
pub use crate::vector::Shape;
pub use crate::vector::Vector;

Structs

Decimal

Decimal represents a 128 bit representation of a fixed-precision decimal number. The finite set of values of type Decimal are of the form m / 10e, where m is an integer such that -296 < m < 296, and e is an integer between 0 and 28 inclusive.

Type Definitions

R64

64-bit floating-point representation that must be a real number.