Uses of Class
org.apache.pinot.spi.config.table.ingestion.ComplexTypeConfig.CollectionNotUnnestedToJson
-
Packages that use ComplexTypeConfig.CollectionNotUnnestedToJson Package Description org.apache.pinot.spi.config.table.ingestion org.apache.pinot.spi.utils -
-
Uses of ComplexTypeConfig.CollectionNotUnnestedToJson in org.apache.pinot.spi.config.table.ingestion
Methods in org.apache.pinot.spi.config.table.ingestion that return ComplexTypeConfig.CollectionNotUnnestedToJson Modifier and Type Method Description ComplexTypeConfig.CollectionNotUnnestedToJsonComplexTypeConfig. getCollectionNotUnnestedToJson()static ComplexTypeConfig.CollectionNotUnnestedToJsonComplexTypeConfig.CollectionNotUnnestedToJson. valueOf(String name)Returns the enum constant of this type with the specified name.static ComplexTypeConfig.CollectionNotUnnestedToJson[]ComplexTypeConfig.CollectionNotUnnestedToJson. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.apache.pinot.spi.config.table.ingestion with parameters of type ComplexTypeConfig.CollectionNotUnnestedToJson Constructor Description ComplexTypeConfig(List<String> fieldsToUnnest, String delimiter, ComplexTypeConfig.CollectionNotUnnestedToJson collectionNotUnnestedToJson, Map<String,String> prefixesToRename) -
Uses of ComplexTypeConfig.CollectionNotUnnestedToJson in org.apache.pinot.spi.utils
Methods in org.apache.pinot.spi.utils with parameters of type ComplexTypeConfig.CollectionNotUnnestedToJson 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)
-