Skip to main content

Crate feldera_sqllib

Crate feldera_sqllib 

Source

Re-exports§

pub use array::*;

Modules§

array

Structs§

F32
A wrapper around f32 that provides additional useful traits, such as Ord.
F64
A wrapper around f64 that provides additional useful traits, such as Ord.
Regex
A compiled regular expression for searching Unicode haystacks.

Functions§

build_string_interner
Build the string interner circuit.
intern_string
Intern a string.
unintern_string
Returns the original string given its interned id.