Executes a GAQ and returns the result as an Arrow stream.
Executes a GAQ on the specified cube and branch, with given measures, coordinates, filters, context, and timeout. The result is returned as an Apache Arrow stream.
Documentation Index
Fetch the complete documentation index at: https://docs.activeviam.com/llms.txt
Use this file to discover all available pages before exploring further.
Body
The name of the cube to query.
The list of measures to include in the query.
The specific branch of the cube to query. By default, the branch set by activeviam.branch.master property.
Additional context values to configure query execution. Supported context values include:
queriesTimeLimit: Query timeout in seconds (e.g., "30")queriesResultLimit: Maximum number of cells to return (e.g., "10000")
Context values are applied during query execution and reset after the query completes.
The coordinates for the query, mapping level descriptions to level members.
Use null or the wildcard string as the value to express a wildcard (all members) for a given level. The wildcard string defaults to [*] and can be configured via the activepivot.location.wildcard system property. For example: {"Currency@Currency@Currency": ["[*]"]}.
Filter conditions to apply to the query.
The timeout for the query in seconds.
Response
Successful execution of the GAQ.