scidbquery.shim: Basic low-level query. Returns query id. This is an internal...

View source: R/shim.R

scidbquery.shimR Documentation

Basic low-level query. Returns query id. This is an internal function.

Description

Basic low-level query. Returns query id. This is an internal function.

Usage

scidbquery.shim(
  db_or_conn,
  query,
  save = NULL,
  result_size_limit = NULL,
  session = NULL,
  resp = FALSE,
  prefix = NULL,
  atts_only = TRUE
)

Arguments

db_or_conn

a scidb database connection object, _or_ its "connection" attribute

query

a character query string

save

format string for save() query, or NULL. Example values: "dcsv", "csv+", "(double NULL, int32)"

session

if you already have a SciDB http session, set this to it, otherwise NULL

resp

if true, return http response

prefix

optional AFL statement to prefix query in the same connection context

Value

list(sessionid, response) if resp==TRUE, otherwise just sessionid


Paradigm4/SciDBR documentation built on Nov. 9, 2023, 4:58 a.m.