# S3 method for tbl_kusto_abstract
inner_join(x, y, by = NULL,
suffix = c(".x", ".y"), .strategy = NULL, .shufflekeys = NULL,
.num_partitions = NULL, .remote = NULL, ...)# S3 method for tbl_kusto_abstract
left_join(x, y, by = NULL,
suffix = c(".x", ".y"), .strategy = NULL, .shufflekeys = NULL,
.num_partitions = NULL, .remote = NULL, ...)
# S3 method for tbl_kusto_abstract
right_join(x, y, by = NULL,
suffix = c(".x", ".y"), .strategy = NULL, .shufflekeys = NULL,
.num_partitions = NULL, .remote = NULL, ...)
# S3 method for tbl_kusto_abstract
full_join(x, y, by = NULL,
suffix = c(".x", ".y"), .strategy = NULL, .shufflekeys = NULL,
.num_partitions = NULL, .remote = NULL, ...)
# S3 method for tbl_kusto_abstract
semi_join(x, y, by = NULL,
suffix = c(".x", ".y"), .strategy = NULL, .shufflekeys = NULL,
.num_partitions = NULL, .remote = NULL, ...)
# S3 method for tbl_kusto_abstract
anti_join(x, y, by = NULL,
suffix = c(".x", ".y"), .strategy = NULL, .shufflekeys = NULL,
.num_partitions = NULL, .remote = NULL, ...)