schema: scidb base functions

Description Usage Arguments Value Author(s)

Description

Generate a new schema string

Usage

1
2
schema(a_name, sch_attrs = list(attr1 = "int32"), sch_dim = list(dim1 = c(0,
  10, 11, 0)))

Arguments

a_name

A valid array name. If NULL all arrays are returned (Default NULL).

sch_attrs

A list of pairs attr_name="type", where "type" is any scidb type. R compatible types: "int32", "double", and "string".

sch_dim

A list of pairs dim_name=c(from, to, chunck_size, chunk_overlap), where from, to, chunk_size, and chunk_overlap are numbers.

Value

A schema string

Author(s)

Rolf Simoes, rolf.simoes@inpe.br


rolfsimoes/scidbquery documentation built on May 29, 2019, 8:48 a.m.