Interface ValueMarker
-
- All Known Implementing Classes:
LiteralValueMarker
,Marker
,MarkerFactory.SharedBlockMarker
public interface ValueMarker
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Marker.Bound
getBound()
org.apache.arrow.vector.types.pojo.ArrowType
getType()
Object
getValue()
boolean
isLowerUnbounded()
boolean
isNullValue()
boolean
isUpperUnbounded()
-
-
-
Method Detail
-
isUpperUnbounded
boolean isUpperUnbounded()
-
isLowerUnbounded
boolean isLowerUnbounded()
-
isNullValue
boolean isNullValue()
-
getValue
Object getValue()
-
getBound
Marker.Bound getBound()
-
getType
org.apache.arrow.vector.types.pojo.ArrowType getType()
-
-