RESULT_SET_COLUMN
An AQL column specification (e.g. a pair of column name and associated AQL path).
- Type: string
name requiredName of the column. When column alias is not present in the AQL, a
0-based column index is used prefixed by a hash sign (i.e.#0,#1...) - Type: string
path Path from the given AQL of the specified column.
Examples
{
"name": "#0",
"path": "/ehr_id/value"
}