Uses of Class
org.apache.pinot.common.utils.DataSchema
-
Packages that use DataSchema Package Description org.apache.pinot.common.response.broker org.apache.pinot.common.utils -
-
Uses of DataSchema in org.apache.pinot.common.response.broker
Methods in org.apache.pinot.common.response.broker that return DataSchema Modifier and Type Method Description DataSchemaResultTable. getDataSchema()Constructors in org.apache.pinot.common.response.broker with parameters of type DataSchema Constructor Description ResultTable(DataSchema dataSchema, List<Object[]> rows) -
Uses of DataSchema in org.apache.pinot.common.utils
Fields in org.apache.pinot.common.utils declared as DataSchema Modifier and Type Field Description static DataSchemaDataSchema. EXPLAIN_RESULT_SCHEMAUsed by both Broker and Server to generate results for EXPLAIN PLAN queries.Methods in org.apache.pinot.common.utils that return DataSchema Modifier and Type Method Description DataSchemaDataSchema. clone()static DataSchemaDataSchema. fromBytes(byte[] buffer)DataSchemaDataTable. getDataSchema()Methods in org.apache.pinot.common.utils with parameters of type DataSchema Modifier and Type Method Description booleanDataSchema. isTypeCompatibleWith(DataSchema anotherDataSchema)Returns whether the given data schema is type compatible with this one.voidDataSchema. upgradeToCover(DataSchema anotherDataSchema)Upgrade the current data schema to cover the column data types in the given data schema.
-