tortilla
tortilla copied to clipboard
Wrapping of return values
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.