Class UnionTypePredicate

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

public class UnionTypePredicate extends Object implements PositionalPathPredicate
Returns items by their position (numeric index of type) in a union schema
  • Constructor Details

    • UnionTypePredicate

      public UnionTypePredicate(String type)
  • Method Details