Learn R Programming

sergeant (version 0.9.1)

src_tbls.src_drill: src tbls

Description

"SHOW DATABASES"

Usage

# S3 method for src_drill
src_tbls(x, ...)

# S3 method for src_drill db_desc(x)

# S3 method for DrillConnection sql_escape_ident(con, x)

# S3 method for src_drill copy_to(dest, df, name, overwrite, ...)

# S3 method for DrillConnection db_explain(con, sql, ...)

# S3 method for DrillConnection db_query_fields(con, sql, ...)

# S3 method for DrillConnection db_data_type(con, fields, ...)

# S3 method for DrillConnection sql_translate_env(con)

Arguments

x

x

...

ignored

See Also

Other Drill REST API (dplyr): drill_custom_functions, src_drill()