Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ColumnLineage ¶
type ColumnLineage struct { Name string `json:"name"` Upstream []UpstreamColumn `json:"upstream"` }
type Lineage ¶
type Lineage struct {
Columns []ColumnLineage `json:"columns"`
}
type QueryConfig ¶
type SQLParser ¶
type SQLParser struct {
// contains filtered or unexported fields
}
func NewSQLParser ¶
func (*SQLParser) ColumnLineage ¶
type UpstreamColumn ¶
Click to show internal directories.
Click to hide internal directories.