Learn R Programming

AzureKusto (version 1.1.3)

flatten_query: 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