Searched defs:AggInfo_func (Results 1 – 1 of 1) sorted by relevance
19275 struct AggInfo_func { /* For each aggregate function */ struct19276 Expr *pFExpr; /* Expression encoding the function */19277 FuncDef *pFunc; /* The aggregate function implementation */19278 int iDistinct; /* Ephemeral table used to enforce DISTINCT */19279 int iDistAddr; /* Address of OP_OpenEphemeral */19280 int iOBTab; /* Ephemeral table to implement ORDER BY */19281 u8 bOBPayload; /* iOBTab has payload columns separate from key */19282 u8 bOBUnique; /* Enforce uniqueness on iOBTab keys */19283 u8 bUseSubtype; /* Transfer subtype info through sorter */