selectmetadata

package
v0.5.643 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 15, 2024 License: MIT Imports: 3 Imported by: 0

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

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL