MCPcopy Index your code
hub / github.com/rilldata/rill / String

Method String

runtime/drivers/dialect.go:35–35  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

33// Dialect is the SQL dialect used by an OLAP driver.
34type Dialect interface {
35 String() string
36 CanPivot() bool
37 EscapeIdentifier(ident string) string
38 EscapeAlias(alias string) string

Implementers 1

BaseDialectruntime/drivers/dialect.go

Calls

no outgoing calls

Tested by 15

authGitURLFunction · 0.52
Test_writeCSV_numberFunction · 0.52
Test_writeCSV_nullFunction · 0.52
Test_writeCSV_boolFunction · 0.52
Test_writeCSV_structFunction · 0.52
Test_writeCSV_listFunction · 0.52
Test_writeCSV_quotesFunction · 0.52
TestModelChangeModesFunction · 0.52
TestExecFunction · 0.52
testAllTypesOutputFunction · 0.52