#include <coherence/util/QueryRecord.hpp>
An IndexLookupRecord is created each time that RecordableStep#recordExtractor(ValueExtractor) is called on a query record step.
Public Types | |
| typedef spec::Handle | Handle |
| IndexLookupRecord Handle definition. | |
| typedef spec::View | View |
| IndexLookupRecord View definition. | |
| typedef spec::Holder | Holder |
| IndexLookupRecord Holder definition. | |
Public Member Functions | |
| virtual String::View | getExtractorDescription () const =0 |
| Get a description of the extractor that was used for the index lookup. | |
| virtual String::View | getIndexDescription () const =0 |
| Get a description of the associated index. | |
| virtual bool | isOrdered () const =0 |
| Indicates whether or not the associated index is ordered. | |
| virtual String::View getExtractorDescription | ( | ) | const [pure virtual] |
Get a description of the extractor that was used for the index lookup.
| virtual String::View getIndexDescription | ( | ) | const [pure virtual] |
Get a description of the associated index.
| virtual bool isOrdered | ( | ) | const [pure virtual] |
Indicates whether or not the associated index is ordered.