Modules§
- adapter_
stats - checkpoint
- completion_
token - config
- Controller configuration.
- constants
- error
- format
- pipeline_
diff - program_
schema - query
- query_
params - Types for the query parameters of the pipeline endpoints.
- runtime_
status - secret_
ref - secret_
resolver - serde_
with_ context - suspend
- time_
series - transaction
- transport
Macros§
- deserialize_
struct - Generate
DeserializeWithContextimplementation parameterized by context type for a struct. - deserialize_
table_ record - Generate a
DeserializeWithContextimpl for a SQL table row type. - deserialize_
tuple - deserialize_
without_ context - Implement
DeserializeWithContextfor types that implementDeserializeand don’t support configurable deserialization. - serialize_
struct - Generate
SerializeWithContextimplementation parameterized by context type for a struct. - serialize_
table_ record - serialize_
without_ context - Implement
SerializeWithContextfor types that implementSerializeand don’t support configurable serialization.