MCPcopy Index your code
hub / github.com/OpenTSDB/opentsdb / getRowKeyLiterals

Method getRowKeyLiterals

src/core/TsdbQuery.java:1938–1940  ·  view source on GitHub ↗
(final TsdbQuery query)

Source from the content-addressed store, hash-verified

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;

Calls

no outgoing calls