Searched refs:getColumnsToFetch (Results 1 – 3 of 3) sorted by relevance
111 builder.append(getColumnsToFetch()); in getReadCommand()113 builder.append(getColumnsToFetch()); in getReadCommand()179 private String getColumnsToFetch() { in getColumnsToFetch() method in ReadTableRequest
86 public List<String> getColumnsToFetch() { in getColumnsToFetch() method in AggregateParams
98 mColumnNamesToAggregate = params.getColumnsToFetch(); in AggregateTableRequest()