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

Method getGroupBys

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

Source from the content-addressed store, hash-verified

1932 }
1933
1934 static ArrayList<byte[]> getGroupBys(final TsdbQuery query) {
1935 return query.group_bys;
1936 }
1937
1938 static ByteMap<byte[][]> getRowKeyLiterals(final TsdbQuery query) {
1939 return query.row_key_literals;

Calls

no outgoing calls