add_op_set_op {AzureKusto} | R Documentation |
Append a set operation to the tbl_kusto object's ops list
add_op_set_op(x, y, type)
x |
The "left" tbl |
y |
The "right" tbl |
type |
The type of set operation to perform, currently only supports union_all |