Package org.apache.druid.segment.nested
Class NestedPathArrayElement
- java.lang.Object
-
- org.apache.druid.segment.nested.NestedPathArrayElement
-
- All Implemented Interfaces:
NestedPathPart
public class NestedPathArrayElement extends Object implements NestedPathPart
-
-
Constructor Summary
Constructors Constructor Description NestedPathArrayElement(int index)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)Objectfind(Object input)intgetIndex()StringgetPartIdentifier()inthashCode()StringtoString()
-
-
-
Method Detail
-
find
@Nullable public Object find(@Nullable Object input)
- Specified by:
findin interfaceNestedPathPart
-
getPartIdentifier
public String getPartIdentifier()
- Specified by:
getPartIdentifierin interfaceNestedPathPart
-
getIndex
public int getIndex()
-
-