coord_names
coord_names(
self ,
)-> ‘set[str]’
Return the coord names a query may select on.
A coordinate the index could only record by name states no envelope, so no predicate can be built against it; it is not selectable, and asking for it must say so rather than filter on nothing. coord_dims_map still reports it – what a patch holds and what a query can reach are different questions.