Skip to main content

Crate tl_data

Crate tl_data 

Source

Re-exports§

pub use engine::DataEngine;
pub use datafusion;

Modules§

engine
io
pg
quality
redshift
translate
validate

Structs§

ArrowField
Describes a single column in a Schema.
ArrowSchema
Describes the meta-data of an ordered sequence of relative types.
DataFrame
Represents a logical set of rows with the same named columns.

Enums§

ArrowDataType
Datatypes supported by this implementation of Apache Arrow.
JoinType
Join type

Functions§

col
Create a column expression based on a qualified or unqualified column name. Will normalize unquoted identifiers according to SQL rules (identifiers will become lowercase).
lit
Create a literal expression