fn build_pk_from_aggr(plan: &LogicalPlan) -> Result<Option<TableDef>, Error>
Expand description
Return first timestamp column which is in group by clause and other columns which are also in group by clause
ยงReturns
Option<String>
- first timestamp column which is in group by clauseVec<String>
- other columns which are also in group by clause
if no aggregation found, return None