ParseException when parsing `return type pipelined using table_type`
Status: Alpha
Brought to you by:
altumano
Is:
static function json_table(str clob, paths pljson_varray, names pljson_varray := null) return anydataset pipelined using pljson_table_impl
When parsing this declaration a ParserError
is returned:
net.sourceforge.pldoc.parser.ParseException: Encountered " "USING" "using "" at line 79, column 15.
Was expecting one of:
"," ...
")" ...
"AS" ...
"IS" ...
"RESULT_CACHE" ...
"$IF" ...Last consumed token: "pipelined"
For reference, this is valid syntax -- http://docs.oracle.com/cd/B28359_01/appdev.111/b28370/create_function.htm#i2153260
Is there any chance of this being fixed?
I will have a look.
What version(s)?
PLDoc?, maven-pldoc-plugin?
Last edit: Stuart Turton 2016-11-03