Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func SerializePlan ¶
func SerializePlan(node Serializable) string
func SerializeRows ¶
func SerializeRowsExpanded ¶
Types ¶
type IndentWriter ¶
type IndentWriter struct {
// contains filtered or unexported fields
}
func NewIndentWriter ¶
func NewIndentWriter(w io.Writer) IndentWriter
func (IndentWriter) Indent ¶
func (w IndentWriter) Indent() IndentWriter
func (IndentWriter) WritefLine ¶
func (w IndentWriter) WritefLine(format string, args ...any)
type Serializable ¶
type Serializable interface {
Serialize(w IndentWriter)
}
Click to show internal directories.
Click to hide internal directories.