dataCursor implements Typer interface

This commit is contained in:
2024-07-06 16:05:54 +02:00
parent fd8e32e12b
commit d2a4adebdd
2 changed files with 7 additions and 1 deletions
+4
View File
@@ -29,6 +29,10 @@ func newDataCursor(ctx ExprContext, ds map[string]Functor) (dc *dataCursor) {
return
}
func (dc *dataCursor) TypeName() string {
return "DataCursor"
}
// func mapToString(m map[string]Functor) string {
// var sb strings.Builder
// sb.WriteByte('{')