Interface to 'Kusto'/'Azure Data Explorer'
Append a join operation to the tbl_kusto object's ops list
Append a set operation to the tbl_kusto object's ops list
Append an operation representing a single-table verb to the tbl_kusto ...
Kusto/Azure Data Explorer cluster resource class
Kusto/Azure Data Explorer database resource class
DBI interface: connect to a Kusto cluster
Kusto DBI connection class
Kusto DBI driver class
Kusto DBI result class
Aggregation function translations
Scalar operator translations (infix and prefix)
Window function translations
Build a KQL string.
Compile the preceding dplyr operations into a kusto query, execute it ...
Execute the query, store the results in a table, and return a referenc...
This function uploads a local data frame into a remote data source, cr...
Create Kusto/Azure Data Explorer cluster
Endpoints for communicating with a Kusto database
DBI methods for Kusto queries and commands
DBI methods for Kusto table management
Delete Kusto/Azure Data Explorer cluster
Escape/quote a string.
Execute the Kusto query and export the result to Azure Storage.
Walks the tree of ops and builds a stack.
Get existing Kusto/Azure Data Explorer cluster
Manage AAD authentication tokens for Kusto clusters
Flag a character string as a Kusto identifier
Pass an already-escaped string to Kusto
Ingestion functions for Kusto
Information functions
Join methods for Kusto tables
Tag character strings as Kusto Query Language. Assumes the string is v...
Return a function representing a KQL aggregation function
dplyr's mutate verb can include aggregations, but Kusto's extend verb ...
Build the tbl object into a data structure representing a Kusto query
Escape a Kusto identifier with [' ']
Pass through an already-escaped Kusto identifier
Escape a Kusto logical value. Converts TRUE/FALSE to true / false
Escape a Kusto string by single-quoting
Return a function representing a scalar KQL infix operator
Return a function representing a scalar KQL prefix function
Helper function for quoting kql elements.
Render a set of operations on a tbl_kusto_abstract to a Kusto query
Build a kql_variant class out of the environments holding scalar and a...
Builds an environment from a list of R -> Kusto query language transla...
Return a function representing a KQL window function
DBI interface to Kusto
Execute the query, store the results in a table, and return a referenc...
Nest method for Kusto tables
The "base case" operation representing the tbl itself and its column v...
A double-table verb, e.g. joins, setops
Look up the applicable grouping variables for an operation based on th...
A class representing a single-table verb
Look up the applicable variables in scope for a given operation based ...
Partially evaluate an expression.
Objects exported from other packages
Run a query or command against a Kusto database
Translate a sequence of dplyr operations on a tbl into a Kusto query s...
Summarise method for Kusto tables
A tbl object representing a table in a Kusto database.
Create a local lazy tbl
Translate R expressions into Kusto Query Language equivalents.
Unnest method for Kusto tables
An interface to 'Azure Data Explorer', also known as 'Kusto', a fast, distributed data exploration service from Microsoft: <https://azure.microsoft.com/en-us/products/data-explorer/>. Includes 'DBI' and 'dplyr' interfaces, with the latter modelled after the 'dbplyr' package, whereby queries are translated from R into the native 'KQL' query language and executed lazily. On the admin side, the package extends the object framework provided by 'AzureRMR' to support creation and deletion of databases, and management of database principals. Part of the 'AzureR' family of packages.