Performs the clustering operation on Hudi tables. For details, see Clustering.
Parameter |
Description |
Mandatory |
---|---|---|
table |
Name of the table to be queried. The value can be in the database.tablename format. |
No |
path |
Path of the table to be queried |
No |
predicate |
Predicate sentence to be defined |
No |
order |
Sorting field for clustering |
No |
limit |
Number of query results to display |
No |
call show_clustering(table => 'hudi_table1'); call run_clustering(table => 'hudi_table1', predicate => '(ts >= 1006L and ts < 1008L) or ts >= 1009L', order => 'ts');
Either table or path must exist. Otherwise, the Hudi table to be clustered cannot be determined.
You can view query results on the client.