Searched defs:AggInfo_func (Results 1 – 1 of 1) sorted by relevance
18863 struct AggInfo_func { /* For each aggregate function */ struct18864 Expr *pFExpr; /* Expression encoding the function */18865 FuncDef *pFunc; /* The aggregate function implementation */18866 int iDistinct; /* Ephemeral table used to enforce DISTINCT */18867 int iDistAddr; /* Address of OP_OpenEphemeral */18868 int iOBTab; /* Ephemeral table to implement ORDER BY */18869 u8 bOBPayload; /* iOBTab has payload columns separate from key */18870 u8 bOBUnique; /* Enforce uniqueness on iOBTab keys */18871 u8 bUseSubtype; /* Transfer subtype info through sorter */