This documentation is for an older version of GoodData.
Go to the latest version of this article.
sdk.TableService
The TableService provides a convenient way to drive computations and access the results in a tabular fashion.
Compared to the ComputeService, with this one here you do not have to worry about the layout of the result and do not have to work with execution response, access the data using paging. The ExecutionTable returned by the TableService allows you to iterate over the rows of the calculated data.
Properties
NoneMethods
Name | Description |
---|---|
for_items ( ) | None |
for_visualization ( ) | None |