Returns whether the writer needs to expand node's detail information when printing plan. For example, LogicalSort(sort0=[$0], dir0=[ASC]) will be expanded to LogicalSort(sort0=[$0], dir0=[ASC-nulls-last]).
()
| 92 | * LogicalSort(sort0=[$0], dir0=[ASC-nulls-last]). |
| 93 | */ |
| 94 | default boolean expand() { |
| 95 | return false; |
| 96 | } |
| 97 | } |
no outgoing calls