↓ 1 callersFunctionupdate_column_entry_in_table(
handler: &PageHandler,
table: &str,
col: &str,
data: &str,
row: u64,
)
src/ops_handler/update.rs:76
Function_reapply_table_schema(
directory: &Arc<PageDirectory>,
table: &str,
columns: &[(&str, &str)],
sort_key: &[&str],
)
tests/sql_crash_recovery_tests.rs:119