Crate liquid_cache_client

Source
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§

LiquidCacheBuilder
The builder for LiquidCache client state.
LiquidCacheClientExec
The execution plan for the LiquidCache client.
PushdownOptimizer
PushdownOptimizer is a physical optimizer rule that pushes down filters to the liquid cache server.