public static class ProfileParser.CostPrinter extends ProfileParser.TreeVisitor
03-05 HashJoin (HASH JOIN) Estimate: 2,521,812 rows, 1 MB Actual: 116,480 rows, 52 MB Probe 03-07 . . Project Estimate: 2,521,812 rows, 1 MB Actual: 0 rows, 0 MB
Constructor and Description |
---|
CostPrinter() |
Modifier and Type | Method and Description |
---|---|
protected void |
visitOp(ProfileParser.OperatorSummary node,
int indentLevel) |
protected void |
visitSubtree(ProfileParser.OperatorSummary node,
int i,
int indent) |
indentString, indentString, subtreeLabel, visit, visit
protected void visitOp(ProfileParser.OperatorSummary node, int indentLevel)
visitOp
in class ProfileParser.TreeVisitor
protected void visitSubtree(ProfileParser.OperatorSummary node, int i, int indent)
visitSubtree
in class ProfileParser.TreeVisitor
Copyright © 2022 The Apache Software Foundation. All rights reserved.