MCPcopy Create free account
hub / github.com/araddon/qlbridge / NewSqlDialect

Function NewSqlDialect

rel/sql.go:318–320  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

316)
317
318func NewSqlDialect() expr.DialectWriter {
319 return expr.NewKeywordDialect(SqlKeywords)
320}
321func NewProjection() *Projection {
322 return &Projection{Columns: make(ResultColumns, 0), colNames: make(map[string]struct{})}
323}

Callers 1

StringMethod · 0.85

Calls 1

NewKeywordDialectFunction · 0.92

Tested by

no test coverage detected