Details
-
Improvement
-
Status: Resolved
-
Low
-
Resolution: Fixed
-
None
-
None
Description
Would like to do the equivalent of this from KeysSearcher:
if (logger.isDebugEnabled()) logger.debug("Most-selective indexed predicate is on {}", baseCfs.getComparator().getString(primary.column_name));
Not sure how to figure out what part of the comparator the indexed name belongs to here, with which to getString it.