Expand description
§liquid-cache-client
This crate provides a client library for connecting to LiquidCache servers using the Apache Arrow Flight protocol.
Re-exports§
pub use liquid_cache_common as common;
Structs§
- Liquid
Cache Builder - The builder for LiquidCache client state.
- Liquid
Cache Client Exec - The execution plan for the LiquidCache client.
- Pushdown
Optimizer - PushdownOptimizer is a physical optimizer rule that pushes down filters to the liquid cache server.