Crate dm_database_parser_sqllog

Crate dm_database_parser_sqllog 

Source

Re-exports§

pub use error::ParseError;
pub use parser::split_by_ts_records_with_errors;
pub use parser::for_each_record;
pub use parser::parse_records_with;
pub use parser::split_into;
pub use sqllog::Sqllog;

Modules§

error
matcher
parser
sqllog

Functions§

is_record_start
判断一行是否为 sqllog 的“记录起始行”。
is_ts_millis
prewarm
预热内部自动机和相关静态结构,以便第一次计时调用不包含延迟初始化分配。