tables_post_scan: Creates and enqueues a single table scanner job on a new...

Description Usage Arguments Value

Description

Creates and enqueues a single table scanner job on a new table

Usage

1
tables_post_scan(database_id, schema, table_name, stats_priority = NULL)

Arguments

database_id

integer required. The ID of the database.

schema

string required. The name of the schema containing the table.

table_name

string required. The name of the table.

stats_priority

string optional. When to sync table statistics. Valid Options are the following. Option: 'flag' means to flag stats for the next scheduled run of a full table scan on the database. Option: 'block' means to block this job on stats syncing. Option: 'queue' means to queue a separate job for syncing stats and do not block this job on the queued job. Defaults to 'flag'

Value

A list containing the following elements:

jobId

integer, The ID of the job created.

runId

integer, The ID of the run created.


civisanalytics/civis-r documentation built on June 27, 2020, 7:25 a.m.