Skip to content

computeFetchData

devakumaraswamy edited this page Jan 21, 2020 · 3 revisions

computeFetchData ⇒ promise

Fetch data from a SAS Table

Returns: promise -

  • {columns: , rows: , scrollOptions: }
Param Type Description
store object

restaf store

computeSummary object

Summary object created by computeSummary method

table string

name of the table

scroll string

direction - valid values are next,prev, last, first, null

Examples

See this for details on how to use this function and related functions to execute code in a compute server.

Clone this wiki locally