r2hpcc.GetResults2: This method allows you to get results from previously...

Description Usage Arguments Value

View source: R/GetResults.R

Description

This method allows you to get results from previously executed queries. Use the Wuid returned from ExecuteSQL or PrepareSQL. This method is ideal for results paging

Usage

1
2
r2hpcc.GetResults2(conn, workunitId, suppressXMLSchema = 1,
  resultWindowStart = 0, resultWindowCount = 0)

Arguments

conn

- HPCC connection information

workunitId

- Workunit Id (WUID)

suppressXMLSchema

- If set to 1 or true, the query result schema is not included in response

resultWindowStart

- For use with page-loading, the starting record to return

resultWindowCount

- For use with page-loading, the number of records to include from the ResultWindowStart

Value

Workunit details


hpcc-systems/r2hpcc documentation built on May 17, 2019, 4:53 p.m.