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.