Package com.ocient.util
Class FlattenedRow
java.lang.Object
com.ocient.util.FlattenedRow
- All Implemented Interfaces:
com.ibm.asyncutil.util.Either<List<Object>,,DataEndMarker> Row
Row that has been flattened to a single
Object.-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface com.ibm.asyncutil.util.Either
flatMap, forEach, left, map, map, rightMethods inherited from interface com.ocient.util.Row
isDataEndMarker
-
Constructor Details
-
FlattenedRow
-
-
Method Details
-
isLeft
public boolean isLeft()- Specified by:
isLeftin interfacecom.ibm.asyncutil.util.Either<List<Object>,DataEndMarker>
-
isRight
public boolean isRight()- Specified by:
isRightin interfacecom.ibm.asyncutil.util.Either<List<Object>,DataEndMarker>
-
fold
public <V> V fold(Function<? super List<Object>, ? extends V> leftFn, Function<? super DataEndMarker, ? extends V> rightFn) - Specified by:
foldin interfacecom.ibm.asyncutil.util.Either<List<Object>,DataEndMarker>
-
hashCode
public int hashCode() -
equals
-
toString
-