Cubex (cubex v0.2.2)
Implementation independent cube client library.
Link to this section Summary
Functions
Load data from cube.
Fetch cube metadata.
Create a new cube client. Takes an optional keyword list of parameters.
See the implementation libraries for details (ie Cube.Rest)
Fetch SQL from cube.
Link to this section Functions
Link to this function
load(client, query, opts \\ [])
Load data from cube.
Link to this function
meta(client, opts \\ [])
Fetch cube metadata.
Options:
:extended- returns additional join, sql, pre-aggregation, and segment information in the response. defaults tofalse
Link to this function
new(opts \\ [])
Create a new cube client. Takes an optional keyword list of parameters.
See the implementation libraries for details (ie Cube.Rest)
Link to this function
sql(client, query, opts \\ [])
Fetch SQL from cube.