Skip to main content

Module strategy

Module strategy 

Source
Expand description

Strategy enum and encode() dispatcher. Strategy enum and main encode() dispatcher.

Enums§

Strategy
Available encoding strategies.

Constants§

CHUNKED_SPLIT_DEFAULT_CHUNK_SIZE
Default chunk size for Strategy::ChunkedSplit.
MAX_PAYLOAD_SIZE
Maximum input payload size to prevent OOM on adversarial input.
MYSQL_VERSIONED_COMMENT_VERSION
MySQL version number used in /*!VERSIONKEYWORD*/ versioned comments.

Functions§

all_strategies
encode
Encode a payload using the selected strategy.