Opening a Table
Function
Use the KuduClient.openTable(final String name) method to open a table object.
Sample Code
The code snippet for opening the table is as follows:
// Open the Kudu table. KuduTable table = client.openTable(tableName);
In the sample code, tableName is the name of the table to be opened.
Last Article: Creating a Table
Next Article: Modifying a Table
Did this article solve your problem?
Thank you for your score!Your feedback would help us improve the website.