mirror of
https://github.com/minio/minio.git
synced 2025-11-22 02:35:30 -05:00
fix: remove all unused code (#12360)
This commit is contained in:
@@ -65,7 +65,7 @@ func (e *FuncExpr) getFunctionName() FuncName {
|
||||
case e.SFunc != nil:
|
||||
return FuncName(strings.ToUpper(e.SFunc.FunctionName))
|
||||
case e.Count != nil:
|
||||
return FuncName(aggFnCount)
|
||||
return aggFnCount
|
||||
case e.Cast != nil:
|
||||
return sqlFnCast
|
||||
case e.Substring != nil:
|
||||
|
||||
Reference in New Issue
Block a user