| 33 | { |
| 34 | |
| 35 | class KeywordsTable : public SnapshotData |
| 36 | { |
| 37 | public: |
| 38 | KeywordsTable(MemoryPool& pool) |
| 39 | : SnapshotData(pool) |
| 40 | { |
| 41 | } |
| 42 | |
| 43 | public: |
| 44 | RecordBuffer* getRecords(thread_db* tdbb, jrd_rel* relation); |
| 45 | }; |
| 46 | |
| 47 | |
| 48 | class KeywordsTableScan final : public VirtualTableScan |