Get started
Load & manage data
Work with data
Administration
Reference & resources
Updated Mar 29, 2023
Send us feedback
input_file_block_start
Applies to: Databricks SQL Databricks Runtime
Returns the start offset in bytes of the block being read.
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
input_file_block_length function
input_file_name function