tortilla icon indicating copy to clipboard operation
tortilla copied to clipboard

Wrapping of return values

Open emlyn opened this issue 6 years ago • 0 comments

Provide an option to wrap returned values in a wrapper type. For example, Spark Datasets could be wrapped in a type that handles keyword lookup to return columns from the Dataset, so if ds is a dataset with a column named foo, (:foo ds) would return that column.

emlyn avatar Nov 28 '19 14:11 emlyn