[ROOT] / doc / toc / ARCQuery / Class / CompoundInvalidKey
FunctionKeys , QuantileKey , ToString , TryGetP , TryGetPInternal
Used as a practical solution in order to know that a given key has been attemped parsed, but was not valid.
(avoids reparsing again and again).
| FunctionKeys | All FunctionKeys chained at end of compound key (but before an eventual QuantileKey). | 
| QuantileKey | Eventual final QuantileKey at end of compound key. | 
| ToString | The ToString representation is the one relevant when used as key, like in IK or when selecting like 'SELECT {fieldName}'. | 
| TryGetP | The outwards facing executor, understanding use of FunctionKeys. | 
| TryGetPInternal | The internal executor, containing the specific functionality for how to evaluate the key. | 
Generated 2025-10-31 13:45:33.886 UTC