Generates a SQL query to populate a tile of the lattice specified by a given set of columns and measures.
(ImmutableBitSet groupSet, List<Measure> aggCallList)
| 246 | /** Generates a SQL query to populate a tile of the lattice specified by a |
| 247 | * given set of columns and measures. */ |
| 248 | public String sql(ImmutableBitSet groupSet, List<Measure> aggCallList) { |
| 249 | return sql(groupSet, true, aggCallList); |
| 250 | } |
| 251 | |
| 252 | /** Generates a SQL query to populate a tile of the lattice specified by a |
| 253 | * given set of columns and measures, optionally grouping. */ |