Append an operation representing a single-table verb to the tbl_kusto object's ops list
add_op_single(name, .data, dots = list(), args = list())
The name of the operation, e.g. 'select', 'filter'
The tbl_kusto object to append the operation to
The expressions passed as arguments to the operation verb
Other non-expression arguments passed to the operation verb