Enumeration: IndexQuadBy
Defined in: data/rdf/memoryDataset.ts:37
Bit-flags for dataset indexing modes.
Enumeration Members
Enumeration Member | Value | Description |
---|---|---|
| Index by quad object. | |
| Index by whole quad (default, required). | |
| Index by quad object and predicate. | |
| Index by quad predicate. | |
| Index by quad subject. | |
| Index by quad subject and predicate. |