Metadata Functions (U-SQL)

Summary

The following scalar function(s) return information about the database and database objects:

Function Description
FILE Returns certain file properties.
PARTITION Tests for the presence of a specified table partition.

These intrinsic function(s) are currently always evaluated at compile time (and thus considered constant-foldable).

See Also