Class ResultTable
- java.lang.Object
-
- org.apache.pinot.common.response.broker.ResultTable
-
public class ResultTable extends Object
A tabular structure for representing result rows
-
-
Constructor Summary
Constructors Constructor Description ResultTable(DataSchema dataSchema, List<Object[]> rows)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DataSchemagetDataSchema()List<Object[]>getRows()
-
-
-
Constructor Detail
-
ResultTable
public ResultTable(DataSchema dataSchema, List<Object[]> rows)
-
-
Method Detail
-
getDataSchema
public DataSchema getDataSchema()
-
-