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
16
16
17
17
import (
18
18
"fmt"
19
- "gopkg.in/src-d/go-errors.v1"
20
19
"math"
21
20
21
+ "github.com/dolthub/vitess/go/mysql"
22
+ "gopkg.in/src-d/go-errors.v1"
23
+
22
24
"github.com/dolthub/go-mysql-server/sql"
23
25
"github.com/dolthub/go-mysql-server/sql/expression"
24
26
"github.com/dolthub/go-mysql-server/sql/types"
25
- "github.com/dolthub/vitess/go/mysql"
26
27
)
27
28
28
29
// 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 (
24
24
"strings"
25
25
"time"
26
26
27
+ "github.com/dolthub/vitess/go/mysql"
27
28
"github.com/shopspring/decimal"
28
29
29
30
"github.com/dolthub/go-mysql-server/sql"
30
31
"github.com/dolthub/go-mysql-server/sql/expression"
31
32
"github.com/dolthub/go-mysql-server/sql/types"
32
- "github.com/dolthub/vitess/go/mysql"
33
33
)
34
34
35
35
// 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
16
16
17
17
import (
18
18
"fmt"
19
- "github.com/dolthub/vitess/go/mysql"
20
19
"math"
21
20
21
+ "github.com/dolthub/vitess/go/mysql"
22
+
22
23
"github.com/dolthub/go-mysql-server/sql"
23
24
"github.com/dolthub/go-mysql-server/sql/expression"
24
25
"github.com/dolthub/go-mysql-server/sql/types"
You can’t perform that action at this time.
0 commit comments