implement blob-writer io functionalities

Signed-off-by: Yuchen Liang <yuchen@neon.tech>
This commit is contained in:
Yuchen Liang
2024-12-06 21:50:53 +00:00
parent 0bab7e3086
commit d079bf1d48
10 changed files with 281 additions and 197 deletions

View File

@@ -1084,7 +1084,7 @@ pub mod virtual_file {
impl IoMode {
pub const fn preferred() -> Self {
Self::Buffered
Self::Direct
}
}