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