Searched defs:AggInfo_func (Results 1 – 1 of 1) sorted by relevance
18801 struct AggInfo_func { /* For each aggregate function */ struct18802 Expr *pFExpr; /* Expression encoding the function */18803 FuncDef *pFunc; /* The aggregate function implementation */18804 int iDistinct; /* Ephemeral table used to enforce DISTINCT */18805 int iDistAddr; /* Address of OP_OpenEphemeral */18806 int iOBTab; /* Ephemeral table to implement ORDER BY */18807 u8 bOBPayload; /* iOBTab has payload columns separate from key */18808 u8 bOBUnique; /* Enforce uniqueness on iOBTab keys */18809 u8 bUseSubtype; /* Transfer subtype info through sorter */