MCPcopy Index your code
hub / github.com/pingcap/tidb / SetStrictDoubleTypeCheck

Method SetStrictDoubleTypeCheck

pkg/parser/yy_parser.go:137–139  ·  view source on GitHub ↗

SetStrictDoubleTypeCheck enables/disables strict double type check.

(val bool)

Source from the content-addressed store, hash-verified

135
136// SetStrictDoubleTypeCheck enables/disables strict double type check.
137func (parser *Parser) SetStrictDoubleTypeCheck(val bool) {
138 parser.strictDoubleFieldType = val
139}
140
141// SetParserConfig sets the parser config.
142func (parser *Parser) SetParserConfig(config ParserConfig) {

Callers 3

NewFunction · 0.95
SetParserConfigMethod · 0.95
TestDDLStatementsFunction · 0.80

Calls

no outgoing calls

Tested by 1

TestDDLStatementsFunction · 0.64