CastToAnyURIOperation, CastToBase64BinaryOperation, CastToBooleanOperation, CastToByteOperation, CastToDateOperation, CastToDateTimeOperation, CastToDecimalOperation, CastToDoubleOperation, CastToDTDurationOperation, CastToDurationOperation, CastToFloatOperation, CastToGDayOperation, CastToGMonthDayOperation, CastToGMonthOperation, CastToGYearMonthOperation, CastToGYearOperation, CastToHexBinaryOperation, CastToIntegerOperation, CastToIntOperation, CastToNotationOperation, CastToQNameOperation, CastToShortOperation, CastToStringOperation, CastToTimeOperation, CastToYMDurationOperationpublic abstract class AbstractCastToOperation extends Object
| Constructor | Description |
|---|---|
AbstractCastToOperation() |
| Modifier and Type | Method | Description |
|---|---|---|
void |
convertAnyURI(org.apache.hyracks.data.std.primitive.UTF8StringPointable stringp,
DataOutput dOut) |
|
void |
convertBase64Binary(XSBinaryPointable binaryp,
DataOutput dOut) |
|
void |
convertBoolean(org.apache.hyracks.data.std.primitive.BooleanPointable boolp,
DataOutput dOut) |
|
void |
convertByte(org.apache.hyracks.data.std.primitive.BytePointable bytep,
DataOutput dOut) |
|
void |
convertDate(XSDatePointable datep,
DataOutput dOut) |
|
void |
convertDatetime(XSDateTimePointable datetimep,
DataOutput dOut) |
|
void |
convertDecimal(XSDecimalPointable decp,
DataOutput dOut) |
|
void |
convertDouble(org.apache.hyracks.data.std.primitive.DoublePointable doublep,
DataOutput dOut) |
|
void |
convertDTDuration(org.apache.hyracks.data.std.primitive.LongPointable longp,
DataOutput dOut) |
|
void |
convertDuration(XSDurationPointable durationp,
DataOutput dOut) |
|
void |
convertEntity(org.apache.hyracks.data.std.primitive.UTF8StringPointable stringp,
DataOutput dOut) |
|
void |
convertFloat(org.apache.hyracks.data.std.primitive.FloatPointable floatp,
DataOutput dOut) |
|
void |
convertGDay(XSDatePointable datep,
DataOutput dOut) |
|
void |
convertGMonth(XSDatePointable datep,
DataOutput dOut) |
|
void |
convertGMonthDay(XSDatePointable datep,
DataOutput dOut) |
|
void |
convertGYear(XSDatePointable datep,
DataOutput dOut) |
|
void |
convertGYearMonth(XSDatePointable datep,
DataOutput dOut) |
|
void |
convertHexBinary(XSBinaryPointable binaryp,
DataOutput dOut) |
|
void |
convertID(org.apache.hyracks.data.std.primitive.UTF8StringPointable stringp,
DataOutput dOut) |
|
void |
convertIDREF(org.apache.hyracks.data.std.primitive.UTF8StringPointable stringp,
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 |
convertLanguage(org.apache.hyracks.data.std.primitive.UTF8StringPointable stringp,
DataOutput dOut) |
|
void |
convertLong(org.apache.hyracks.data.std.primitive.LongPointable longp,
DataOutput dOut) |
|
void |
convertName(org.apache.hyracks.data.std.primitive.UTF8StringPointable stringp,
DataOutput dOut) |
|
void |
convertNCName(org.apache.hyracks.data.std.primitive.UTF8StringPointable stringp,
DataOutput dOut) |
|
void |
convertNegativeInteger(org.apache.hyracks.data.std.primitive.LongPointable longp,
DataOutput dOut) |
|
void |
convertNMToken(org.apache.hyracks.data.std.primitive.UTF8StringPointable stringp,
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 |
convertNormalizedString(org.apache.hyracks.data.std.primitive.UTF8StringPointable stringp,
DataOutput dOut) |
|
void |
convertNotation(org.apache.hyracks.data.std.primitive.UTF8StringPointable stringp,
DataOutput dOut) |
|
void |
convertPositiveInteger(org.apache.hyracks.data.std.primitive.LongPointable longp,
DataOutput dOut) |
|
void |
convertQName(XSQNamePointable qnamep,
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 |
convertTime(XSTimePointable timep,
DataOutput dOut) |
|
void |
convertToken(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) |
|
void |
convertYMDuration(org.apache.hyracks.data.std.primitive.IntegerPointable intp,
DataOutput dOut) |
public void convertAnyURI(org.apache.hyracks.data.std.primitive.UTF8StringPointable stringp,
DataOutput dOut)
throws SystemException,
IOException
SystemExceptionIOExceptionpublic void convertBase64Binary(XSBinaryPointable binaryp, DataOutput dOut) throws SystemException, IOException
SystemExceptionIOExceptionpublic void convertBoolean(org.apache.hyracks.data.std.primitive.BooleanPointable boolp,
DataOutput dOut)
throws SystemException,
IOException
SystemExceptionIOExceptionpublic void convertDate(XSDatePointable datep, DataOutput dOut) throws SystemException, IOException
SystemExceptionIOExceptionpublic void convertDatetime(XSDateTimePointable datetimep, DataOutput dOut) throws SystemException, IOException
SystemExceptionIOExceptionpublic void convertDecimal(XSDecimalPointable decp, DataOutput dOut) throws SystemException, IOException
SystemExceptionIOExceptionpublic void convertDouble(org.apache.hyracks.data.std.primitive.DoublePointable doublep,
DataOutput dOut)
throws SystemException,
IOException
SystemExceptionIOExceptionpublic void convertDTDuration(org.apache.hyracks.data.std.primitive.LongPointable longp,
DataOutput dOut)
throws SystemException,
IOException
SystemExceptionIOExceptionpublic void convertDuration(XSDurationPointable durationp, DataOutput dOut) throws SystemException, IOException
SystemExceptionIOExceptionpublic void convertFloat(org.apache.hyracks.data.std.primitive.FloatPointable floatp,
DataOutput dOut)
throws SystemException,
IOException
SystemExceptionIOExceptionpublic void convertGDay(XSDatePointable datep, DataOutput dOut) throws SystemException, IOException
SystemExceptionIOExceptionpublic void convertGMonth(XSDatePointable datep, DataOutput dOut) throws SystemException, IOException
SystemExceptionIOExceptionpublic void convertGMonthDay(XSDatePointable datep, DataOutput dOut) throws SystemException, IOException
SystemExceptionIOExceptionpublic void convertGYear(XSDatePointable datep, DataOutput dOut) throws SystemException, IOException
SystemExceptionIOExceptionpublic void convertGYearMonth(XSDatePointable datep, DataOutput dOut) throws SystemException, IOException
SystemExceptionIOExceptionpublic void convertHexBinary(XSBinaryPointable binaryp, DataOutput dOut) throws SystemException, IOException
SystemExceptionIOExceptionpublic void convertInteger(org.apache.hyracks.data.std.primitive.LongPointable longp,
DataOutput dOut)
throws SystemException,
IOException
SystemExceptionIOExceptionpublic void convertNotation(org.apache.hyracks.data.std.primitive.UTF8StringPointable stringp,
DataOutput dOut)
throws SystemException,
IOException
SystemExceptionIOExceptionpublic void convertQName(XSQNamePointable qnamep, DataOutput dOut) throws SystemException, IOException
SystemExceptionIOExceptionpublic void convertString(org.apache.hyracks.data.std.primitive.UTF8StringPointable stringp,
DataOutput dOut)
throws SystemException,
IOException
SystemExceptionIOExceptionpublic void convertTime(XSTimePointable timep, DataOutput dOut) throws SystemException, IOException
SystemExceptionIOExceptionpublic void convertUntypedAtomic(org.apache.hyracks.data.std.primitive.UTF8StringPointable stringp,
DataOutput dOut)
throws SystemException,
IOException
SystemExceptionIOExceptionpublic void convertYMDuration(org.apache.hyracks.data.std.primitive.IntegerPointable intp,
DataOutput dOut)
throws SystemException,
IOException
SystemExceptionIOExceptionpublic void convertByte(org.apache.hyracks.data.std.primitive.BytePointable bytep,
DataOutput dOut)
throws SystemException,
IOException
SystemExceptionIOExceptionpublic void convertInt(org.apache.hyracks.data.std.primitive.IntegerPointable intp,
DataOutput dOut)
throws SystemException,
IOException
SystemExceptionIOExceptionpublic void convertLong(org.apache.hyracks.data.std.primitive.LongPointable longp,
DataOutput dOut)
throws SystemException,
IOException
SystemExceptionIOExceptionpublic void convertNegativeInteger(org.apache.hyracks.data.std.primitive.LongPointable longp,
DataOutput dOut)
throws SystemException,
IOException
SystemExceptionIOExceptionpublic void convertNonNegativeInteger(org.apache.hyracks.data.std.primitive.LongPointable longp,
DataOutput dOut)
throws SystemException,
IOException
SystemExceptionIOExceptionpublic void convertNonPositiveInteger(org.apache.hyracks.data.std.primitive.LongPointable longp,
DataOutput dOut)
throws SystemException,
IOException
SystemExceptionIOExceptionpublic void convertPositiveInteger(org.apache.hyracks.data.std.primitive.LongPointable longp,
DataOutput dOut)
throws SystemException,
IOException
SystemExceptionIOExceptionpublic void convertShort(org.apache.hyracks.data.std.primitive.ShortPointable shortp,
DataOutput dOut)
throws SystemException,
IOException
SystemExceptionIOExceptionpublic void convertUnsignedByte(org.apache.hyracks.data.std.primitive.ShortPointable shortp,
DataOutput dOut)
throws SystemException,
IOException
SystemExceptionIOExceptionpublic void convertUnsignedInt(org.apache.hyracks.data.std.primitive.LongPointable longp,
DataOutput dOut)
throws SystemException,
IOException
SystemExceptionIOExceptionpublic void convertUnsignedLong(org.apache.hyracks.data.std.primitive.LongPointable longp,
DataOutput dOut)
throws SystemException,
IOException
SystemExceptionIOExceptionpublic void convertUnsignedShort(org.apache.hyracks.data.std.primitive.IntegerPointable intp,
DataOutput dOut)
throws SystemException,
IOException
SystemExceptionIOExceptionpublic void convertEntity(org.apache.hyracks.data.std.primitive.UTF8StringPointable stringp,
DataOutput dOut)
throws SystemException,
IOException
SystemExceptionIOExceptionpublic void convertID(org.apache.hyracks.data.std.primitive.UTF8StringPointable stringp,
DataOutput dOut)
throws SystemException,
IOException
SystemExceptionIOExceptionpublic void convertIDREF(org.apache.hyracks.data.std.primitive.UTF8StringPointable stringp,
DataOutput dOut)
throws SystemException,
IOException
SystemExceptionIOExceptionpublic void convertLanguage(org.apache.hyracks.data.std.primitive.UTF8StringPointable stringp,
DataOutput dOut)
throws SystemException,
IOException
SystemExceptionIOExceptionpublic void convertName(org.apache.hyracks.data.std.primitive.UTF8StringPointable stringp,
DataOutput dOut)
throws SystemException,
IOException
SystemExceptionIOExceptionpublic void convertNCName(org.apache.hyracks.data.std.primitive.UTF8StringPointable stringp,
DataOutput dOut)
throws SystemException,
IOException
SystemExceptionIOExceptionpublic void convertNMToken(org.apache.hyracks.data.std.primitive.UTF8StringPointable stringp,
DataOutput dOut)
throws SystemException,
IOException
SystemExceptionIOExceptionpublic void convertNormalizedString(org.apache.hyracks.data.std.primitive.UTF8StringPointable stringp,
DataOutput dOut)
throws SystemException,
IOException
SystemExceptionIOExceptionpublic void convertToken(org.apache.hyracks.data.std.primitive.UTF8StringPointable stringp,
DataOutput dOut)
throws SystemException,
IOException
SystemExceptionIOExceptionCopyright © 2019 Apache Software Foundation. All rights reserved.