Saving all output to "!!{outputDirectory}!!/udf_log10.q.raw". Enter "record" with no arguments to stop it. >>> !run !!{qFileDirectory}!!/udf_log10.q >>> DESCRIBE FUNCTION log10; 'tab_name' 'log10(x) - Returns the logarithm of x with base 10' 1 row selected >>> DESCRIBE FUNCTION EXTENDED log10; 'tab_name' 'log10(x) - Returns the logarithm of x with base 10' 'Example:' ' > SELECT log10(10) FROM src LIMIT 1;' ' 1' 4 rows selected >>> !record