Class IndexFieldValuesExtractor
java.lang.Object
com.here.platform.data.client.flink.impl.decoders.IndexFieldValuesExtractor
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic scala.collection.immutable.Seq<Object>extractFieldValues(scala.collection.immutable.Seq<String> fieldNames, com.here.platform.data.client.scaladsl.IndexPartition partition) static scala.collection.immutable.Map<String,IndexValue> extractIndexFields(LayerType layerType, org.apache.flink.types.Row row, scala.collection.immutable.Seq<String> fieldNames)
-
Constructor Details
-
IndexFieldValuesExtractor
public IndexFieldValuesExtractor()
-
-
Method Details
-
extractIndexFields
public static scala.collection.immutable.Map<String,IndexValue> extractIndexFields(LayerType layerType, org.apache.flink.types.Row row, scala.collection.immutable.Seq<String> fieldNames) -
extractFieldValues
-