selectmetadata

package
v0.3.265 Latest Latest
Warning

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

Go to latest
Published: Jan 31, 2023 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.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

Jump to

Keyboard shortcuts

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