CastableAsLongOperation, CastableAsNegativeIntegerOperation, CastableAsNonNegativeIntegerOperation, CastableAsNonPositiveIntegerOperation, CastableAsPositiveIntegerOperation, CastableAsUnsignedIntOperation, CastableAsUnsignedLongOperationpublic class CastableAsIntegerOperation extends AbstractCastableAsOperation
| Constructor | Description |
|---|---|
CastableAsIntegerOperation() |
| 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, convertGDay, convertGMonth, convertGMonthDay, convertGYear, convertGYearMonth, convertHexBinary, convertNotation, convertQName, convertTime, convertYMDurationpublic void convertBoolean(org.apache.hyracks.data.std.primitive.BooleanPointable boolp,
DataOutput dOut)
throws SystemException,
IOException
convertBoolean in class AbstractCastableAsOperationSystemExceptionIOExceptionpublic void convertDecimal(XSDecimalPointable decp, DataOutput dOut) throws SystemException, IOException
convertDecimal in class AbstractCastableAsOperationSystemExceptionIOExceptionpublic void convertDouble(org.apache.hyracks.data.std.primitive.DoublePointable doublep,
DataOutput dOut)
throws SystemException,
IOException
convertDouble in class AbstractCastableAsOperationSystemExceptionIOExceptionpublic void convertFloat(org.apache.hyracks.data.std.primitive.FloatPointable floatp,
DataOutput dOut)
throws SystemException,
IOException
convertFloat in class AbstractCastableAsOperationSystemExceptionIOExceptionpublic void convertInteger(org.apache.hyracks.data.std.primitive.LongPointable longp,
DataOutput dOut)
throws SystemException,
IOException
convertInteger in class AbstractCastableAsOperationSystemExceptionIOExceptionpublic void convertString(org.apache.hyracks.data.std.primitive.UTF8StringPointable stringp,
DataOutput dOut)
throws SystemException,
IOException
convertString in class AbstractCastableAsOperationSystemExceptionIOExceptionpublic void convertUntypedAtomic(org.apache.hyracks.data.std.primitive.UTF8StringPointable stringp,
DataOutput dOut)
throws SystemException,
IOException
convertUntypedAtomic in class AbstractCastableAsOperationSystemExceptionIOExceptionpublic void convertByte(org.apache.hyracks.data.std.primitive.BytePointable bytep,
DataOutput dOut)
throws SystemException,
IOException
convertByte in class AbstractCastableAsOperationSystemExceptionIOExceptionpublic void convertInt(org.apache.hyracks.data.std.primitive.IntegerPointable intp,
DataOutput dOut)
throws SystemException,
IOException
convertInt in class AbstractCastableAsOperationSystemExceptionIOExceptionpublic void convertLong(org.apache.hyracks.data.std.primitive.LongPointable longp,
DataOutput dOut)
throws SystemException,
IOException
convertLong in class AbstractCastableAsOperationSystemExceptionIOExceptionpublic void convertNegativeInteger(org.apache.hyracks.data.std.primitive.LongPointable longp,
DataOutput dOut)
throws SystemException,
IOException
convertNegativeInteger in class AbstractCastableAsOperationSystemExceptionIOExceptionpublic void convertNonNegativeInteger(org.apache.hyracks.data.std.primitive.LongPointable longp,
DataOutput dOut)
throws SystemException,
IOException
convertNonNegativeInteger in class AbstractCastableAsOperationSystemExceptionIOExceptionpublic void convertNonPositiveInteger(org.apache.hyracks.data.std.primitive.LongPointable longp,
DataOutput dOut)
throws SystemException,
IOException
convertNonPositiveInteger in class AbstractCastableAsOperationSystemExceptionIOExceptionpublic void convertPositiveInteger(org.apache.hyracks.data.std.primitive.LongPointable longp,
DataOutput dOut)
throws SystemException,
IOException
convertPositiveInteger in class AbstractCastableAsOperationSystemExceptionIOExceptionpublic void convertShort(org.apache.hyracks.data.std.primitive.ShortPointable shortp,
DataOutput dOut)
throws SystemException,
IOException
convertShort in class AbstractCastableAsOperationSystemExceptionIOExceptionpublic void convertUnsignedByte(org.apache.hyracks.data.std.primitive.ShortPointable shortp,
DataOutput dOut)
throws SystemException,
IOException
convertUnsignedByte in class AbstractCastableAsOperationSystemExceptionIOExceptionpublic void convertUnsignedInt(org.apache.hyracks.data.std.primitive.LongPointable longp,
DataOutput dOut)
throws SystemException,
IOException
convertUnsignedInt in class AbstractCastableAsOperationSystemExceptionIOExceptionpublic void convertUnsignedLong(org.apache.hyracks.data.std.primitive.LongPointable longp,
DataOutput dOut)
throws SystemException,
IOException
convertUnsignedLong in class AbstractCastableAsOperationSystemExceptionIOExceptionpublic void convertUnsignedShort(org.apache.hyracks.data.std.primitive.IntegerPointable intp,
DataOutput dOut)
throws SystemException,
IOException
convertUnsignedShort in class AbstractCastableAsOperationSystemExceptionIOExceptionCopyright © 2019 Apache Software Foundation. All rights reserved.