Skip to content

Commit 64321de

Browse files
authored
Merge pull request #7742 from soyeric128/fuse-parquet-file
docs: fuse block updates
2 parents 0175e20 + 7dd5c81 commit 64321de

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)