segment-list
Retrieve and list all segments associated with a specific table in Apache Pinot using this tool, ensuring efficient data management and analysis.
Instructions
List segments for a table
Input Schema
Name | Required | Description | Default |
---|---|---|---|
tableName | Yes | Table name |
Input Schema (JSON Schema)
{
"properties": {
"tableName": {
"description": "Table name",
"type": "string"
}
},
"required": [
"tableName"
],
"type": "object"
}