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 fcfc473 commit 22f2018Copy full SHA for 22f2018
sql/expression/function/vector/distance.go
@@ -16,6 +16,7 @@ package vector
16
17
import (
18
"fmt"
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/types"
sql/expression/function/vector/distance_test.go
@@ -15,12 +15,12 @@
15
package vector
- "github.com/dolthub/go-mysql-server/sql/expression"
"testing"
assert "github.com/stretchr/testify/require"
23
+ "github.com/dolthub/go-mysql-server/sql/expression"
24
25
"github.com/dolthub/go-mysql-server/sql/types/jsontests"
26
)
0 commit comments