flatten_query {AzureKusto}R Documentation

Walks the tree of ops and builds a stack.

Description

Walks the tree of ops and builds a stack.

Usage

flatten_query(op, ops = list())

Arguments

op

the current operation

ops

the stack of operations to append to, recursively


[Package AzureKusto version 1.1.3 Index]