We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0945a0b commit 077393dCopy full SHA for 077393d
sql/statistics.go
@@ -91,7 +91,7 @@ type MutableStatistic interface {
91
WithLowerBound(Row) Statistic
92
}
93
94
-// NewSchemaQualifierFromString creates a new StatQualifier from a string.
+// NewQualifierFromString creates a new StatQualifier from a string.
95
func NewQualifierFromString(q string) (StatQualifier, error) {
96
parts := strings.Split(q, ".")
97
if len(parts) < 3 {
0 commit comments