Skip to content

Commit

Permalink
add comment for IteratorOnePassQueryDataSet, TsPrimitiveType
Browse files Browse the repository at this point in the history
  • Loading branch information
mdf369 committed Nov 13, 2018
1 parent 5b635d3 commit 0ac4c58
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,9 @@
public abstract class IteratorOnePassQueryDataSet extends OnePassQueryDataSet {
private static final Logger logger = LoggerFactory.getLogger(IteratorOnePassQueryDataSet.class);

/** map that store all results **/
public LinkedHashMap<Path, DynamicOneColumnData> retMap;
/** map that indicates whether there are still more data in a path **/
private LinkedHashMap<Path, Boolean> hasMoreRet;

/**
Expand Down

0 comments on commit 0ac4c58

Please sign in to comment.