(lookupTable, lookupKeyColumn string)
| 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) |
no outgoing calls
no test coverage detected