↓ 1 callersFunctionrange_scan_table_column_entry(
handler: &PageHandler,
table: &str,
col: &str,
l_row: u64,
r_row: u64,
_commit_time_
src/ops_handler/scan.rs:22
↓ 1 callersMethodregister_page_with_sizes(
&self,
column: &str,
disk_path: String,
offset: u64,
alloc_len: u64,
src/metadata_store/mod.rs:1108
↓ 1 callersMethodsubmit_batch_via_io_uring(
&self,
write_plan: &[(Block, u64, usize)],
batch: &[&[u8]],
revert_info: &mu
src/wal/wal/runtime/writer.rs:334