CastToUnsignedByteOperationpublic class CastToShortOperation extends AbstractCastToOperation
| Constructor | Description |
|---|---|
CastToShortOperation() |
| Modifier and Type | Method | Description |
|---|---|---|
void |
convertBoolean(org.apache.hyracks.data.std.primitive.BooleanPointable boolp,
DataOutput dOut) |
|
void |
convertByte(org.apache.hyracks.data.std.primitive.BytePointable bytep,
DataOutput dOut) |
Derived Datatypes
|
void |
convertDecimal(XSDecimalPointable decp,
DataOutput dOut) |
|
void |
convertDouble(org.apache.hyracks.data.std.primitive.DoublePointable doublep,
DataOutput dOut) |
|
void |
convertFloat(org.apache.hyracks.data.std.primitive.FloatPointable floatp,
DataOutput dOut) |
|
void |
convertInt(org.apache.hyracks.data.std.primitive.IntegerPointable intp,
DataOutput dOut) |
|
void |
convertInteger(org.apache.hyracks.data.std.primitive.LongPointable longp,
DataOutput dOut) |
|
void |
convertLong(org.apache.hyracks.data.std.primitive.LongPointable longp,
DataOutput dOut) |
|
void |
convertNegativeInteger(org.apache.hyracks.data.std.primitive.LongPointable longp,
DataOutput dOut) |
|
void |
convertNonNegativeInteger(org.apache.hyracks.data.std.primitive.LongPointable longp,
DataOutput dOut) |
|
void |
convertNonPositiveInteger(org.apache.hyracks.data.std.primitive.LongPointable longp,
DataOutput dOut) |
|
void |
convertPositiveInteger(org.apache.hyracks.data.std.primitive.LongPointable longp,
DataOutput dOut) |
|
void |
convertShort(org.apache.hyracks.data.std.primitive.ShortPointable shortp,
DataOutput dOut) |
|
void |
convertString(org.apache.hyracks.data.std.primitive.UTF8StringPointable stringp,
DataOutput dOut) |
|
void |
convertUnsignedByte(org.apache.hyracks.data.std.primitive.ShortPointable shortp,
DataOutput dOut) |
|
void |
convertUnsignedInt(org.apache.hyracks.data.std.primitive.LongPointable longp,
DataOutput dOut) |
|
void |
convertUnsignedLong(org.apache.hyracks.data.std.primitive.LongPointable longp,
DataOutput dOut) |
|
void |
convertUnsignedShort(org.apache.hyracks.data.std.primitive.IntegerPointable intp,
DataOutput dOut) |
|
void |
convertUntypedAtomic(org.apache.hyracks.data.std.primitive.UTF8StringPointable stringp,
DataOutput dOut) |
convertAnyURI, convertBase64Binary, convertDate, convertDatetime, convertDTDuration, convertDuration, convertEntity, convertGDay, convertGMonth, convertGMonthDay, convertGYear, convertGYearMonth, convertHexBinary, convertID, convertIDREF, convertLanguage, convertName, convertNCName, convertNMToken, convertNormalizedString, convertNotation, convertQName, convertTime, convertToken, convertYMDurationpublic void convertBoolean(org.apache.hyracks.data.std.primitive.BooleanPointable boolp,
DataOutput dOut)
throws SystemException,
IOException
convertBoolean in class AbstractCastToOperationSystemExceptionIOExceptionpublic void convertDecimal(XSDecimalPointable decp, DataOutput dOut) throws SystemException, IOException
convertDecimal in class AbstractCastToOperationSystemExceptionIOExceptionpublic void convertDouble(org.apache.hyracks.data.std.primitive.DoublePointable doublep,
DataOutput dOut)
throws SystemException,
IOException
convertDouble in class AbstractCastToOperationSystemExceptionIOExceptionpublic void convertFloat(org.apache.hyracks.data.std.primitive.FloatPointable floatp,
DataOutput dOut)
throws SystemException,
IOException
convertFloat in class AbstractCastToOperationSystemExceptionIOExceptionpublic void convertInteger(org.apache.hyracks.data.std.primitive.LongPointable longp,
DataOutput dOut)
throws SystemException,
IOException
convertInteger in class AbstractCastToOperationSystemExceptionIOExceptionpublic void convertString(org.apache.hyracks.data.std.primitive.UTF8StringPointable stringp,
DataOutput dOut)
throws SystemException,
IOException
convertString in class AbstractCastToOperationSystemExceptionIOExceptionpublic void convertUntypedAtomic(org.apache.hyracks.data.std.primitive.UTF8StringPointable stringp,
DataOutput dOut)
throws SystemException,
IOException
convertUntypedAtomic in class AbstractCastToOperationSystemExceptionIOExceptionpublic void convertByte(org.apache.hyracks.data.std.primitive.BytePointable bytep,
DataOutput dOut)
throws SystemException,
IOException
convertByte in class AbstractCastToOperationSystemExceptionIOExceptionpublic void convertInt(org.apache.hyracks.data.std.primitive.IntegerPointable intp,
DataOutput dOut)
throws SystemException,
IOException
convertInt in class AbstractCastToOperationSystemExceptionIOExceptionpublic void convertLong(org.apache.hyracks.data.std.primitive.LongPointable longp,
DataOutput dOut)
throws SystemException,
IOException
convertLong in class AbstractCastToOperationSystemExceptionIOExceptionpublic void convertNegativeInteger(org.apache.hyracks.data.std.primitive.LongPointable longp,
DataOutput dOut)
throws SystemException,
IOException
convertNegativeInteger in class AbstractCastToOperationSystemExceptionIOExceptionpublic void convertNonNegativeInteger(org.apache.hyracks.data.std.primitive.LongPointable longp,
DataOutput dOut)
throws SystemException,
IOException
convertNonNegativeInteger in class AbstractCastToOperationSystemExceptionIOExceptionpublic void convertNonPositiveInteger(org.apache.hyracks.data.std.primitive.LongPointable longp,
DataOutput dOut)
throws SystemException,
IOException
convertNonPositiveInteger in class AbstractCastToOperationSystemExceptionIOExceptionpublic void convertPositiveInteger(org.apache.hyracks.data.std.primitive.LongPointable longp,
DataOutput dOut)
throws SystemException,
IOException
convertPositiveInteger in class AbstractCastToOperationSystemExceptionIOExceptionpublic void convertShort(org.apache.hyracks.data.std.primitive.ShortPointable shortp,
DataOutput dOut)
throws SystemException,
IOException
convertShort in class AbstractCastToOperationSystemExceptionIOExceptionpublic void convertUnsignedByte(org.apache.hyracks.data.std.primitive.ShortPointable shortp,
DataOutput dOut)
throws SystemException,
IOException
convertUnsignedByte in class AbstractCastToOperationSystemExceptionIOExceptionpublic void convertUnsignedInt(org.apache.hyracks.data.std.primitive.LongPointable longp,
DataOutput dOut)
throws SystemException,
IOException
convertUnsignedInt in class AbstractCastToOperationSystemExceptionIOExceptionpublic void convertUnsignedLong(org.apache.hyracks.data.std.primitive.LongPointable longp,
DataOutput dOut)
throws SystemException,
IOException
convertUnsignedLong in class AbstractCastToOperationSystemExceptionIOExceptionpublic void convertUnsignedShort(org.apache.hyracks.data.std.primitive.IntegerPointable intp,
DataOutput dOut)
throws SystemException,
IOException
convertUnsignedShort in class AbstractCastToOperationSystemExceptionIOExceptionCopyright © 2019 Apache Software Foundation. All rights reserved.