Re-exports§
pub use rw_iter_util as iter_util;
pub use rw_resource_util as resource_util;
pub use tokio_util;
pub use self::prost::*;
Modules§
- addr
- chunk_
coalesce - cluster_
limit - column_
index_ mapping - compress
- deployment
- env_var
- epoch
- functional
- hash_
util - memcmp_
encoding - meta_
addr - panic
- RisingWave aborts the execution in the panic hook by default to avoid unpredictability and
interference in concurrent programming as much as possible. Since the hook is called no matter
where the panic occurs,
std::panic::catch_unwind
will be a no-op. - pretty_
bytes - prost
- query_
log - recursive
- Track the recursion and grow the stack when necessary to enable fearless recursion.
- row_id
- row_
serde - runtime
- scan_
range - schema_
check - sort_
util - stream_
graph_ visitor - tracing
- value_
encoding - Value encoding is an encoding format which converts the data into a binary form (not memcomparable, i.e., Key encoding).
- worker_
util