Searched defs:AggCtx (Results 1 – 3 of 3) sorted by relevance
87 struct AggCtx : SqliteAggregateContext<AggCtx> { struct89 void Push(sqlite3_context* ctx, T value) { in Push()102 void Result(sqlite3_context* ctx, const char* type) { in Result()108 std::optional<Array> array;156 struct AggCtx : SqliteAggregateContext<AggCtx> { struct157 perfetto_sql::Graph graph;235 struct AggCtx : SqliteAggregateContext<AggCtx> { struct236 perfetto_sql::RowDataframe dataframe;237 std::optional<uint32_t> argc_index;308 struct AggCtx : SqliteAggregateContext<AggCtx> { struct[all …]
49 struct AggCtx : SqliteAggregateContext<AggCtx> { struct50 std::vector<Row> input;51 std::vector<uint32_t> child_count_by_id;52 std::optional<Row> root;53 uint32_t max_group = 0;
276 struct AggCtx : SqliteAggregateContext<AggCtx> { struct277 Graph graph;278 std::optional<uint32_t> start_id;