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 6f33017 commit b7b5151Copy full SHA for b7b5151
sql/plan/common.go
@@ -15,11 +15,12 @@
15
package plan
16
17
import (
18
+ "strings"
19
+
20
"github.com/dolthub/go-mysql-server/sql"
21
"github.com/dolthub/go-mysql-server/sql/expression"
22
"github.com/dolthub/go-mysql-server/sql/mysql_db"
23
"github.com/dolthub/go-mysql-server/sql/transform"
- "strings"
24
)
25
26
// IsUnary returns whether the node is unary or not.
0 commit comments