Column: Column

ColumnR Documentation

Column

Description

Column

Column

Format

R6Class object, super class ColumnSchema.

Super classes

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

Public fields

name

of type String inherited from super class ColumnSchema.

type

of type String inherited from super class ColumnSchema.

nRows

of type int inherited from super class ColumnSchema.

size

of type int inherited from super class ColumnSchema.

id

of type String inherited from super class IdObject.

values

of type dynamic.

metaData

object of class ColumnSchemaMetaData inherited from super class ColumnSchema.

Active bindings

name

of type String inherited from super class ColumnSchema.

type

of type String inherited from super class ColumnSchema.

nRows

of type int inherited from super class ColumnSchema.

size

of type int inherited from super class ColumnSchema.

id

of type String inherited from super class IdObject.

metaData

object of class ColumnSchemaMetaData inherited from super class ColumnSchema.

Methods

Public methods

Inherited methods

Method new()

Usage
Column$new(json = NULL)

Method init()

Usage
Column$init()

Method initJson()

Usage
Column$initJson(json)

Method toTson()

Usage
Column$toTson()

Method clone()

The objects of this class are cloneable with this method.

Usage
Column$clone(deep = FALSE)
Arguments
deep

Whether to make a deep clone.


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