TableSchemaService: TableSchemaService

TableSchemaServiceR Documentation

TableSchemaService

Description

TableSchemaService

TableSchemaService

Format

R6Class object.

Methods

select(tableId,cnames,offset,limit)

method

selectPairwise(tableId,cnames,offset,limit)

method

selectStream(tableId,cnames,offset,limit)

method

selectCSV(tableId,cnames,offset,limit,separator,quote,encoding)

method

Super class

tercenApi::HttpClientService -> TableSchemaService

Methods

Public methods

Inherited methods

Method new()

Usage
TableSchemaService$new(baseRestUri, client)

Method findByQueryHash()

Usage
TableSchemaService$findByQueryHash(keys = NULL, useFactory = FALSE)

Method findSchemaByDataDirectory()

Usage
TableSchemaService$findSchemaByDataDirectory(
  startKey = NULL,
  endKey = NULL,
  limit = 20,
  skip = 0,
  descending = TRUE,
  useFactory = FALSE
)

Method select()

Usage
TableSchemaService$select(tableId, cnames, offset, limit)

Method selectPairwise()

Usage
TableSchemaService$selectPairwise(tableId, cnames, offset, limit)

Method selectStream()

Usage
TableSchemaService$selectStream(tableId, cnames, offset, limit)

Method selectCSV()

Usage
TableSchemaService$selectCSV(
  tableId,
  cnames,
  offset,
  limit,
  separator,
  quote,
  encoding
)

Method clone()

The objects of this class are cloneable with this method.

Usage
TableSchemaService$clone(deep = FALSE)
Arguments
deep

Whether to make a deep clone.


tercen/teRcenApi documentation built on Feb. 8, 2024, 5:59 p.m.