Table: Table Object

View source: R/tables.R

TableR Documentation

Table Object

Description

Configure table objects as documented by the Google docs for Table objects

Usage

Table(
  tableId,
  projectId = bqr_get_global_project(),
  datasetId = bqr_get_global_dataset(),
  clustering = NULL,
  description = NULL,
  encryptionConfiguration = NULL,
  expirationTime = NULL,
  friendlyName = NULL,
  labels = NULL,
  materializedView = NULL,
  rangePartitioning = NULL,
  requirePartitionFilter = NULL,
  schema = NULL,
  timePartitioning = NULL,
  view = NULL
)

Arguments

tableId

tableId

projectId

projectId

datasetId

datasetId

clustering

[Beta] Clustering specification for the table

description

[Optional] A user-friendly description of this table

encryptionConfiguration

Custom encryption configuration (e

expirationTime

[Optional] The time when this table expires, in milliseconds since the epoch

friendlyName

[Optional] A descriptive name for this table

labels

The labels associated with this table - a named list of key = value

materializedView

[Optional] Materialized view definition

rangePartitioning

[TrustedTester] Range partitioning specification for this table

requirePartitionFilter

[Beta] [Optional] If set to true, queries over this table require a partition filter that can be used for partition elimination to be specified

schema

[Optional] Describes the schema of this table

timePartitioning

Time-based partitioning specification for this table

view

[Optional] The view definition

Details

A table object to be used within bqr_patch_table

Value

Table object

See Also

Other Table meta functions: bqr_copy_table(), bqr_create_table(), bqr_delete_table(), bqr_list_tables(), bqr_patch_table(), bqr_table_data(), bqr_table_meta()


cloudyr/bigQueryR documentation built on Oct. 28, 2023, 3:36 p.m.