Module parser

Source

Re-exportsยง

pub use parquet_parser::ParquetParser;

Modulesยง

access_builder ๐Ÿ”’
additional_columns
avro ๐Ÿ”’
bytes_parser ๐Ÿ”’
canal ๐Ÿ”’
chunk_builder ๐Ÿ”’
config ๐Ÿ”’
csv_parser ๐Ÿ”’
debezium ๐Ÿ”’
json_parser ๐Ÿ”’
maxwell ๐Ÿ”’
mysql ๐Ÿ”’
parquet_parser
plain_parser
postgres ๐Ÿ”’
protobuf ๐Ÿ”’
scalar_adapter
schema_change
simd_json_parser
sql_server ๐Ÿ”’
unified ๐Ÿ”’
Unified parsers for both normal events or CDC events of multiple message formats
upsert_parser ๐Ÿ”’
utils ๐Ÿ”’

Structsยง

AvroParserConfig
AvroProperties
BytesProperties
CanalJsonParser
CommonParserConfig
CsvProperties
DebeziumAvroAccessBuilder
DebeziumAvroParserConfig
DebeziumMongoJsonParser
DebeziumParser
DebeziumProps
JsonAccess
JsonAccessBuilder
JsonProperties
MessageMeta
The meta data of the original message for a row writer.
MongoProperties
ParserConfig
Note: this is created in SourceReader::build_stream
ProtobufAccessBuilder
ProtobufParserConfig
ProtobufProperties
ScalarImplTiberiusWrapper
SourceStreamChunkBuilder
A builder for building a [StreamChunk] from SourceColumnDesc.
SourceStreamChunkRowWriter
SourceStreamChunkRowWriter is responsible to write one or more records to the [StreamChunk], where each contains either one row (Insert/Delete) or two rows (Update) that can be written atomically.
SpecificParserConfig

Enumsยง

AccessError
ByteStreamSourceParserImpl
The entrypoint of parsing. It parses SourceMessage stream (byte stream) into [StreamChunk] stream. Used by crate::source::into_chunk_stream.
EncodingProperties
EncodingType
ParseResult
The result of parsing a message.
ParserFormat
ProtocolProperties
SchemaLocation
WIP: may cover protobuf and json schema later.
TimestamptzHandling
TransactionControl
Transaction control message. Currently only used by Debezium messages.

Constantsยง

DEBEZIUM_IGNORE_KEY
PROTOBUF_MESSAGES_AS_JSONB

Traitsยง

Access
Access to a field in the data structure. Created by AccessBuilder.
ByteStreamSourceParser
ByteStreamSourceParser is the entrypoint abstraction for parsing messages. It consumes bytes of one individual message and produces parsed records.
SourceParserIntoStreamExt

Functionsยง

fetch_json_schema_and_map_to_columns
from_protobuf_value
mysql_datum_to_rw_datum
The decoding result can be interpreted as follows: Ok(value) => The value was found and successfully decoded. Err(error) => The value was found but could not be decoded, either because it was not supported, or there was an error during conversion.
mysql_row_to_owned_row
parse_message_stream ๐Ÿ”’
pb_schema_to_fields
postgres_row_to_owned_row
sql_server_row_to_owned_row

Type Aliasesยง

AccessResult