Skip to content

Commit

Permalink
Update builtin_miscellaneous_vec_test.go
Browse files Browse the repository at this point in the history
  • Loading branch information
Baytwt authored Nov 16, 2019
1 parent 0048bdb commit ae947bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion expression/builtin_miscellaneous_vec_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ var vecBuiltinMiscellaneousCases = map[string][]vecExprBenchCase{
{retEvalType: types.ETDecimal, childrenTypes: []types.EvalType{types.ETString, types.ETDecimal}},
{retEvalType: types.ETInt, childrenTypes: []types.EvalType{types.ETString, types.ETInt}},
{retEvalType: types.ETReal, childrenTypes: []types.EvalType{types.ETString, types.ETReal}},
{retEvalType: types.ETJSON, childrenTypes: []types.EvalType{types.ETString, types.ETJSON}},
{retEvalType: types.ETJson, childrenTypes: []types.EvalType{types.ETString, types.ETJSON}},
{retEvalType: types.ETTimestamp, childrenTypes: []types.EvalType{types.ETString, types.ETTimestamp}},
},
}
Expand Down

0 comments on commit ae947bf

Please sign in to comment.