object debug
A special namespace for commands that can be used to debug query execution.
- Alphabetic
- By Inheritance
- debug
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Value Members
-
def
codegen(): Unit
Prints to stdout all the generated code found in this plan (i.e.
Prints to stdout all the generated code found in this plan (i.e. the output of each WholeStageCodegen subtree).
-
def
codegenToSeq(): Seq[(String, String, ByteCodeStats)]
Get WholeStageCodegenExec subtrees and the codegen in a query plan
Get WholeStageCodegenExec subtrees and the codegen in a query plan
- returns
Sequence of WholeStageCodegen subtrees and corresponding codegen
-
def
toFile(path: String, maxFields: Int = Int.MaxValue): Unit
Dumps debug information about query execution into the specified file.
Dumps debug information about query execution into the specified file.
- maxFields
maximum number of fields converted to string representation.