Expand description
§liquid-cache-server
This crate implements liquid cache server using the Apache Arrow Flight protocol.
Re-exports§
pub use liquid_cache_common as common;
pub use liquid_cache_storage as storage;
Structs§
- ApiResponse
- Response for the admin server
- Column
Statistics - Column statistics
- Execution
Plan With Stats - Execution plan with stats
- Execution
Stats - Parameters for the set_execution_stats endpoint
- Execution
Stats With Plan - Execution stats with plan
- Liquid
Cache Service - The LiquidCache server.
- Metric
Values - Metric
- Plan
Info - Plan info
- Schema
Field - Schema field
- Statistics
- Statistics
Traits§
- Liquid
Cache Error Ext - Extension trait to add context to Results for better error reporting
Functions§
- anyhow_
to_ status - Convert anyhow::Error to tonic Status with detailed error information including stack trace
- df_
error_ to_ status_ with_ trace - Legacy compatibility: convert DataFusionError to Status with stack trace
- run_
admin_ server - Run the admin server
Type Aliases§
- Liquid
Cache Result - Result type alias for LiquidCache operations