MCPcopy
hub / github.com/cube2222/octosql / NewColIdent

Function NewColIdent

parser/sqlparser/ast.go:3963–3967  ·  view source on GitHub ↗

NewColIdent makes a new ColIdent.

(str string)

Source from the content-addressed store, hash-verified

3961
3962// NewColIdent makes a new ColIdent.
3963func NewColIdent(str string) ColIdent {
3964 return ColIdent{
3965 val: str,
3966 }
3967}
3968
3969// Format formats the node.
3970func (node ColIdent) Format(buf *TrackedBuffer) {

Callers 8

ParseMethod · 0.85
TestIsAggregateFunction · 0.85
TestColNameEqualFunction · 0.85
TestColIdentFunction · 0.85
TestColIdentMarshalFunction · 0.85
TestColIdentSizeFunction · 0.85
TestCompliantNameFunction · 0.85
TestColumns_FindColumnFunction · 0.85

Calls

no outgoing calls

Tested by 7

TestIsAggregateFunction · 0.68
TestColNameEqualFunction · 0.68
TestColIdentFunction · 0.68
TestColIdentMarshalFunction · 0.68
TestColIdentSizeFunction · 0.68
TestCompliantNameFunction · 0.68
TestColumns_FindColumnFunction · 0.68