Expand description
Data models shared by the KalamDB SDK.
Core shared types (cell values, schema, file references) live here. Domain-specific models are organized in their respective modules:
- Auth: [
crate::auth::models] - Connection: [
crate::connection::models] - Consumer: [
crate::consumer::models] - Query: [
crate::query::models] - Subscription: [
crate::subscription::models]
Re-exports§
pub use file_ref::FileRef;pub use kalam_cell_value::KalamCellValue;pub use kalam_cell_value::RowData;pub use utils::parse_i64;
Modules§
- file_
ref - FileRef model for FILE datatype in the KalamDB SDK.
- kalam_
cell_ value - KalamCellValue — type-safe wrapper for individual cell values
- utils
Structs§
- Schema
Field - A field in the result schema returned by SQL queries
- UserId
- Type-safe wrapper for user identifiers.
Enums§
- Field
Flag - Kalam
Data Type - Unified data type enum with wire format tags