Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SelectMetadata ¶
type SelectMetadata interface {
GetAnnotations() (taxonomy.AnnotationCtxMap, bool)
GetOnConditionDataFlows() (dataflow.DataFlowCollection, bool)
GetOnConditionsToRewrite() map[*sqlparser.ComparisonExpr]struct{}
GetTableMap() (taxonomy.TblMap, bool)
}
func NewSelectMetadata ¶
func NewSelectMetadata( onConditionDataFlows dataflow.DataFlowCollection, onConditionsToRewrite map[*sqlparser.ComparisonExpr]struct{}, tableMap taxonomy.TblMap, annotations taxonomy.AnnotationCtxMap, ) SelectMetadata
Click to show internal directories.
Click to hide internal directories.