Skip to content

Commit 46f010b

Browse files
committed
removed unused variables
Signed-off-by: Asif Bashar <[email protected]>
1 parent 8d9db4e commit 46f010b

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

core/src/main/java/org/opensearch/sql/expression/function/udf/ToNumberFunction.java

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -36,14 +36,7 @@ public ToNumberFunction() {
3636
NullPolicy.ANY);
3737
}
3838

39-
public static final String DURATION_FORMAT = "duration";
40-
public static final String DURATION_MILLIS_FORMAT = "duration_millis";
41-
public static final String HEX_FORMAT = "hex";
42-
public static final String COMMAS_FORMAT = "commas";
43-
public static final String BINARY_FORMAT = "binary";
44-
public static final SqlFunctions.DateFormatFunction dateTimeFormatter =
45-
new SqlFunctions.DateFormatFunction();
46-
public static final String format24hour = "%H:%M:%S"; // 24-hour format
39+
4740

4841
@Override
4942
public SqlReturnTypeInference getReturnTypeInference() {

0 commit comments

Comments
 (0)