Uses of Class
org.apache.pinot.spi.data.FieldSpec.FieldType
-
Packages that use FieldSpec.FieldType Package Description org.apache.pinot.spi.data org.apache.pinot.spi.utils -
-
Uses of FieldSpec.FieldType in org.apache.pinot.spi.data
Methods in org.apache.pinot.spi.data that return FieldSpec.FieldType Modifier and Type Method Description FieldSpec.FieldTypeComplexFieldSpec. getFieldType()FieldSpec.FieldTypeDateTimeFieldSpec. getFieldType()FieldSpec.FieldTypeDimensionFieldSpec. getFieldType()abstract FieldSpec.FieldTypeFieldSpec. getFieldType()FieldSpec.FieldTypeMetricFieldSpec. getFieldType()FieldSpec.FieldTypeTimeFieldSpec. getFieldType()Deprecated.static FieldSpec.FieldTypeFieldSpec.FieldType. valueOf(String name)Returns the enum constant of this type with the specified name.static FieldSpec.FieldType[]FieldSpec.FieldType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.pinot.spi.data with parameters of type FieldSpec.FieldType Modifier and Type Method Description static ObjectFieldSpec. getDefaultNullValue(FieldSpec.FieldType fieldType, FieldSpec.DataType dataType, String stringDefaultNullValue) -
Uses of FieldSpec.FieldType in org.apache.pinot.spi.utils
Method parameters in org.apache.pinot.spi.utils with type arguments of type FieldSpec.FieldType Modifier and Type Method Description static SchemaJsonUtils. getPinotSchemaFromJsonFile(File jsonFile, Map<String,FieldSpec.FieldType> fieldTypeMap, TimeUnit timeUnit, List<String> fieldsToUnnest, String delimiter, ComplexTypeConfig.CollectionNotUnnestedToJson collectionNotUnnestedToJson)static SchemaJsonUtils. getPinotSchemaFromJsonNode(com.fasterxml.jackson.databind.JsonNode jsonNode, Map<String,FieldSpec.FieldType> fieldTypeMap, TimeUnit timeUnit, List<String> fieldsToUnnest, String delimiter, ComplexTypeConfig.CollectionNotUnnestedToJson collectionNotUnnestedToJson)
-