Skip to contents

A query operation for looking up the value of a property with a specific name. This operation retrieves the data associated with the specified property for the current axis context. It is typically used after an Axis operation to select a property from that axis. See the Julia documentation for details.

Usage

Lookup(property, ...)

Arguments

property

String specifying the property name to look up

...

Additional arguments needed to support usage of pipe operator

Value

A query operation object that can be used in a query sequence