Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Applies to: Databricks SQL
Databricks Runtime
Returns the start offset in bytes of the block being read.
This function is not available on Unity Catalog.
In Databricks SQL AND Databricks Runtime 13.3 LTS and above this function is deprecated. Please use _metadata.file_block_start.
input_file_block_start()
This function takes no arguments.
A BIGINT.
If the information is not available -1 is returned.
The function is non-deterministic.
> SELECT input_file_block_start();
-1