Searched refs:mProjectionColumns (Results 1 – 1 of 1) sorted by relevance
99 private final Set<String> mProjectionColumns = new HashSet<>(); field in QueryParam.QueryBuilder115 mProjectionColumns.add(columnName); in project()125 mProjectionColumns.clear(); in projectAll()243 String[] projection = mProjectionColumns.isEmpty() in toQueryParam()245 : mProjectionColumns.stream().toArray(String[]::new); in toQueryParam()