RESULT_SET_COLUMN

An AQL column specification (e.g. a pair of column name and associated AQL path).

  • name
    Type: string
    required

    Name 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...)

  • path
    Type: string

    Path from the given AQL of the specified column.

Examples
{
  "name": "#0",
  "path": "/ehr_id/value"
}