Uses of Class
org.apache.pinot.spi.data.FieldSpec
-
Packages that use FieldSpec Package Description org.apache.pinot.spi.data org.apache.pinot.spi.utils -
-
Uses of FieldSpec in org.apache.pinot.spi.data
Subclasses of FieldSpec in org.apache.pinot.spi.data Modifier and Type Class Description classComplexFieldSpecFieldSpec for complex fields.classDateTimeFieldSpecclassDimensionFieldSpecclassMetricFieldSpecTheMetricFieldSpecclass contains all specs related to any metric field (column) inSchema.\classTimeFieldSpecDeprecated.UseDateTimeFieldSpecinstead.Methods in org.apache.pinot.spi.data that return FieldSpec Modifier and Type Method Description FieldSpecComplexFieldSpec. getChildFieldSpec(String child)FieldSpecSchema. getFieldSpecFor(String columnName)Methods in org.apache.pinot.spi.data that return types with arguments of type FieldSpec Modifier and Type Method Description Collection<FieldSpec>Schema. getAllFieldSpecs()Map<String,FieldSpec>ComplexFieldSpec. getChildFieldSpecs()Map<String,FieldSpec>Schema. getFieldSpecMap()Methods in org.apache.pinot.spi.data with parameters of type FieldSpec Modifier and Type Method Description voidComplexFieldSpec. addChildFieldSpec(String child, FieldSpec fieldSpec)voidSchema. addField(String columnName, FieldSpec fieldSpec)Deprecated.voidSchema. addField(FieldSpec fieldSpec)intFieldSpec. compareTo(FieldSpec otherSpec)booleanFieldSpec. isBackwardCompatibleWith(FieldSpec oldFieldSpec)Return true if it is backward compatible with the old FieldSpec. -
Uses of FieldSpec in org.apache.pinot.spi.utils
Methods in org.apache.pinot.spi.utils with parameters of type FieldSpec Modifier and Type Method Description static ObjectJsonUtils. extractValue(com.fasterxml.jackson.databind.JsonNode jsonValue, FieldSpec fieldSpec)
-