(final TsdbQuery query)
| 1936 | } |
| 1937 | |
| 1938 | static ByteMap<byte[][]> getRowKeyLiterals(final TsdbQuery query) { |
| 1939 | return query.row_key_literals; |
| 1940 | } |
| 1941 | |
| 1942 | static long maxBytes(final TsdbQuery query) { |
| 1943 | return query.max_bytes; |
no outgoing calls