Skip to main content

Module models

Module models 

Source
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§

SchemaField
A field in the result schema returned by SQL queries
UserId
Type-safe wrapper for user identifiers.

Enums§

FieldFlag
KalamDataType
Unified data type enum with wire format tags

Type Aliases§

FieldFlags