Searched defs:AggregateAttrDef (Results 1 – 1 of 1) sorted by relevance
383 struct AggregateAttrDef { struct391 AggregateAttrDef &Add(std::string name, Extract<T> extract, in Add() argument400 AggregateAttrDef &Add(std::string name, Extract<bool> extract) { in Add() argument404 AggregateAttrDef &Add(std::string name, Extract<int64_t> extract) { in Add() argument408 AggregateAttrDef &Add(std::string name, in Add() argument424 using AttrDef = AggregateAttrDef<AttrType>; argument