execute_sql_query: Execute a SQL query on TileDB Cloud

View source: R/manual_layer_sql.R

execute_sql_queryR Documentation

Execute a SQL query on TileDB Cloud

Description

This invokes a user-defined function in TileDB Cloud.

Usage

execute_sql_query(query, name = NULL, namespace = NULL)

Arguments

query

SQL query as a string.

name

A descriptive name to give the query.

namespace

Namespace within TileDB cloud to charge. If this is null, the logged-in user's username will be used for the namespace.

Details

Nominally you will first call login; if not, the results of the last login at ~/.tiledb/cloud.json will be used.

The udf and namespace arguments are required; the args argument is optional.

Value

The result of the SQL query.

See Also

Other manual-layer functions: array_info(), compute_sequentially(), compute(), delayed_args<-(), delayed_args(), delayed_array_udf(), delayed_generic_udf(), delayed_sql(), delayed(), deregister_array(), deregister_group(), deregister_udf(), execute_array_udf(), execute_generic_udf(), execute_multi_array_udf(), get_udf_info(), group_info(), list_arrays(), list_groups(), login(), register_array(), register_udf(), update_udf_info(), user_profile()


TileDB-Inc/TileDB-Cloud-R documentation built on July 18, 2024, 3:33 p.m.