Searched refs:WindowOperatorTable (Results 1 – 3 of 3) sorted by relevance
/external/perfetto/src/trace_processor/sqlite/ |
D | window_operator_table.cc | 28 WindowOperatorTable::WindowOperatorTable(sqlite3*, const TraceStorage*) {} in WindowOperatorTable() function in perfetto::trace_processor::WindowOperatorTable 30 void WindowOperatorTable::RegisterTable(sqlite3* db, in RegisterTable() 32 SqliteTable::Register<WindowOperatorTable>(db, storage, "window", true); in RegisterTable() 35 util::Status WindowOperatorTable::Init(int, in Init() 60 std::unique_ptr<SqliteTable::Cursor> WindowOperatorTable::CreateCursor() { in CreateCursor() 64 int WindowOperatorTable::BestIndex(const QueryConstraints&, BestIndexInfo*) { in BestIndex() 68 int WindowOperatorTable::ModifyConstraints(QueryConstraints* qc) { in ModifyConstraints() 78 int WindowOperatorTable::Update(int argc, in Update() 102 WindowOperatorTable::Cursor::Cursor(WindowOperatorTable* table) in Cursor() 105 int WindowOperatorTable::Cursor::Filter(const QueryConstraints& qc, in Filter() [all …]
|
D | window_operator_table.h | 30 class WindowOperatorTable : public SqliteTable { 43 Cursor(WindowOperatorTable*); 72 WindowOperatorTable* table_ = nullptr; 77 WindowOperatorTable(sqlite3*, const TraceStorage*);
|
/external/perfetto/src/trace_processor/ |
D | trace_processor_impl.cc | 734 WindowOperatorTable::RegisterTable(*db_, storage); in TraceProcessorImpl()
|