Builds a : (optionally : <name>) query fragment, looking up the
named vector property of the prior axis.
Value
A DafrQuery.
Examples
LookupVector()
#> <DafrQuery> :
LookupVector("age")
#> <DafrQuery> : age
Axis("cell") |> LookupVector("age")
#> <DafrQuery> @ cell : age