public IgniteProjectionResultCursor(Iterable<List<?>> resultCursor, List<Return> queryReturns, RowSelection rowSelection) { super( resultCursor, rowSelection ); this.queryReturns = queryReturns; }