Github user DaveBirdsall commented on a diff in the pull request: https://github.com/apache/incubator-trafodion/pull/1350#discussion_r157637971 --- Diff: docs/sql_reference/src/asciidoc/_chapters/sql_functions_and_expressions.adoc --- @@ -926,6 +944,45 @@ The following are BITAND restrictions: --- 1 row(s) selected ``` +<<< +[[buffertolob_function]] +== BUFFERTOLOB Function + +[[buffertolob_function_syntax]] +=== Syntax Descriptions of BUFFERTOLOB Function + +The BUFFERTOLOB function takes an address and a size of an input buffer, and converts the data pointed to by that buffer into LOB. This function can be used in INSERT or UPDATE statement. --- End diff -- Again, "...the size..." sounds better to my ears.
---