Package io.trino.plugin.accumulo.model
Class Field
- java.lang.Object
-
- io.trino.plugin.accumulo.model.Field
-
public class Field extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)BlockgetArray()BooleangetBoolean()BytegetByte()DategetDate()DoublegetDouble()FloatgetFloat()IntegergetInt()LonggetLong()BlockgetMap()ObjectgetObject()ShortgetShort()TimegetTime()TimestampgetTimestamp()TypegetType()byte[]getVarbinary()StringgetVarchar()inthashCode()booleanisIndexed()booleanisNull()StringtoString()
-
-
-
Method Detail
-
getType
public Type getType()
-
getArray
public Block getArray()
-
getLong
public Long getLong()
-
getBoolean
public Boolean getBoolean()
-
getByte
public Byte getByte()
-
getDate
public Date getDate()
-
getDouble
public Double getDouble()
-
getFloat
public Float getFloat()
-
getInt
public Integer getInt()
-
getMap
public Block getMap()
-
getObject
public Object getObject()
-
getShort
public Short getShort()
-
getTimestamp
public Timestamp getTimestamp()
-
getTime
public Time getTime()
-
getVarbinary
public byte[] getVarbinary()
-
getVarchar
public String getVarchar()
-
isIndexed
public boolean isIndexed()
-
isNull
public boolean isNull()
-
-