Skip to content

Commit d218a50

Browse files
committed
Update examples/Readme.md
1 parent 6c27840 commit d218a50

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

examples/Readme.md

+1
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ List of Examples:
2222
* Kotlin:
2323
* CsvExprValueExample: how to create an `ExprValue` for a custom data format, in this case CSV
2424
* CustomFunctionsExample: how to create and register user defined functions (UDF)
25+
* CustomProceduresExample: how to create and register stored procedures
2526
* EvaluationWithBindings: query evaluation with global bindings
2627
* EvaluationWithLazyBindings: query evaluation with global bindings that are lazily evaluated
2728
* ParserErrorExample: inspecting errors thrown by the `Parser`

0 commit comments

Comments
 (0)