Class NullableUInt2Accessor
java.lang.Object
org.apache.drill.exec.vector.accessor.AbstractSqlAccessor
org.apache.drill.exec.vector.accessor.NullableUInt2Accessor
- All Implemented Interfaces:
SqlAccessor
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionchargetChar(int index) (Seeclass description.)getObject(int index) (Seeclass description.)Class<?> Reports the class returned by getObject() of this accessor.getType()Reports the (native) type of data accessed by this accessor.booleanisNull(int index) Reports whether the logical value is a SQL NULL.Methods inherited from class org.apache.drill.exec.vector.accessor.AbstractSqlAccessor
getBigDecimal, getBoolean, getByte, getBytes, getDate, getDouble, getFloat, getInt, getLong, getReader, getShort, getStream, getString, getTime, getTimestamp
-
Constructor Details
-
NullableUInt2Accessor
-
-
Method Details
-
getType
Description copied from interface:SqlAccessorReports the (native) type of data accessed by this accessor.(Some implementations may support more than just the minimum
getType(...)method implied by the type. -
isNull
public boolean isNull(int index) Description copied from interface:SqlAccessorReports whether the logical value is a SQL NULL.- Specified by:
isNullin interfaceSqlAccessor- Specified by:
isNullin classAbstractSqlAccessor
-
getObjectClass
Description copied from interface:SqlAccessorReports the class returned by getObject() of this accessor.(Is for
}.)invalid @link
{@link ResultSetMetaData#getColumnClassName(...) -
getObject
Description copied from interface:SqlAccessor(Seeclass description.) -
getChar
public char getChar(int index) Description copied from interface:SqlAccessor(Seeclass description.)- Specified by:
getCharin interfaceSqlAccessor- Overrides:
getCharin classAbstractSqlAccessor
-