zstan commented on code in PR #12743:
URL: https://github.com/apache/ignite/pull/12743#discussion_r2812165758
##########
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:
done
--
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]