ColumnSchema: ColumnSchema

ColumnSchemaR Documentation

ColumnSchema

Description

ColumnSchema

ColumnSchema

Format

R6Class object, super class IdObject, sub classes Column.

Super classes

tercenApi::Base -> tercenApi::IdObject -> ColumnSchema

Public fields

id

of type String inherited from super class IdObject.

name

of type String.

type

of type String.

nRows

of type int.

size

of type int.

metaData

object of class ColumnSchemaMetaData.

Active bindings

id

of type String inherited from super class IdObject.

Methods

Public methods

Inherited methods

Method new()

Usage
ColumnSchema$new(json = NULL)

Method init()

Usage
ColumnSchema$init()

Method initJson()

Usage
ColumnSchema$initJson(json)

Method toTson()

Usage
ColumnSchema$toTson()

Method clone()

The objects of this class are cloneable with this method.

Usage
ColumnSchema$clone(deep = FALSE)
Arguments
deep

Whether to make a deep clone.


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