Path

data class Path(val path: List<Any?>)

A path is a list of tokens that represents the current position in the aggregate computation.

Constructors

Link copied to clipboard
constructor(path: List<Any?>)

Properties

Link copied to clipboard
val path: List<Any?>