Skip to main content

Crate clicktype_core

Crate clicktype_core 

Source
Expand description

ClickType Core - Type-safe ClickHouse types and traits

This crate provides the foundational types, traits, and error handling for the ClickType ecosystem.

Re-exports§

pub use error::Error;
pub use error::ReadError;
pub use error::Result;
pub use error::WriteError;
pub use traits::ClickHouseType;
pub use traits::ClickInsertable;
pub use traits::ClickReadable;
pub use traits::ClickTable;
pub use traits::TypedColumn;
pub use types::*;

Modules§

error
Error types for ClickType
state
State machine phantom types for type-safe query building
traits
Core traits for ClickType
types
ClickHouse type mappings