Home
last modified time | relevance | path

Searched refs:GraphAggregatingScan (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/perfetto/src/trace_processor/perfetto_sql/intrinsics/functions/
H A Dgraph_scan.cc492 struct GraphAggregatingScan : public SqliteFunction<GraphAggregatingScan> { struct
656 return engine.RegisterSqliteFunction<GraphAggregatingScan>( in RegisterGraphScanFunctions()
657 std::make_unique<GraphAggregatingScan::UserDataContext>( in RegisterGraphScanFunctions()
658 GraphAggregatingScan::UserDataContext{&engine, pool})); in RegisterGraphScanFunctions()