You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README-EN.adoc
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -266,6 +266,8 @@ QLExpress4 provides a method to parse all variables that need to be passed in fr
266
266
assertEquals(expectSet, outVarNames);
267
267
----
268
268
269
+
To parse all functions that require external input, call the `getOutFunctions` method.
270
+
269
271
=== High-Precision Calculation
270
272
271
273
QLExpress internally uses BigDecimal to represent all numbers that cannot be precisely represented by double, to represent calculation precision as much as possible:
0 commit comments