Return the query index that maps this datapoints to the original TSSubQuery. @return index of the query in the TSQuery class @throws UnsupportedOperationException if the implementing class can't map to a sub query. @since 2.2
()
| 218 | * @since 2.2 |
| 219 | */ |
| 220 | int getQueryIndex(); |
| 221 | |
| 222 | /** |
| 223 | * Return whether these data points are the result of the percentile calculation |
no outgoing calls