Builds a [ <property> query fragment that opens a masked subquery
against property. Close the mask with EndMask().
Arguments
- value
Property name (character scalar), or a piped
DafrQuery.
- ...
Optional piped DafrQuery.
Examples
BeginMask("type")
#> <DafrQuery> [ type
Axis("cell") |> BeginMask("type") |> EndMask()
#> <DafrQuery> @ cell [ type ]