SHOW_TIME_LINE

Function

Displays the effective or archived Hudi timelines and details of a specified instant time.

Syntax

Parameter Description

Table 1 Parameters

Parameter

Description

table_name

Name of the table to be queried. The value can be in the database.tablename format.

instant

Instant timestamp to be queried

Example

call show_active_instant_detail(table => 'hudi_table1', instant => '20220913144936897'");

System Response

You can view query results on the client.