Skip to content

Commit 1d86e3a

Browse files
authored
Merge branch 'main' into fix-explain-ast
2 parents 96a23b2 + 64321de commit 1d86e3a

File tree

1 file changed

+3
-1
lines changed
  • docs/doc/30-reference/20-functions/111-system-functions

1 file changed

+3
-1
lines changed

docs/doc/30-reference/20-functions/111-system-functions/fuse_block.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@
22
title: FUSE_BLOCK
33
---
44

5-
Returns the block information of a snapshot of table.
5+
Returns the block information for the latest or a specifed snapshot of a table.
6+
7+
The command returns the location information of each parquet file related to a snapshot. This enables downstream applications to access and consume the data stored in the files.
68

79
## Syntax
810

0 commit comments

Comments
 (0)