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_unwindwill be a no-op.
- pretty_bytes 
- prost
- query_log 
- quote_ident 
- 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