tkalkirill commented on code in PR #12743:
URL: https://github.com/apache/ignite/pull/12743#discussion_r2811045358


##########
modules/core/src/main/java/org/apache/ignite/cache/query/annotations/QuerySqlTableFunction.java:
##########
@@ -45,7 +45,7 @@
  *     cacheCfg.setSqlFunctionClasses(MyTableFunctions.class);
  *
  *     // And use in queries.
- *     cache.query(new SqlFieldsQuery("select S_VAL from MY_TABLE(1, 5.0f, 
"ext") where F_VAL is not null"));
+ *     cache.query(new SqlFieldsQuery("select S_VAL from TABLE(MY_TABLE(1, 
5.0f, "ext")) where F_VAL is not null"));

Review Comment:
   It would be great if here or in the documentation you could describe how to 
work with an array of objects in a function.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to