Top Description Fields Constructors Methods
org.apache.avro.path

public Class ArrayPositionPredicate

extends Object
implements PositionalPathPredicate
Class Inheritance
All Implemented Interfaces
org.apache.avro.path.PositionalPathPredicate, org.apache.avro.path.PathPredicate, org.apache.avro.path.PathElement

Returns items by their position (numeric index) in an array

Field Summary

Modifier and TypeField and Description
private final long

Constructor Summary

AccessConstructor and Description
public

Method Summary

Modifier and TypeMethod and Description
public String
toString()

Overrides java.lang.Object.toString.

Returns a string representation of the object.
Inherited from java.lang.Object:
cloneequalsfinalizegetClasshashCodenotifynotifyAllwaitwaitwait

Field Detail

indexback to summary
private final long index

Constructor Detail

ArrayPositionPredicateback to summary
public ArrayPositionPredicate(long index)

Method Detail

toStringback to summary
public String toString()

Overrides java.lang.Object.toString.

Doc from java.lang.Object.toString.

Returns a string representation of the object.

Returns:String

a string representation of the object.

Annotations
@Override