Expand description
Connector configuration types.
Structs§
- Config
KeySpec - Specification for a configuration key.
- Connector
Config - Configuration for a connector instance.
- Connector
Info - Metadata about a connector implementation.
Enums§
- Connector
State - Lifecycle state of a running connector.
Functions§
- decode_
arrow_ schema_ ipc - Decode a hex-encoded IPC flatbuffer string to an Arrow schema.
- encode_
arrow_ schema_ ipc - Encode an Arrow schema as a hex-encoded IPC flatbuffer string.
- parse_
port - Parses a port string into a
u16. - require_
non_ empty - Validates that a string field is non-empty.