public static interface RelDotWriter.WriteOption
| Modifier and Type | Field and Description |
|---|---|
static RelDotWriter.WriteOption |
DEFAULT
Default configuration.
|
| Modifier and Type | Method and Description |
|---|---|
int |
maxNodeLabelLength()
The max length of node labels.
|
int |
maxNodeLabelPerLine()
The max length of node label in a line
|
Predicate<RelNode> |
nodePredicate()
Predicate for nodes that need to be highlighted.
|
static final RelDotWriter.WriteOption DEFAULT
Copyright © 2012-2020 Apache Software Foundation. All Rights Reserved.