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.Collection, bool) GetOnConditionsToRewrite() map[*sqlparser.ComparisonExpr]struct{} GetTableMap() (taxonomy.TblMap, bool) }
func NewSelectMetadata ¶
func NewSelectMetadata( onConditionDataFlows dataflow.Collection, onConditionsToRewrite map[*sqlparser.ComparisonExpr]struct{}, tableMap taxonomy.TblMap, annotations taxonomy.AnnotationCtxMap, ) SelectMetadata
Click to show internal directories.
Click to hide internal directories.