- Module:Head
- Module:Name/Arity
- Module:Name
The columns use the following notation:
- The Indexed column describes the
argument(s)
indexed:- A plain integer refers to a 1-based argument number
- A+B is a multi-argument index on the arguments A and B.
- A/B is a deep-index on sub-argument B of argument A.
- The Buckets specifies the number of buckets of the hash table
- The Speedup specifies the selectivity of the index
- The Flags describes additional properties, currently:
L
denotes that the index contains multiple compound terms with the same name/arity that may be used to create deep indexes. The deep indexes themselves are created as just-in-time indexes.