Skip to content

Commit

Permalink
extra comment
Browse files Browse the repository at this point in the history
  • Loading branch information
bobular committed Feb 13, 2025
1 parent 089511c commit 5752cc4
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ protected void write(OutputStream out) throws IOException, WdkModelException {

try (RecordStream recordStream = RecordStreamFactory.getRecordStream(_baseAnswer, List.of(), tables)) {
RecordInstance singleRecord = recordStream.iterator().next();
// we will need to pass `_cacheMode` to `summarizeExpression()`...
JSONObject expressionSummary = Summarizer.summarizeExpression(singleRecord);
out.write(expressionSummary.toString().getBytes());
out.flush();
Expand Down

0 comments on commit 5752cc4

Please sign in to comment.