Crate feldera_types

Source

Modules§

checkpoint
completion_token
config
Controller configuration.
constants
error
format
program_schema
query
query_params
Types for the query parameters of the pipeline endpoints.
secret_ref
secret_resolver
serde_with_context
suspend
transport

Macros§

deserialize_struct
Generate DeserializeWithContext implementation parameterized by context type for a struct.
deserialize_table_record
Generate a DeserializeWithContext impl for a SQL table row type.
deserialize_tuple
deserialize_without_context
Implement DeserializeWithContext for types that implement Deserialize and don’t support configurable deserialization.
serialize_struct
Generate SerializeWithContext implementation parameterized by context type for a struct.
serialize_table_record
serialize_without_context
Implement SerializeWithContext for types that implement Serialize and don’t support configurable serialization.