You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/doc/30-reference/20-functions/111-system-functions/fuse_block.md
+3-1Lines changed: 3 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,9 @@
2
2
title: FUSE_BLOCK
3
3
---
4
4
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.
0 commit comments