r2hpcc.GetDBMetaData: This methods allows you to query the HPCC Platform and get...

Description Usage Arguments Value

View source: R/GetDBMetaData.R

Description

This methods allows you to query the HPCC Platform and get metadata to use to create a view or model of the target HPCC system as a SQL accessible DB.

Usage

1
2
3
r2hpcc.GetDBMetaData(conn, includeTables = 1, tableFilter = "",
  includeStoredProcedures = 1, querySet = "", includeTargetClusters = 1,
  clusterType = "")

Arguments

conn

- HPCC connection information

includeTables

- If set to 1 or true, available tables are included in response

tableFilter

- Filter for table results

includeStoredProcedures

- If set to 1 or true, available Stored Procedures are included in response

querySet

- QuerySet to use as filter for Stored procedures to return

includeTargetClusters

- If set to 1 or true, available Target Clusters are included in response

clusterType

- Cluster type to use as filter

Value

HPCC platform metadata


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