MCPcopy Create free account
hub / github.com/rilldata/rill / LookupSelectExpr

Method LookupSelectExpr

runtime/drivers/dialect.go:70–70  ·  view source on GitHub ↗
(lookupTable, lookupKeyColumn string)

Source from the content-addressed store, hash-verified

68 SelectTimeRangeBins(start, end time.Time, grain runtimev1.TimeGrain, alias string, tz *time.Location, firstDay, firstMonth int) (string, []any, error)
69 SelectInlineResults(result *Result) (string, []any, []any, error)
70 LookupSelectExpr(lookupTable, lookupKeyColumn string) (string, error)
71 SanitizeQueryForLogging(sql string) string
72 ColumnCardinality(db, dbSchema, table, column string) (string, error)
73 ColumnDescriptiveStatistics(db, dbSchema, table, column string) (string, error)

Callers 1

writeBinaryConditionMethod · 0.65

Implementers 1

BaseDialectruntime/drivers/dialect.go

Calls

no outgoing calls

Tested by

no test coverage detected