Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type PrintSection ¶ added in v0.1.10
type PrintSection string
PrintSection selects one appendix section printed after the rendered tree.
const ( // PrintPredicates prints predicate-like scalar links. PrintPredicates PrintSection = "predicates" // PrintOrdering prints ordering scalar links for sort operators. PrintOrdering PrintSection = "ordering" // PrintAggregate prints grouping and aggregate scalar links for aggregate operators. PrintAggregate PrintSection = "aggregate" // PrintTyped prints all typed scalar links as a raw debug dump. PrintTyped PrintSection = "typed" // PrintFull prints all scalar links, including unnamed links, as a raw debug dump. PrintFull PrintSection = "full" )
type PrintSections ¶ added in v0.1.10
type PrintSections []PrintSection
PrintSections is the ordered list of appendix sections requested by the CLI.
Click to show internal directories.
Click to hide internal directories.