
Use dplyr verbs to interact with the remote database table
Source:R/connector_imports.R
, R/table_methods.R
, R/volume_methods.R
tbl_cnt.Rd
Addition tbl methods for databricks connectors implemented for
connector::tbl_cnt()
:
ConnectorDatabricksTable: Reuses the
connector::tbl_cnt()
method for connector::connector_dbi, but always sets thecatalog
andschema
as defined in when initializing the connector.
ConnectorDatabricksVolume: Uses
read_cnt()
to allow redundancy between Volumes and DBI.
Usage
tbl_cnt(connector_object, name, ...)
# S3 method for class 'ConnectorDatabricksTable'
tbl_cnt(connector_object, name, ...)
# S3 method for class 'ConnectorDatabricksVolume'
tbl_cnt(connector_object, name, ...)
Value
A dplyr::tbl object.