mirror of
https://github.com/GreptimeTeam/greptimedb.git
synced 2026-05-31 04:10:38 +00:00
feat: add a cache for last value result in row group (#4369)
* feat: add selector result cache to cache manager * feat: expose config
This commit is contained in:
@@ -17,7 +17,7 @@ use datafusion_expr::expr::Expr;
|
||||
use strum::Display;
|
||||
|
||||
/// A hint on how to select rows from a time-series.
|
||||
#[derive(Clone, Debug, PartialEq, Eq, Display)]
|
||||
#[derive(Debug, Clone, PartialEq, Eq, Hash, Display)]
|
||||
pub enum TimeSeriesRowSelector {
|
||||
/// Only keep the last row of each time-series.
|
||||
LastRow,
|
||||
|
||||
Reference in New Issue
Block a user