File tree Expand file tree Collapse file tree 3 files changed +6
-4
lines changed Expand file tree Collapse file tree 3 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -16,13 +16,14 @@ package function
1616
1717import (
1818 "fmt"
19- "gopkg.in/src-d/go-errors.v1"
2019 "math"
2120
21+ "github.com/dolthub/vitess/go/mysql"
22+ "gopkg.in/src-d/go-errors.v1"
23+
2224 "github.com/dolthub/go-mysql-server/sql"
2325 "github.com/dolthub/go-mysql-server/sql/expression"
2426 "github.com/dolthub/go-mysql-server/sql/types"
25- "github.com/dolthub/vitess/go/mysql"
2627)
2728
2829// ErrInvalidArgumentForLogarithm is returned when an invalid argument value is passed to a
Original file line number Diff line number Diff line change @@ -24,12 +24,12 @@ import (
2424 "strings"
2525 "time"
2626
27+ "github.com/dolthub/vitess/go/mysql"
2728 "github.com/shopspring/decimal"
2829
2930 "github.com/dolthub/go-mysql-server/sql"
3031 "github.com/dolthub/go-mysql-server/sql/expression"
3132 "github.com/dolthub/go-mysql-server/sql/types"
32- "github.com/dolthub/vitess/go/mysql"
3333)
3434
3535// Rand returns a random float 0 <= x < 1. If it has an argument, that argument will be used to seed the random number
Original file line number Diff line number Diff line change @@ -16,9 +16,10 @@ package function
1616
1717import (
1818 "fmt"
19- "github.com/dolthub/vitess/go/mysql"
2019 "math"
2120
21+ "github.com/dolthub/vitess/go/mysql"
22+
2223 "github.com/dolthub/go-mysql-server/sql"
2324 "github.com/dolthub/go-mysql-server/sql/expression"
2425 "github.com/dolthub/go-mysql-server/sql/types"
You can’t perform that action at this time.
0 commit comments