9.4.1.1 Parameters of the SQL Table Functions
The SQL table functions have some parameters in common and some functions have parameters that are unique to that function.
The parameters of the SQL table functions are the following.
Table 9-12 SQL Table Function Parameters
Parameter | Description |
---|---|
|
The name of a table or view that specifies the data to pass to the R function specified by the
SCR_NAME parameter. If you use a table or view owned by another user, use the format <owner name>.<table/view name>. You must have read access to the specified table or view.
Note: |
|
A JSON string that contains additional parameters to pass to the user-defined R function specified by the SCR_NAME parameter. Special control arguments, which start with ore, are not passed to the function specified by SCR_NAME, instead control what happens before or after the invocation of the function. For example, to omit rows with missing values from input table, use: |
|
An output table definition. The value of this argument can be The format of the output returned by the function. It can be one of the following:
See also: Output Formats |
|
For the |
|
For the |
|
The name of a script in the OML4R script repository. |
|
The owner of a script in the OML4R script repository. The default value is NULL. If the value is NULL, search for the R script in the user's script repository. |
Parent topic: About Oracle Machine Learning for R SQL Table Functions