Skip to contents

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.

Value

The result of the SQL query.

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.