Package | Description |
---|---|
org.apache.avro.path |
Interfaces and base classes for AvroPath.
|
Modifier and Type | Interface and Description |
---|---|
interface |
PathPredicate
a predicate is a filter that restricts items selected by a
LocationStep |
interface |
PositionalPathPredicate
filters items by their context position
|
Modifier and Type | Class and Description |
---|---|
class |
ArrayPositionPredicate
Returns items by their position (numeric index) in an array
|
class |
LocationStep
Selects items based on their "path" (name of a property under which they are
stored) relative to the context.
|
class |
MapKeyPredicate
Returns items by their position (string key under which they are stored) in a
map
|
class |
UnionTypePredicate
Returns items by their position (numeric index of type) in a union schema
|
Modifier and Type | Method and Description |
---|---|
void |
TracingNullPointException.tracePath(PathElement step) |
void |
TracingClassCastException.tracePath(PathElement step) |
void |
TracingAvroTypeException.tracePath(PathElement step) |
void |
PathTracingException.tracePath(PathElement step)
appends a path element to the trace.
|
Copyright © 2009–2022 The Apache Software Foundation. All rights reserved.