Learn R Programming

sergeant (version 0.9.1)

drill_functions: Show all the available Drill built-in functions & UDFs

Description

Show all the available Drill built-in functions & UDFs

Usage

drill_functions(drill_con, browse = FALSE)

Arguments

drill_con

drill server connection object setup by drill_connection()

browse

if TRUE display an HTML interacrtive HTML widget with the functions as well as reutrn the data frame with the functions. Default if FALSE.

Value

data frame

References

Drill documentation

See Also

Other Drill direct REST API Interface: drill_active(), drill_cancel(), drill_connection(), drill_metrics(), drill_options(), drill_opts(), drill_profiles(), drill_profile(), drill_query(), drill_settings_reset(), drill_set(), drill_stats(), drill_status(), drill_storage(), drill_system_reset(), drill_threads(), drill_version()

Examples

Run this code
# NOT RUN {
drill_connection() %>% drill_functions()
# }

Run the code above in your browser using DataLab