Skip to content

routier-collection


routier-collection / core/src / mappedResultColumns

Function: mappedResultColumns() ​

mappedResultColumns(fields): ResultColumn[]

Defined in: core/src/plugins/resultShape.ts:37

The columns a map projection selects.

Named by sourceName, which is what the statement actually emits; the rename to destinationName happens in the translator, after the rows come back. A field with no property is an expression.

Parameters ​

fields ​

readonly QueryField[]

Returns ​

ResultColumn[]

Released under the MIT License.