Uses of Class
org.apache.pinot.spi.config.table.JsonIndexConfig
-
Packages that use JsonIndexConfig Package Description org.apache.pinot.spi.config.table org.apache.pinot.spi.utils -
-
Uses of JsonIndexConfig in org.apache.pinot.spi.config.table
Methods in org.apache.pinot.spi.config.table that return types with arguments of type JsonIndexConfig Modifier and Type Method Description Map<String,JsonIndexConfig>IndexingConfig. getJsonIndexConfigs()Method parameters in org.apache.pinot.spi.config.table with type arguments of type JsonIndexConfig Modifier and Type Method Description voidIndexingConfig. setJsonIndexConfigs(Map<String,JsonIndexConfig> jsonIndexConfigs) -
Uses of JsonIndexConfig in org.apache.pinot.spi.utils
Methods in org.apache.pinot.spi.utils with parameters of type JsonIndexConfig Modifier and Type Method Description static List<Map<String,String>>JsonUtils. flatten(com.fasterxml.jackson.databind.JsonNode node, JsonIndexConfig jsonIndexConfig)Flattens the given json node.
-