Thanks, that is absolutely correct.
If explain is used only the first colum contains a value.
Thus the following statement prints out the execution plan:
try (FieldsQueryCursor<List<?>> joinCursor = activityCache.query(sql)) {
for (List<?> row : joinCursor){
System.out.println(" explain statement: " + row.get(0);
}
....
}
--
Sent from: http://apache-ignite-users.70518.x6.nabble.com/
