Built-in U-SQL UDOs

Summary

U-SQL provides some common UDOs already built-in. Currently the built-in UDOs are providing extraction from and outputting to some common data formats. More UDOs may be added over time.

UDO Description
Extractors Used to generate a rowset from the input file or files.
Outputters Used to transform a rowset into a file or set of files.

See Also