Skip to content

Commit

Permalink
Function name formatting
Browse files Browse the repository at this point in the history
Co-authored-by: Bogdan Pintea <[email protected]>
  • Loading branch information
not-napoleon and bpintea authored Dec 2, 2024
1 parent 17b366e commit 406cdf7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@
* sorting and the other binary comparisons. Make sure these functions all
* have CSV tests that run against indexed data.</li>
* <li>Add conversion functions as appropriate. Almost all types should
* support TO_STRING, and should have a TO_TYPE function that accepts a
* support ToString, and should have a "ToType" function that accepts a
* string. There may be other logical conversions depending on the nature
* of the type. Make sure to add the conversion function to the
* TYPE_TO_CONVERSION_FUNCTION map in EsqlDataTypeConverter. Make sure the
Expand Down

0 comments on commit 406cdf7

Please sign in to comment.