Função input_file_block_length
Aplica-se a: Databricks SQL Databricks Runtime
Retorna o comprimento em bytes do bloco que está sendo lido.
Esta função não está disponível no Catálogo Unity.
No Databricks SQL e Databricks Runtime 13.3 LTS e superior, esta função foi preterida. Use _metadata.file_block_length.
Sintaxe
input_file_block_length()
Argumentos
Esta função não aceita argumentos.
Devoluções
UM BIGINT.
Se a informação não estiver disponível -1 é devolvido.
A função é não-determinística.
Exemplos
> SELECT input_file_block_length();
-1