Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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.
34
type
Dialect
interface
{
35
String() string
36
CanPivot() bool
37
EscapeIdentifier(ident string) string
38
EscapeAlias(alias string) string
Callers
15
request_QueryService_Query_0
Function · 0.65
local_request_QueryService_Query_0
Function · 0.65
request_QueryService_QueryBatch_0
Function · 0.65
request_QueryService_Export_0
Function · 0.65
local_request_QueryService_Export_0
Function · 0.65
request_QueryService_ExportReport_0
Function · 0.65
local_request_QueryService_ExportReport_0
Function · 0.65
request_QueryService_ProjectStorage_0
Function · 0.65
local_request_QueryService_ProjectStorage_0
Function · 0.65
request_QueryService_MetricsViewAggregation_0
Function · 0.65
local_request_QueryService_MetricsViewAggregation_0
Function · 0.65
request_QueryService_MetricsViewToplist_0
Function · 0.65
Implementers
1
BaseDialect
runtime/drivers/dialect.go
Calls
no outgoing calls
Tested by
15
authGitURL
Function · 0.52
Test_writeCSV_emptystring
Function · 0.52
Test_writeCSV_number
Function · 0.52
Test_writeCSV_null
Function · 0.52
Test_writeCSV_bool
Function · 0.52
Test_writeCSV_struct
Function · 0.52
Test_writeCSV_list
Function · 0.52
Test_writeCSV_quotes
Function · 0.52
TestModelChangeModes
Function · 0.52
TestExec
Function · 0.52
testAllTypesOutput
Function · 0.52
TestDatabaseTypeToRuntimeType
Function · 0.52