Modules§
- checkpoint
- completion_
token - config
- Controller configuration.
- constants
- error
- format
- license
- License related types exchanged between license server and feldera platform.
- program_
schema - query
- query_
params - Types for the query parameters of the pipeline endpoints.
- secret_
ref - secret_
resolver - serde_
with_ context - suspend
- telemetry
- Telemetry events format exchanged between platform and telemetry service.
- 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.