Docs.rs
quill-sql-0.1.1
quill-sql 0.1.1
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
feichai0017
Dependencies
axum ^0.7
normal
bincode ^1.3.3
normal
bytes ^1.0.0
normal
bztree ^0.2.0
normal
clap ^4.3.19
normal
comfy-table ^7.1.0
normal
crc32fast ^1.4
normal
crossbeam-epoch ^0.9.18
normal
dashmap ^6.1.0
normal
derive-new ^0.7.0
normal
derive-with ^0.6.0
normal
ebr ^0.2.13
normal
env_logger ^0.11.5
normal
fastrand ^2.0
normal
fs4 ^0.8.4
normal
futures ^0.3.31
normal
glob ^0.3.1
normal
io-uring ^0.6
normal
optional
log ^0.4.21
normal
logos ^0.15.0
normal
memmap2 ^0.9.1
normal
natord ^1.0.0
normal
nom ^7.0.0
normal
parking_lot ^0.12.1
normal
parking_lot_core ^0.9.0
normal
rand ^0.9.1
normal
rayon ^1.8.0
normal
regex ^1.9.1
normal
rustyline ^15.0.0
normal
serde ^1.0
normal
serde_bytes ^0.11.15
normal
serde_json ^1.0
normal
serial_test ^3.2.0
normal
sqllogictest ^0.13.0
normal
sqlparser ^0.34.0
normal
stack-map ^1.0.5
normal
string-error ^0.1.0
normal
strum ^0.26
normal
tempfile ^3.12.0
normal
thiserror ^2.0.12
normal
tokio ^1.41.1
normal
tokio-stream ^0.1.16
normal
tokio-util ^0.7.12
normal
tower ^0.4
normal
tower-http ^0.5
normal
criterion ^0.5
dev
rand_chacha ^0.9
dev
io-uring ^0.6
normal
Versions
14.29%
of the crate is documented
Go to latest version
Platform
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
Module buffer
quill_
sql
0.1.1
Module buffer
Module Items
Structs
Constants
Type Aliases
In crate quill_
sql
quill_sql
Module
buffer
Copy item path
Source
Structs
§
Buffer
Pool
Manager
Page
Read
Page
Guard
一个只读的页面保护器。 它的存在就意味着持有了页面的读锁和 pin。 实现了 Deref,可以像 &Page 一样直接使用。
Write
Page
Guard
一个可写的页面保护器。 它的存在就意味着持有了页面的写锁和 pin。 实现了 Deref 和 DerefMut,可以像 &mut Page 一样直接使用。
Constants
§
BUFFER_
POOL_
SIZE
INVALID_
PAGE_
ID
PAGE_
SIZE
Type Aliases
§
Atomic
Page
Id
FrameId
PageId