Executes a query on a Daf object and returns the result. Queries provide a way to extract, filter, and manipulate data from a Daf object using a composable syntax. Queries can retrieve scalars, vectors, matrices, or sets of names depending on the operations used.
Value
The result of the query, which could be a scalar, vector, matrix, or set of names depending on the query
Details
See the Julia documentation for details.