Class MapKeyPredicate

java.lang.Object
org.apache.avro.path.MapKeyPredicate
All Implemented Interfaces:
PathElement, PathPredicate, PositionalPathPredicate

public class MapKeyPredicate extends Object implements PositionalPathPredicate
Returns items by their position (string key under which they are stored) in a map
  • Constructor Details

    • MapKeyPredicate

      public MapKeyPredicate(String key)
  • Method Details