Learn R Programming

scidb (version 1.2-0)

scidb_attributes: Scidb schema utilities

Description

Return a vector of SciDB array attribute names, types, nullable-ness, coordinate bounds, overlap, and coordinate start and end bounds.

Usage

scidb_attributes(x) scidb_types(x) scidb_nullable(x) scidb_coordinate_bounds(x) scidb_coordinate_chunksize(x) scidb_coordinate_overlap(x) scidb_coordinate_start(x) scidb_coordinate_end(x)

Arguments

x
An object of class scidb or scidbdf

Value

A character vector of SciDB array dimension names, types, nullable-ness, coordinate bounds, chunk sizes, chunk overlap amount, or coordinate starting or ending indices, respectively.

See Also

scidb

Examples

Run this code
## Not run: 
# # Upload data to create a 10x10 SciDB matrix
# A <- as.scidb(matrix(rnorm(100),10))
# scidb_attributes(A)
# ## End(Not run)

Run the code above in your browser using DataLab