pub enum UnaryFunc {
Show 307 variants
Not(Not),
IsNull(IsNull),
IsTrue(IsTrue),
IsFalse(IsFalse),
BitNotInt16(BitNotInt16),
BitNotInt32(BitNotInt32),
BitNotInt64(BitNotInt64),
BitNotUint16(BitNotUint16),
BitNotUint32(BitNotUint32),
BitNotUint64(BitNotUint64),
NegInt16(NegInt16),
NegInt32(NegInt32),
NegInt64(NegInt64),
NegFloat32(NegFloat32),
NegFloat64(NegFloat64),
NegNumeric(NegNumeric),
NegInterval(NegInterval),
SqrtFloat64(SqrtFloat64),
SqrtNumeric(SqrtNumeric),
CbrtFloat64(CbrtFloat64),
AbsInt16(AbsInt16),
AbsInt32(AbsInt32),
AbsInt64(AbsInt64),
AbsFloat32(AbsFloat32),
AbsFloat64(AbsFloat64),
AbsNumeric(AbsNumeric),
CastBoolToString(CastBoolToString),
CastBoolToStringNonstandard(CastBoolToStringNonstandard),
CastBoolToInt32(CastBoolToInt32),
CastBoolToInt64(CastBoolToInt64),
CastInt16ToFloat32(CastInt16ToFloat32),
CastInt16ToFloat64(CastInt16ToFloat64),
CastInt16ToInt32(CastInt16ToInt32),
CastInt16ToInt64(CastInt16ToInt64),
CastInt16ToUint16(CastInt16ToUint16),
CastInt16ToUint32(CastInt16ToUint32),
CastInt16ToUint64(CastInt16ToUint64),
CastInt16ToString(CastInt16ToString),
CastInt2VectorToArray(CastInt2VectorToArray),
CastInt32ToBool(CastInt32ToBool),
CastInt32ToFloat32(CastInt32ToFloat32),
CastInt32ToFloat64(CastInt32ToFloat64),
CastInt32ToOid(CastInt32ToOid),
CastInt32ToPgLegacyChar(CastInt32ToPgLegacyChar),
CastInt32ToInt16(CastInt32ToInt16),
CastInt32ToInt64(CastInt32ToInt64),
CastInt32ToUint16(CastInt32ToUint16),
CastInt32ToUint32(CastInt32ToUint32),
CastInt32ToUint64(CastInt32ToUint64),
CastInt32ToString(CastInt32ToString),
CastOidToInt32(CastOidToInt32),
CastOidToInt64(CastOidToInt64),
CastOidToString(CastOidToString),
CastOidToRegClass(CastOidToRegClass),
CastRegClassToOid(CastRegClassToOid),
CastOidToRegProc(CastOidToRegProc),
CastRegProcToOid(CastRegProcToOid),
CastOidToRegType(CastOidToRegType),
CastRegTypeToOid(CastRegTypeToOid),
CastInt64ToInt16(CastInt64ToInt16),
CastInt64ToInt32(CastInt64ToInt32),
CastInt64ToUint16(CastInt64ToUint16),
CastInt64ToUint32(CastInt64ToUint32),
CastInt64ToUint64(CastInt64ToUint64),
CastInt16ToNumeric(CastInt16ToNumeric),
CastInt32ToNumeric(CastInt32ToNumeric),
CastInt64ToBool(CastInt64ToBool),
CastInt64ToNumeric(CastInt64ToNumeric),
CastInt64ToFloat32(CastInt64ToFloat32),
CastInt64ToFloat64(CastInt64ToFloat64),
CastInt64ToOid(CastInt64ToOid),
CastInt64ToString(CastInt64ToString),
CastUint16ToUint32(CastUint16ToUint32),
CastUint16ToUint64(CastUint16ToUint64),
CastUint16ToInt16(CastUint16ToInt16),
CastUint16ToInt32(CastUint16ToInt32),
CastUint16ToInt64(CastUint16ToInt64),
CastUint16ToNumeric(CastUint16ToNumeric),
CastUint16ToFloat32(CastUint16ToFloat32),
CastUint16ToFloat64(CastUint16ToFloat64),
CastUint16ToString(CastUint16ToString),
CastUint32ToUint16(CastUint32ToUint16),
CastUint32ToUint64(CastUint32ToUint64),
CastUint32ToInt16(CastUint32ToInt16),
CastUint32ToInt32(CastUint32ToInt32),
CastUint32ToInt64(CastUint32ToInt64),
CastUint32ToNumeric(CastUint32ToNumeric),
CastUint32ToFloat32(CastUint32ToFloat32),
CastUint32ToFloat64(CastUint32ToFloat64),
CastUint32ToString(CastUint32ToString),
CastUint64ToUint16(CastUint64ToUint16),
CastUint64ToUint32(CastUint64ToUint32),
CastUint64ToInt16(CastUint64ToInt16),
CastUint64ToInt32(CastUint64ToInt32),
CastUint64ToInt64(CastUint64ToInt64),
CastUint64ToNumeric(CastUint64ToNumeric),
CastUint64ToFloat32(CastUint64ToFloat32),
CastUint64ToFloat64(CastUint64ToFloat64),
CastUint64ToString(CastUint64ToString),
CastFloat32ToInt16(CastFloat32ToInt16),
CastFloat32ToInt32(CastFloat32ToInt32),
CastFloat32ToInt64(CastFloat32ToInt64),
CastFloat32ToUint16(CastFloat32ToUint16),
CastFloat32ToUint32(CastFloat32ToUint32),
CastFloat32ToUint64(CastFloat32ToUint64),
CastFloat32ToFloat64(CastFloat32ToFloat64),
CastFloat32ToString(CastFloat32ToString),
CastFloat32ToNumeric(CastFloat32ToNumeric),
CastFloat64ToNumeric(CastFloat64ToNumeric),
CastFloat64ToInt16(CastFloat64ToInt16),
CastFloat64ToInt32(CastFloat64ToInt32),
CastFloat64ToInt64(CastFloat64ToInt64),
CastFloat64ToUint16(CastFloat64ToUint16),
CastFloat64ToUint32(CastFloat64ToUint32),
CastFloat64ToUint64(CastFloat64ToUint64),
CastFloat64ToFloat32(CastFloat64ToFloat32),
CastFloat64ToString(CastFloat64ToString),
CastNumericToFloat32(CastNumericToFloat32),
CastNumericToFloat64(CastNumericToFloat64),
CastNumericToInt16(CastNumericToInt16),
CastNumericToInt32(CastNumericToInt32),
CastNumericToInt64(CastNumericToInt64),
CastNumericToUint16(CastNumericToUint16),
CastNumericToUint32(CastNumericToUint32),
CastNumericToUint64(CastNumericToUint64),
CastNumericToString(CastNumericToString),
CastMzTimestampToString(CastMzTimestampToString),
CastStringToMzTimestamp(CastStringToMzTimestamp),
CastUint64ToMzTimestamp(CastUint64ToMzTimestamp),
CastUint32ToMzTimestamp(CastUint32ToMzTimestamp),
CastInt64ToMzTimestamp(CastInt64ToMzTimestamp),
CastInt32ToMzTimestamp(CastInt32ToMzTimestamp),
CastNumericToMzTimestamp(CastNumericToMzTimestamp),
CastTimestampToMzTimestamp(CastTimestampToMzTimestamp),
CastTimestampTzToMzTimestamp(CastTimestampTzToMzTimestamp),
CastStringToBool(CastStringToBool),
CastStringToPgLegacyChar(CastStringToPgLegacyChar),
CastStringToPgLegacyName(CastStringToPgLegacyName),
CastStringToBytes(CastStringToBytes),
CastStringToInt16(CastStringToInt16),
CastStringToInt32(CastStringToInt32),
CastStringToInt64(CastStringToInt64),
CastStringToUint16(CastStringToUint16),
CastStringToUint32(CastStringToUint32),
CastStringToUint64(CastStringToUint64),
CastStringToInt2Vector(CastStringToInt2Vector),
CastStringToOid(CastStringToOid),
CastStringToFloat32(CastStringToFloat32),
CastStringToFloat64(CastStringToFloat64),
CastStringToDate(CastStringToDate),
CastStringToArray(CastStringToArray),
CastStringToList(CastStringToList),
CastStringToMap(CastStringToMap),
CastStringToRange(CastStringToRange),
CastStringToTime(CastStringToTime),
CastStringToTimestamp(CastStringToTimestamp),
CastStringToTimestampTz(CastStringToTimestampTz),
CastStringToInterval(CastStringToInterval),
CastStringToNumeric(CastStringToNumeric),
CastStringToUuid(CastStringToUuid),
CastStringToChar(CastStringToChar),
PadChar(PadChar),
CastStringToVarChar(CastStringToVarChar),
CastCharToString(CastCharToString),
CastVarCharToString(CastVarCharToString),
CastDateToTimestamp(CastDateToTimestamp),
CastDateToTimestampTz(CastDateToTimestampTz),
CastDateToString(CastDateToString),
CastTimeToInterval(CastTimeToInterval),
CastTimeToString(CastTimeToString),
CastIntervalToString(CastIntervalToString),
CastIntervalToTime(CastIntervalToTime),
CastTimestampToDate(CastTimestampToDate),
AdjustTimestampPrecision(AdjustTimestampPrecision),
CastTimestampToTimestampTz(CastTimestampToTimestampTz),
CastTimestampToString(CastTimestampToString),
CastTimestampToTime(CastTimestampToTime),
CastTimestampTzToDate(CastTimestampTzToDate),
CastTimestampTzToTimestamp(CastTimestampTzToTimestamp),
AdjustTimestampTzPrecision(AdjustTimestampTzPrecision),
CastTimestampTzToString(CastTimestampTzToString),
CastTimestampTzToTime(CastTimestampTzToTime),
CastPgLegacyCharToString(CastPgLegacyCharToString),
CastPgLegacyCharToChar(CastPgLegacyCharToChar),
CastPgLegacyCharToVarChar(CastPgLegacyCharToVarChar),
CastPgLegacyCharToInt32(CastPgLegacyCharToInt32),
CastBytesToString(CastBytesToString),
CastStringToJsonb(CastStringToJsonb),
CastJsonbToString(CastJsonbToString),
CastJsonbOrNullToJsonb(CastJsonbOrNullToJsonb),
CastJsonbToInt16(CastJsonbToInt16),
CastJsonbToInt32(CastJsonbToInt32),
CastJsonbToInt64(CastJsonbToInt64),
CastJsonbToFloat32(CastJsonbToFloat32),
CastJsonbToFloat64(CastJsonbToFloat64),
CastJsonbToNumeric(CastJsonbToNumeric),
CastJsonbToBool(CastJsonbToBool),
CastUuidToString(CastUuidToString),
CastRecordToString(CastRecordToString),
CastRecord1ToRecord2(CastRecord1ToRecord2),
CastArrayToArray(CastArrayToArray),
CastArrayToString(CastArrayToString),
CastListToString(CastListToString),
CastList1ToList2(CastList1ToList2),
CastArrayToListOneDim(CastArrayToListOneDim),
CastMapToString(CastMapToString),
CastInt2VectorToString(CastInt2VectorToString),
CastRangeToString(CastRangeToString),
CeilFloat32(CeilFloat32),
CeilFloat64(CeilFloat64),
CeilNumeric(CeilNumeric),
FloorFloat32(FloorFloat32),
FloorFloat64(FloorFloat64),
FloorNumeric(FloorNumeric),
Ascii(Ascii),
BitLengthBytes(BitLengthBytes),
BitLengthString(BitLengthString),
ByteLengthBytes(ByteLengthBytes),
ByteLengthString(ByteLengthString),
CharLength(CharLength),
Chr(Chr),
IsLikeMatch(IsLikeMatch),
IsRegexpMatch(IsRegexpMatch),
RegexpMatch(RegexpMatch),
ExtractInterval(ExtractInterval),
ExtractTime(ExtractTime),
ExtractTimestamp(ExtractTimestamp),
ExtractTimestampTz(ExtractTimestampTz),
ExtractDate(ExtractDate),
DatePartInterval(DatePartInterval),
DatePartTime(DatePartTime),
DatePartTimestamp(DatePartTimestamp),
DatePartTimestampTz(DatePartTimestampTz),
DateTruncTimestamp(DateTruncTimestamp),
DateTruncTimestampTz(DateTruncTimestampTz),
TimezoneTimestamp(TimezoneTimestamp),
TimezoneTimestampTz(TimezoneTimestampTz),
TimezoneTime(TimezoneTime),
ToTimestamp(ToTimestamp),
JustifyDays(JustifyDays),
JustifyHours(JustifyHours),
JustifyInterval(JustifyInterval),
JsonbArrayLength(JsonbArrayLength),
JsonbTypeof(JsonbTypeof),
JsonbStripNulls(JsonbStripNulls),
JsonbPretty(JsonbPretty),
RoundFloat32(RoundFloat32),
RoundFloat64(RoundFloat64),
RoundNumeric(RoundNumeric),
TruncFloat32(TruncFloat32),
TruncFloat64(TruncFloat64),
TruncNumeric(TruncNumeric),
TrimWhitespace(TrimWhitespace),
TrimLeadingWhitespace(TrimLeadingWhitespace),
TrimTrailingWhitespace(TrimTrailingWhitespace),
RecordGet(RecordGet),
ListLength(ListLength),
MapLength(MapLength),
Upper(Upper),
Lower(Lower),
Cos(Cos),
Acos(Acos),
Cosh(Cosh),
Acosh(Acosh),
Sin(Sin),
Asin(Asin),
Sinh(Sinh),
Asinh(Asinh),
Tan(Tan),
Atan(Atan),
Tanh(Tanh),
Atanh(Atanh),
Cot(Cot),
Degrees(Degrees),
Radians(Radians),
Log10(Log10),
Log10Numeric(Log10Numeric),
Ln(Ln),
LnNumeric(LnNumeric),
Exp(Exp),
ExpNumeric(ExpNumeric),
Sleep(Sleep),
Panic(Panic),
AdjustNumericScale(AdjustNumericScale),
PgColumnSize(PgColumnSize),
MzRowSize(MzRowSize),
MzTypeName(MzTypeName),
StepMzTimestamp(StepMzTimestamp),
RangeLower(RangeLower),
RangeUpper(RangeUpper),
RangeEmpty(RangeEmpty),
RangeLowerInc(RangeLowerInc),
RangeUpperInc(RangeUpperInc),
RangeLowerInf(RangeLowerInf),
RangeUpperInf(RangeUpperInf),
MzAclItemGrantor(MzAclItemGrantor),
MzAclItemGrantee(MzAclItemGrantee),
MzAclItemPrivileges(MzAclItemPrivileges),
MzFormatPrivileges(MzFormatPrivileges),
MzValidatePrivileges(MzValidatePrivileges),
MzValidateRolePrivilege(MzValidateRolePrivilege),
AclItemGrantor(AclItemGrantor),
AclItemGrantee(AclItemGrantee),
AclItemPrivileges(AclItemPrivileges),
QuoteIdent(QuoteIdent),
TryParseMonotonicIso8601Timestamp(TryParseMonotonicIso8601Timestamp),
RegexpSplitToArray(RegexpSplitToArray),
}
Variants§
Not(Not)
IsNull(IsNull)
IsTrue(IsTrue)
IsFalse(IsFalse)
BitNotInt16(BitNotInt16)
BitNotInt32(BitNotInt32)
BitNotInt64(BitNotInt64)
BitNotUint16(BitNotUint16)
BitNotUint32(BitNotUint32)
BitNotUint64(BitNotUint64)
NegInt16(NegInt16)
NegInt32(NegInt32)
NegInt64(NegInt64)
NegFloat32(NegFloat32)
NegFloat64(NegFloat64)
NegNumeric(NegNumeric)
NegInterval(NegInterval)
SqrtFloat64(SqrtFloat64)
SqrtNumeric(SqrtNumeric)
CbrtFloat64(CbrtFloat64)
AbsInt16(AbsInt16)
AbsInt32(AbsInt32)
AbsInt64(AbsInt64)
AbsFloat32(AbsFloat32)
AbsFloat64(AbsFloat64)
AbsNumeric(AbsNumeric)
CastBoolToString(CastBoolToString)
CastBoolToStringNonstandard(CastBoolToStringNonstandard)
CastBoolToInt32(CastBoolToInt32)
CastBoolToInt64(CastBoolToInt64)
CastInt16ToFloat32(CastInt16ToFloat32)
CastInt16ToFloat64(CastInt16ToFloat64)
CastInt16ToInt32(CastInt16ToInt32)
CastInt16ToInt64(CastInt16ToInt64)
CastInt16ToUint16(CastInt16ToUint16)
CastInt16ToUint32(CastInt16ToUint32)
CastInt16ToUint64(CastInt16ToUint64)
CastInt16ToString(CastInt16ToString)
CastInt2VectorToArray(CastInt2VectorToArray)
CastInt32ToBool(CastInt32ToBool)
CastInt32ToFloat32(CastInt32ToFloat32)
CastInt32ToFloat64(CastInt32ToFloat64)
CastInt32ToOid(CastInt32ToOid)
CastInt32ToPgLegacyChar(CastInt32ToPgLegacyChar)
CastInt32ToInt16(CastInt32ToInt16)
CastInt32ToInt64(CastInt32ToInt64)
CastInt32ToUint16(CastInt32ToUint16)
CastInt32ToUint32(CastInt32ToUint32)
CastInt32ToUint64(CastInt32ToUint64)
CastInt32ToString(CastInt32ToString)
CastOidToInt32(CastOidToInt32)
CastOidToInt64(CastOidToInt64)
CastOidToString(CastOidToString)
CastOidToRegClass(CastOidToRegClass)
CastRegClassToOid(CastRegClassToOid)
CastOidToRegProc(CastOidToRegProc)
CastRegProcToOid(CastRegProcToOid)
CastOidToRegType(CastOidToRegType)
CastRegTypeToOid(CastRegTypeToOid)
CastInt64ToInt16(CastInt64ToInt16)
CastInt64ToInt32(CastInt64ToInt32)
CastInt64ToUint16(CastInt64ToUint16)
CastInt64ToUint32(CastInt64ToUint32)
CastInt64ToUint64(CastInt64ToUint64)
CastInt16ToNumeric(CastInt16ToNumeric)
CastInt32ToNumeric(CastInt32ToNumeric)
CastInt64ToBool(CastInt64ToBool)
CastInt64ToNumeric(CastInt64ToNumeric)
CastInt64ToFloat32(CastInt64ToFloat32)
CastInt64ToFloat64(CastInt64ToFloat64)
CastInt64ToOid(CastInt64ToOid)
CastInt64ToString(CastInt64ToString)
CastUint16ToUint32(CastUint16ToUint32)
CastUint16ToUint64(CastUint16ToUint64)
CastUint16ToInt16(CastUint16ToInt16)
CastUint16ToInt32(CastUint16ToInt32)
CastUint16ToInt64(CastUint16ToInt64)
CastUint16ToNumeric(CastUint16ToNumeric)
CastUint16ToFloat32(CastUint16ToFloat32)
CastUint16ToFloat64(CastUint16ToFloat64)
CastUint16ToString(CastUint16ToString)
CastUint32ToUint16(CastUint32ToUint16)
CastUint32ToUint64(CastUint32ToUint64)
CastUint32ToInt16(CastUint32ToInt16)
CastUint32ToInt32(CastUint32ToInt32)
CastUint32ToInt64(CastUint32ToInt64)
CastUint32ToNumeric(CastUint32ToNumeric)
CastUint32ToFloat32(CastUint32ToFloat32)
CastUint32ToFloat64(CastUint32ToFloat64)
CastUint32ToString(CastUint32ToString)
CastUint64ToUint16(CastUint64ToUint16)
CastUint64ToUint32(CastUint64ToUint32)
CastUint64ToInt16(CastUint64ToInt16)
CastUint64ToInt32(CastUint64ToInt32)
CastUint64ToInt64(CastUint64ToInt64)
CastUint64ToNumeric(CastUint64ToNumeric)
CastUint64ToFloat32(CastUint64ToFloat32)
CastUint64ToFloat64(CastUint64ToFloat64)
CastUint64ToString(CastUint64ToString)
CastFloat32ToInt16(CastFloat32ToInt16)
CastFloat32ToInt32(CastFloat32ToInt32)
CastFloat32ToInt64(CastFloat32ToInt64)
CastFloat32ToUint16(CastFloat32ToUint16)
CastFloat32ToUint32(CastFloat32ToUint32)
CastFloat32ToUint64(CastFloat32ToUint64)
CastFloat32ToFloat64(CastFloat32ToFloat64)
CastFloat32ToString(CastFloat32ToString)
CastFloat32ToNumeric(CastFloat32ToNumeric)
CastFloat64ToNumeric(CastFloat64ToNumeric)
CastFloat64ToInt16(CastFloat64ToInt16)
CastFloat64ToInt32(CastFloat64ToInt32)
CastFloat64ToInt64(CastFloat64ToInt64)
CastFloat64ToUint16(CastFloat64ToUint16)
CastFloat64ToUint32(CastFloat64ToUint32)
CastFloat64ToUint64(CastFloat64ToUint64)
CastFloat64ToFloat32(CastFloat64ToFloat32)
CastFloat64ToString(CastFloat64ToString)
CastNumericToFloat32(CastNumericToFloat32)
CastNumericToFloat64(CastNumericToFloat64)
CastNumericToInt16(CastNumericToInt16)
CastNumericToInt32(CastNumericToInt32)
CastNumericToInt64(CastNumericToInt64)
CastNumericToUint16(CastNumericToUint16)
CastNumericToUint32(CastNumericToUint32)
CastNumericToUint64(CastNumericToUint64)
CastNumericToString(CastNumericToString)
CastMzTimestampToString(CastMzTimestampToString)
CastStringToMzTimestamp(CastStringToMzTimestamp)
CastUint64ToMzTimestamp(CastUint64ToMzTimestamp)
CastUint32ToMzTimestamp(CastUint32ToMzTimestamp)
CastInt64ToMzTimestamp(CastInt64ToMzTimestamp)
CastInt32ToMzTimestamp(CastInt32ToMzTimestamp)
CastNumericToMzTimestamp(CastNumericToMzTimestamp)
CastTimestampToMzTimestamp(CastTimestampToMzTimestamp)
CastTimestampTzToMzTimestamp(CastTimestampTzToMzTimestamp)
CastStringToBool(CastStringToBool)
CastStringToPgLegacyChar(CastStringToPgLegacyChar)
CastStringToPgLegacyName(CastStringToPgLegacyName)
CastStringToBytes(CastStringToBytes)
CastStringToInt16(CastStringToInt16)
CastStringToInt32(CastStringToInt32)
CastStringToInt64(CastStringToInt64)
CastStringToUint16(CastStringToUint16)
CastStringToUint32(CastStringToUint32)
CastStringToUint64(CastStringToUint64)
CastStringToInt2Vector(CastStringToInt2Vector)
CastStringToOid(CastStringToOid)
CastStringToFloat32(CastStringToFloat32)
CastStringToFloat64(CastStringToFloat64)
CastStringToDate(CastStringToDate)
CastStringToArray(CastStringToArray)
CastStringToList(CastStringToList)
CastStringToMap(CastStringToMap)
CastStringToRange(CastStringToRange)
CastStringToTime(CastStringToTime)
CastStringToTimestamp(CastStringToTimestamp)
CastStringToTimestampTz(CastStringToTimestampTz)
CastStringToInterval(CastStringToInterval)
CastStringToNumeric(CastStringToNumeric)
CastStringToUuid(CastStringToUuid)
CastStringToChar(CastStringToChar)
PadChar(PadChar)
CastStringToVarChar(CastStringToVarChar)
CastCharToString(CastCharToString)
CastVarCharToString(CastVarCharToString)
CastDateToTimestamp(CastDateToTimestamp)
CastDateToTimestampTz(CastDateToTimestampTz)
CastDateToString(CastDateToString)
CastTimeToInterval(CastTimeToInterval)
CastTimeToString(CastTimeToString)
CastIntervalToString(CastIntervalToString)
CastIntervalToTime(CastIntervalToTime)
CastTimestampToDate(CastTimestampToDate)
AdjustTimestampPrecision(AdjustTimestampPrecision)
CastTimestampToTimestampTz(CastTimestampToTimestampTz)
CastTimestampToString(CastTimestampToString)
CastTimestampToTime(CastTimestampToTime)
CastTimestampTzToDate(CastTimestampTzToDate)
CastTimestampTzToTimestamp(CastTimestampTzToTimestamp)
AdjustTimestampTzPrecision(AdjustTimestampTzPrecision)
CastTimestampTzToString(CastTimestampTzToString)
CastTimestampTzToTime(CastTimestampTzToTime)
CastPgLegacyCharToString(CastPgLegacyCharToString)
CastPgLegacyCharToChar(CastPgLegacyCharToChar)
CastPgLegacyCharToVarChar(CastPgLegacyCharToVarChar)
CastPgLegacyCharToInt32(CastPgLegacyCharToInt32)
CastBytesToString(CastBytesToString)
CastStringToJsonb(CastStringToJsonb)
CastJsonbToString(CastJsonbToString)
CastJsonbOrNullToJsonb(CastJsonbOrNullToJsonb)
CastJsonbToInt16(CastJsonbToInt16)
CastJsonbToInt32(CastJsonbToInt32)
CastJsonbToInt64(CastJsonbToInt64)
CastJsonbToFloat32(CastJsonbToFloat32)
CastJsonbToFloat64(CastJsonbToFloat64)
CastJsonbToNumeric(CastJsonbToNumeric)
CastJsonbToBool(CastJsonbToBool)
CastUuidToString(CastUuidToString)
CastRecordToString(CastRecordToString)
CastRecord1ToRecord2(CastRecord1ToRecord2)
CastArrayToArray(CastArrayToArray)
CastArrayToString(CastArrayToString)
CastListToString(CastListToString)
CastList1ToList2(CastList1ToList2)
CastArrayToListOneDim(CastArrayToListOneDim)
CastMapToString(CastMapToString)
CastInt2VectorToString(CastInt2VectorToString)
CastRangeToString(CastRangeToString)
CeilFloat32(CeilFloat32)
CeilFloat64(CeilFloat64)
CeilNumeric(CeilNumeric)
FloorFloat32(FloorFloat32)
FloorFloat64(FloorFloat64)
FloorNumeric(FloorNumeric)
Ascii(Ascii)
BitLengthBytes(BitLengthBytes)
BitLengthString(BitLengthString)
ByteLengthBytes(ByteLengthBytes)
ByteLengthString(ByteLengthString)
CharLength(CharLength)
Chr(Chr)
IsLikeMatch(IsLikeMatch)
IsRegexpMatch(IsRegexpMatch)
RegexpMatch(RegexpMatch)
ExtractInterval(ExtractInterval)
ExtractTime(ExtractTime)
ExtractTimestamp(ExtractTimestamp)
ExtractTimestampTz(ExtractTimestampTz)
ExtractDate(ExtractDate)
DatePartInterval(DatePartInterval)
DatePartTime(DatePartTime)
DatePartTimestamp(DatePartTimestamp)
DatePartTimestampTz(DatePartTimestampTz)
DateTruncTimestamp(DateTruncTimestamp)
DateTruncTimestampTz(DateTruncTimestampTz)
TimezoneTimestamp(TimezoneTimestamp)
TimezoneTimestampTz(TimezoneTimestampTz)
TimezoneTime(TimezoneTime)
ToTimestamp(ToTimestamp)
JustifyDays(JustifyDays)
JustifyHours(JustifyHours)
JustifyInterval(JustifyInterval)
JsonbArrayLength(JsonbArrayLength)
JsonbTypeof(JsonbTypeof)
JsonbStripNulls(JsonbStripNulls)
JsonbPretty(JsonbPretty)
RoundFloat32(RoundFloat32)
RoundFloat64(RoundFloat64)
RoundNumeric(RoundNumeric)
TruncFloat32(TruncFloat32)
TruncFloat64(TruncFloat64)
TruncNumeric(TruncNumeric)
TrimWhitespace(TrimWhitespace)
TrimLeadingWhitespace(TrimLeadingWhitespace)
TrimTrailingWhitespace(TrimTrailingWhitespace)
RecordGet(RecordGet)
ListLength(ListLength)
MapLength(MapLength)
Upper(Upper)
Lower(Lower)
Cos(Cos)
Acos(Acos)
Cosh(Cosh)
Acosh(Acosh)
Sin(Sin)
Asin(Asin)
Sinh(Sinh)
Asinh(Asinh)
Tan(Tan)
Atan(Atan)
Tanh(Tanh)
Atanh(Atanh)
Cot(Cot)
Degrees(Degrees)
Radians(Radians)
Log10(Log10)
Log10Numeric(Log10Numeric)
Ln(Ln)
LnNumeric(LnNumeric)
Exp(Exp)
ExpNumeric(ExpNumeric)
Sleep(Sleep)
Panic(Panic)
AdjustNumericScale(AdjustNumericScale)
PgColumnSize(PgColumnSize)
MzRowSize(MzRowSize)
MzTypeName(MzTypeName)
StepMzTimestamp(StepMzTimestamp)
RangeLower(RangeLower)
RangeUpper(RangeUpper)
RangeEmpty(RangeEmpty)
RangeLowerInc(RangeLowerInc)
RangeUpperInc(RangeUpperInc)
RangeLowerInf(RangeLowerInf)
RangeUpperInf(RangeUpperInf)
MzAclItemGrantor(MzAclItemGrantor)
MzAclItemGrantee(MzAclItemGrantee)
MzAclItemPrivileges(MzAclItemPrivileges)
MzFormatPrivileges(MzFormatPrivileges)
MzValidatePrivileges(MzValidatePrivileges)
MzValidateRolePrivilege(MzValidateRolePrivilege)
AclItemGrantor(AclItemGrantor)
AclItemGrantee(AclItemGrantee)
AclItemPrivileges(AclItemPrivileges)
QuoteIdent(QuoteIdent)
TryParseMonotonicIso8601Timestamp(TryParseMonotonicIso8601Timestamp)
RegexpSplitToArray(RegexpSplitToArray)
Implementations§
source§impl UnaryFunc
impl UnaryFunc
pub fn eval<'a>( &'a self, datums: &[Datum<'a>], temp_storage: &'a RowArena, a: &'a MirScalarExpr ) -> Result<Datum<'a>, EvalError>
pub fn output_type(&self, input_type: ColumnType) -> ColumnType
pub fn propagates_nulls(&self) -> bool
pub fn introduces_nulls(&self) -> bool
pub fn preserves_uniqueness(&self) -> bool
pub fn inverse(&self) -> Option<UnaryFunc>
pub fn is_monotone(&self) -> bool
Trait Implementations§
source§impl Arbitrary for UnaryFunc
impl Arbitrary for UnaryFunc
An explicit Arbitrary
implementation needed here because of a known
proptest
issue.
Revert to the derive-macro implementation once the issue1 is fixed.
§type Parameters = ()
type Parameters = ()
The type of parameters that
arbitrary_with
accepts for configuration
of the generated Strategy
. Parameters must implement Default
.§type Strategy = Union<BoxedStrategy<UnaryFunc>>
type Strategy = Union<BoxedStrategy<UnaryFunc>>
The type of
Strategy
used to generate values of type Self
.source§fn arbitrary_with(_: Self::Parameters) -> Self::Strategy
fn arbitrary_with(_: Self::Parameters) -> Self::Strategy
source§impl<'de> Deserialize<'de> for UnaryFunc
impl<'de> Deserialize<'de> for UnaryFunc
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
source§impl From<AbsFloat32> for UnaryFunc
impl From<AbsFloat32> for UnaryFunc
source§fn from(variant: AbsFloat32) -> Self
fn from(variant: AbsFloat32) -> Self
Converts to this type from the input type.
source§impl From<AbsFloat64> for UnaryFunc
impl From<AbsFloat64> for UnaryFunc
source§fn from(variant: AbsFloat64) -> Self
fn from(variant: AbsFloat64) -> Self
Converts to this type from the input type.
source§impl From<AbsNumeric> for UnaryFunc
impl From<AbsNumeric> for UnaryFunc
source§fn from(variant: AbsNumeric) -> Self
fn from(variant: AbsNumeric) -> Self
Converts to this type from the input type.
source§impl From<AclItemGrantee> for UnaryFunc
impl From<AclItemGrantee> for UnaryFunc
source§fn from(variant: AclItemGrantee) -> Self
fn from(variant: AclItemGrantee) -> Self
Converts to this type from the input type.
source§impl From<AclItemGrantor> for UnaryFunc
impl From<AclItemGrantor> for UnaryFunc
source§fn from(variant: AclItemGrantor) -> Self
fn from(variant: AclItemGrantor) -> Self
Converts to this type from the input type.
source§impl From<AclItemPrivileges> for UnaryFunc
impl From<AclItemPrivileges> for UnaryFunc
source§fn from(variant: AclItemPrivileges) -> Self
fn from(variant: AclItemPrivileges) -> Self
Converts to this type from the input type.
source§impl From<AdjustNumericScale> for UnaryFunc
impl From<AdjustNumericScale> for UnaryFunc
source§fn from(variant: AdjustNumericScale) -> Self
fn from(variant: AdjustNumericScale) -> Self
Converts to this type from the input type.
source§impl From<AdjustTimestampPrecision> for UnaryFunc
impl From<AdjustTimestampPrecision> for UnaryFunc
source§fn from(variant: AdjustTimestampPrecision) -> Self
fn from(variant: AdjustTimestampPrecision) -> Self
Converts to this type from the input type.
source§impl From<AdjustTimestampTzPrecision> for UnaryFunc
impl From<AdjustTimestampTzPrecision> for UnaryFunc
source§fn from(variant: AdjustTimestampTzPrecision) -> Self
fn from(variant: AdjustTimestampTzPrecision) -> Self
Converts to this type from the input type.
source§impl From<BitLengthBytes> for UnaryFunc
impl From<BitLengthBytes> for UnaryFunc
source§fn from(variant: BitLengthBytes) -> Self
fn from(variant: BitLengthBytes) -> Self
Converts to this type from the input type.
source§impl From<BitLengthString> for UnaryFunc
impl From<BitLengthString> for UnaryFunc
source§fn from(variant: BitLengthString) -> Self
fn from(variant: BitLengthString) -> Self
Converts to this type from the input type.
source§impl From<BitNotInt16> for UnaryFunc
impl From<BitNotInt16> for UnaryFunc
source§fn from(variant: BitNotInt16) -> Self
fn from(variant: BitNotInt16) -> Self
Converts to this type from the input type.
source§impl From<BitNotInt32> for UnaryFunc
impl From<BitNotInt32> for UnaryFunc
source§fn from(variant: BitNotInt32) -> Self
fn from(variant: BitNotInt32) -> Self
Converts to this type from the input type.
source§impl From<BitNotInt64> for UnaryFunc
impl From<BitNotInt64> for UnaryFunc
source§fn from(variant: BitNotInt64) -> Self
fn from(variant: BitNotInt64) -> Self
Converts to this type from the input type.
source§impl From<BitNotUint16> for UnaryFunc
impl From<BitNotUint16> for UnaryFunc
source§fn from(variant: BitNotUint16) -> Self
fn from(variant: BitNotUint16) -> Self
Converts to this type from the input type.
source§impl From<BitNotUint32> for UnaryFunc
impl From<BitNotUint32> for UnaryFunc
source§fn from(variant: BitNotUint32) -> Self
fn from(variant: BitNotUint32) -> Self
Converts to this type from the input type.
source§impl From<BitNotUint64> for UnaryFunc
impl From<BitNotUint64> for UnaryFunc
source§fn from(variant: BitNotUint64) -> Self
fn from(variant: BitNotUint64) -> Self
Converts to this type from the input type.
source§impl From<ByteLengthBytes> for UnaryFunc
impl From<ByteLengthBytes> for UnaryFunc
source§fn from(variant: ByteLengthBytes) -> Self
fn from(variant: ByteLengthBytes) -> Self
Converts to this type from the input type.
source§impl From<ByteLengthString> for UnaryFunc
impl From<ByteLengthString> for UnaryFunc
source§fn from(variant: ByteLengthString) -> Self
fn from(variant: ByteLengthString) -> Self
Converts to this type from the input type.
source§impl From<CastArrayToArray> for UnaryFunc
impl From<CastArrayToArray> for UnaryFunc
source§fn from(variant: CastArrayToArray) -> Self
fn from(variant: CastArrayToArray) -> Self
Converts to this type from the input type.
source§impl From<CastArrayToListOneDim> for UnaryFunc
impl From<CastArrayToListOneDim> for UnaryFunc
source§fn from(variant: CastArrayToListOneDim) -> Self
fn from(variant: CastArrayToListOneDim) -> Self
Converts to this type from the input type.
source§impl From<CastArrayToString> for UnaryFunc
impl From<CastArrayToString> for UnaryFunc
source§fn from(variant: CastArrayToString) -> Self
fn from(variant: CastArrayToString) -> Self
Converts to this type from the input type.
source§impl From<CastBoolToInt32> for UnaryFunc
impl From<CastBoolToInt32> for UnaryFunc
source§fn from(variant: CastBoolToInt32) -> Self
fn from(variant: CastBoolToInt32) -> Self
Converts to this type from the input type.
source§impl From<CastBoolToInt64> for UnaryFunc
impl From<CastBoolToInt64> for UnaryFunc
source§fn from(variant: CastBoolToInt64) -> Self
fn from(variant: CastBoolToInt64) -> Self
Converts to this type from the input type.
source§impl From<CastBoolToString> for UnaryFunc
impl From<CastBoolToString> for UnaryFunc
source§fn from(variant: CastBoolToString) -> Self
fn from(variant: CastBoolToString) -> Self
Converts to this type from the input type.
source§impl From<CastBoolToStringNonstandard> for UnaryFunc
impl From<CastBoolToStringNonstandard> for UnaryFunc
source§fn from(variant: CastBoolToStringNonstandard) -> Self
fn from(variant: CastBoolToStringNonstandard) -> Self
Converts to this type from the input type.
source§impl From<CastBytesToString> for UnaryFunc
impl From<CastBytesToString> for UnaryFunc
source§fn from(variant: CastBytesToString) -> Self
fn from(variant: CastBytesToString) -> Self
Converts to this type from the input type.
source§impl From<CastCharToString> for UnaryFunc
impl From<CastCharToString> for UnaryFunc
source§fn from(variant: CastCharToString) -> Self
fn from(variant: CastCharToString) -> Self
Converts to this type from the input type.
source§impl From<CastDateToString> for UnaryFunc
impl From<CastDateToString> for UnaryFunc
source§fn from(variant: CastDateToString) -> Self
fn from(variant: CastDateToString) -> Self
Converts to this type from the input type.
source§impl From<CastDateToTimestamp> for UnaryFunc
impl From<CastDateToTimestamp> for UnaryFunc
source§fn from(variant: CastDateToTimestamp) -> Self
fn from(variant: CastDateToTimestamp) -> Self
Converts to this type from the input type.
source§impl From<CastDateToTimestampTz> for UnaryFunc
impl From<CastDateToTimestampTz> for UnaryFunc
source§fn from(variant: CastDateToTimestampTz) -> Self
fn from(variant: CastDateToTimestampTz) -> Self
Converts to this type from the input type.
source§impl From<CastFloat32ToFloat64> for UnaryFunc
impl From<CastFloat32ToFloat64> for UnaryFunc
source§fn from(variant: CastFloat32ToFloat64) -> Self
fn from(variant: CastFloat32ToFloat64) -> Self
Converts to this type from the input type.
source§impl From<CastFloat32ToInt16> for UnaryFunc
impl From<CastFloat32ToInt16> for UnaryFunc
source§fn from(variant: CastFloat32ToInt16) -> Self
fn from(variant: CastFloat32ToInt16) -> Self
Converts to this type from the input type.
source§impl From<CastFloat32ToInt32> for UnaryFunc
impl From<CastFloat32ToInt32> for UnaryFunc
source§fn from(variant: CastFloat32ToInt32) -> Self
fn from(variant: CastFloat32ToInt32) -> Self
Converts to this type from the input type.
source§impl From<CastFloat32ToInt64> for UnaryFunc
impl From<CastFloat32ToInt64> for UnaryFunc
source§fn from(variant: CastFloat32ToInt64) -> Self
fn from(variant: CastFloat32ToInt64) -> Self
Converts to this type from the input type.
source§impl From<CastFloat32ToNumeric> for UnaryFunc
impl From<CastFloat32ToNumeric> for UnaryFunc
source§fn from(variant: CastFloat32ToNumeric) -> Self
fn from(variant: CastFloat32ToNumeric) -> Self
Converts to this type from the input type.
source§impl From<CastFloat32ToString> for UnaryFunc
impl From<CastFloat32ToString> for UnaryFunc
source§fn from(variant: CastFloat32ToString) -> Self
fn from(variant: CastFloat32ToString) -> Self
Converts to this type from the input type.
source§impl From<CastFloat32ToUint16> for UnaryFunc
impl From<CastFloat32ToUint16> for UnaryFunc
source§fn from(variant: CastFloat32ToUint16) -> Self
fn from(variant: CastFloat32ToUint16) -> Self
Converts to this type from the input type.
source§impl From<CastFloat32ToUint32> for UnaryFunc
impl From<CastFloat32ToUint32> for UnaryFunc
source§fn from(variant: CastFloat32ToUint32) -> Self
fn from(variant: CastFloat32ToUint32) -> Self
Converts to this type from the input type.
source§impl From<CastFloat32ToUint64> for UnaryFunc
impl From<CastFloat32ToUint64> for UnaryFunc
source§fn from(variant: CastFloat32ToUint64) -> Self
fn from(variant: CastFloat32ToUint64) -> Self
Converts to this type from the input type.
source§impl From<CastFloat64ToFloat32> for UnaryFunc
impl From<CastFloat64ToFloat32> for UnaryFunc
source§fn from(variant: CastFloat64ToFloat32) -> Self
fn from(variant: CastFloat64ToFloat32) -> Self
Converts to this type from the input type.
source§impl From<CastFloat64ToInt16> for UnaryFunc
impl From<CastFloat64ToInt16> for UnaryFunc
source§fn from(variant: CastFloat64ToInt16) -> Self
fn from(variant: CastFloat64ToInt16) -> Self
Converts to this type from the input type.
source§impl From<CastFloat64ToInt32> for UnaryFunc
impl From<CastFloat64ToInt32> for UnaryFunc
source§fn from(variant: CastFloat64ToInt32) -> Self
fn from(variant: CastFloat64ToInt32) -> Self
Converts to this type from the input type.
source§impl From<CastFloat64ToInt64> for UnaryFunc
impl From<CastFloat64ToInt64> for UnaryFunc
source§fn from(variant: CastFloat64ToInt64) -> Self
fn from(variant: CastFloat64ToInt64) -> Self
Converts to this type from the input type.
source§impl From<CastFloat64ToNumeric> for UnaryFunc
impl From<CastFloat64ToNumeric> for UnaryFunc
source§fn from(variant: CastFloat64ToNumeric) -> Self
fn from(variant: CastFloat64ToNumeric) -> Self
Converts to this type from the input type.
source§impl From<CastFloat64ToString> for UnaryFunc
impl From<CastFloat64ToString> for UnaryFunc
source§fn from(variant: CastFloat64ToString) -> Self
fn from(variant: CastFloat64ToString) -> Self
Converts to this type from the input type.
source§impl From<CastFloat64ToUint16> for UnaryFunc
impl From<CastFloat64ToUint16> for UnaryFunc
source§fn from(variant: CastFloat64ToUint16) -> Self
fn from(variant: CastFloat64ToUint16) -> Self
Converts to this type from the input type.
source§impl From<CastFloat64ToUint32> for UnaryFunc
impl From<CastFloat64ToUint32> for UnaryFunc
source§fn from(variant: CastFloat64ToUint32) -> Self
fn from(variant: CastFloat64ToUint32) -> Self
Converts to this type from the input type.
source§impl From<CastFloat64ToUint64> for UnaryFunc
impl From<CastFloat64ToUint64> for UnaryFunc
source§fn from(variant: CastFloat64ToUint64) -> Self
fn from(variant: CastFloat64ToUint64) -> Self
Converts to this type from the input type.
source§impl From<CastInt16ToFloat32> for UnaryFunc
impl From<CastInt16ToFloat32> for UnaryFunc
source§fn from(variant: CastInt16ToFloat32) -> Self
fn from(variant: CastInt16ToFloat32) -> Self
Converts to this type from the input type.
source§impl From<CastInt16ToFloat64> for UnaryFunc
impl From<CastInt16ToFloat64> for UnaryFunc
source§fn from(variant: CastInt16ToFloat64) -> Self
fn from(variant: CastInt16ToFloat64) -> Self
Converts to this type from the input type.
source§impl From<CastInt16ToInt32> for UnaryFunc
impl From<CastInt16ToInt32> for UnaryFunc
source§fn from(variant: CastInt16ToInt32) -> Self
fn from(variant: CastInt16ToInt32) -> Self
Converts to this type from the input type.
source§impl From<CastInt16ToInt64> for UnaryFunc
impl From<CastInt16ToInt64> for UnaryFunc
source§fn from(variant: CastInt16ToInt64) -> Self
fn from(variant: CastInt16ToInt64) -> Self
Converts to this type from the input type.
source§impl From<CastInt16ToNumeric> for UnaryFunc
impl From<CastInt16ToNumeric> for UnaryFunc
source§fn from(variant: CastInt16ToNumeric) -> Self
fn from(variant: CastInt16ToNumeric) -> Self
Converts to this type from the input type.
source§impl From<CastInt16ToString> for UnaryFunc
impl From<CastInt16ToString> for UnaryFunc
source§fn from(variant: CastInt16ToString) -> Self
fn from(variant: CastInt16ToString) -> Self
Converts to this type from the input type.
source§impl From<CastInt16ToUint16> for UnaryFunc
impl From<CastInt16ToUint16> for UnaryFunc
source§fn from(variant: CastInt16ToUint16) -> Self
fn from(variant: CastInt16ToUint16) -> Self
Converts to this type from the input type.
source§impl From<CastInt16ToUint32> for UnaryFunc
impl From<CastInt16ToUint32> for UnaryFunc
source§fn from(variant: CastInt16ToUint32) -> Self
fn from(variant: CastInt16ToUint32) -> Self
Converts to this type from the input type.
source§impl From<CastInt16ToUint64> for UnaryFunc
impl From<CastInt16ToUint64> for UnaryFunc
source§fn from(variant: CastInt16ToUint64) -> Self
fn from(variant: CastInt16ToUint64) -> Self
Converts to this type from the input type.
source§impl From<CastInt2VectorToArray> for UnaryFunc
impl From<CastInt2VectorToArray> for UnaryFunc
source§fn from(variant: CastInt2VectorToArray) -> Self
fn from(variant: CastInt2VectorToArray) -> Self
Converts to this type from the input type.
source§impl From<CastInt2VectorToString> for UnaryFunc
impl From<CastInt2VectorToString> for UnaryFunc
source§fn from(variant: CastInt2VectorToString) -> Self
fn from(variant: CastInt2VectorToString) -> Self
Converts to this type from the input type.
source§impl From<CastInt32ToBool> for UnaryFunc
impl From<CastInt32ToBool> for UnaryFunc
source§fn from(variant: CastInt32ToBool) -> Self
fn from(variant: CastInt32ToBool) -> Self
Converts to this type from the input type.
source§impl From<CastInt32ToFloat32> for UnaryFunc
impl From<CastInt32ToFloat32> for UnaryFunc
source§fn from(variant: CastInt32ToFloat32) -> Self
fn from(variant: CastInt32ToFloat32) -> Self
Converts to this type from the input type.
source§impl From<CastInt32ToFloat64> for UnaryFunc
impl From<CastInt32ToFloat64> for UnaryFunc
source§fn from(variant: CastInt32ToFloat64) -> Self
fn from(variant: CastInt32ToFloat64) -> Self
Converts to this type from the input type.
source§impl From<CastInt32ToInt16> for UnaryFunc
impl From<CastInt32ToInt16> for UnaryFunc
source§fn from(variant: CastInt32ToInt16) -> Self
fn from(variant: CastInt32ToInt16) -> Self
Converts to this type from the input type.
source§impl From<CastInt32ToInt64> for UnaryFunc
impl From<CastInt32ToInt64> for UnaryFunc
source§fn from(variant: CastInt32ToInt64) -> Self
fn from(variant: CastInt32ToInt64) -> Self
Converts to this type from the input type.
source§impl From<CastInt32ToMzTimestamp> for UnaryFunc
impl From<CastInt32ToMzTimestamp> for UnaryFunc
source§fn from(variant: CastInt32ToMzTimestamp) -> Self
fn from(variant: CastInt32ToMzTimestamp) -> Self
Converts to this type from the input type.
source§impl From<CastInt32ToNumeric> for UnaryFunc
impl From<CastInt32ToNumeric> for UnaryFunc
source§fn from(variant: CastInt32ToNumeric) -> Self
fn from(variant: CastInt32ToNumeric) -> Self
Converts to this type from the input type.
source§impl From<CastInt32ToOid> for UnaryFunc
impl From<CastInt32ToOid> for UnaryFunc
source§fn from(variant: CastInt32ToOid) -> Self
fn from(variant: CastInt32ToOid) -> Self
Converts to this type from the input type.
source§impl From<CastInt32ToPgLegacyChar> for UnaryFunc
impl From<CastInt32ToPgLegacyChar> for UnaryFunc
source§fn from(variant: CastInt32ToPgLegacyChar) -> Self
fn from(variant: CastInt32ToPgLegacyChar) -> Self
Converts to this type from the input type.
source§impl From<CastInt32ToString> for UnaryFunc
impl From<CastInt32ToString> for UnaryFunc
source§fn from(variant: CastInt32ToString) -> Self
fn from(variant: CastInt32ToString) -> Self
Converts to this type from the input type.
source§impl From<CastInt32ToUint16> for UnaryFunc
impl From<CastInt32ToUint16> for UnaryFunc
source§fn from(variant: CastInt32ToUint16) -> Self
fn from(variant: CastInt32ToUint16) -> Self
Converts to this type from the input type.
source§impl From<CastInt32ToUint32> for UnaryFunc
impl From<CastInt32ToUint32> for UnaryFunc
source§fn from(variant: CastInt32ToUint32) -> Self
fn from(variant: CastInt32ToUint32) -> Self
Converts to this type from the input type.
source§impl From<CastInt32ToUint64> for UnaryFunc
impl From<CastInt32ToUint64> for UnaryFunc
source§fn from(variant: CastInt32ToUint64) -> Self
fn from(variant: CastInt32ToUint64) -> Self
Converts to this type from the input type.
source§impl From<CastInt64ToBool> for UnaryFunc
impl From<CastInt64ToBool> for UnaryFunc
source§fn from(variant: CastInt64ToBool) -> Self
fn from(variant: CastInt64ToBool) -> Self
Converts to this type from the input type.
source§impl From<CastInt64ToFloat32> for UnaryFunc
impl From<CastInt64ToFloat32> for UnaryFunc
source§fn from(variant: CastInt64ToFloat32) -> Self
fn from(variant: CastInt64ToFloat32) -> Self
Converts to this type from the input type.
source§impl From<CastInt64ToFloat64> for UnaryFunc
impl From<CastInt64ToFloat64> for UnaryFunc
source§fn from(variant: CastInt64ToFloat64) -> Self
fn from(variant: CastInt64ToFloat64) -> Self
Converts to this type from the input type.
source§impl From<CastInt64ToInt16> for UnaryFunc
impl From<CastInt64ToInt16> for UnaryFunc
source§fn from(variant: CastInt64ToInt16) -> Self
fn from(variant: CastInt64ToInt16) -> Self
Converts to this type from the input type.
source§impl From<CastInt64ToInt32> for UnaryFunc
impl From<CastInt64ToInt32> for UnaryFunc
source§fn from(variant: CastInt64ToInt32) -> Self
fn from(variant: CastInt64ToInt32) -> Self
Converts to this type from the input type.
source§impl From<CastInt64ToMzTimestamp> for UnaryFunc
impl From<CastInt64ToMzTimestamp> for UnaryFunc
source§fn from(variant: CastInt64ToMzTimestamp) -> Self
fn from(variant: CastInt64ToMzTimestamp) -> Self
Converts to this type from the input type.
source§impl From<CastInt64ToNumeric> for UnaryFunc
impl From<CastInt64ToNumeric> for UnaryFunc
source§fn from(variant: CastInt64ToNumeric) -> Self
fn from(variant: CastInt64ToNumeric) -> Self
Converts to this type from the input type.
source§impl From<CastInt64ToOid> for UnaryFunc
impl From<CastInt64ToOid> for UnaryFunc
source§fn from(variant: CastInt64ToOid) -> Self
fn from(variant: CastInt64ToOid) -> Self
Converts to this type from the input type.
source§impl From<CastInt64ToString> for UnaryFunc
impl From<CastInt64ToString> for UnaryFunc
source§fn from(variant: CastInt64ToString) -> Self
fn from(variant: CastInt64ToString) -> Self
Converts to this type from the input type.
source§impl From<CastInt64ToUint16> for UnaryFunc
impl From<CastInt64ToUint16> for UnaryFunc
source§fn from(variant: CastInt64ToUint16) -> Self
fn from(variant: CastInt64ToUint16) -> Self
Converts to this type from the input type.
source§impl From<CastInt64ToUint32> for UnaryFunc
impl From<CastInt64ToUint32> for UnaryFunc
source§fn from(variant: CastInt64ToUint32) -> Self
fn from(variant: CastInt64ToUint32) -> Self
Converts to this type from the input type.
source§impl From<CastInt64ToUint64> for UnaryFunc
impl From<CastInt64ToUint64> for UnaryFunc
source§fn from(variant: CastInt64ToUint64) -> Self
fn from(variant: CastInt64ToUint64) -> Self
Converts to this type from the input type.
source§impl From<CastIntervalToString> for UnaryFunc
impl From<CastIntervalToString> for UnaryFunc
source§fn from(variant: CastIntervalToString) -> Self
fn from(variant: CastIntervalToString) -> Self
Converts to this type from the input type.
source§impl From<CastIntervalToTime> for UnaryFunc
impl From<CastIntervalToTime> for UnaryFunc
source§fn from(variant: CastIntervalToTime) -> Self
fn from(variant: CastIntervalToTime) -> Self
Converts to this type from the input type.
source§impl From<CastJsonbOrNullToJsonb> for UnaryFunc
impl From<CastJsonbOrNullToJsonb> for UnaryFunc
source§fn from(variant: CastJsonbOrNullToJsonb) -> Self
fn from(variant: CastJsonbOrNullToJsonb) -> Self
Converts to this type from the input type.
source§impl From<CastJsonbToBool> for UnaryFunc
impl From<CastJsonbToBool> for UnaryFunc
source§fn from(variant: CastJsonbToBool) -> Self
fn from(variant: CastJsonbToBool) -> Self
Converts to this type from the input type.
source§impl From<CastJsonbToFloat32> for UnaryFunc
impl From<CastJsonbToFloat32> for UnaryFunc
source§fn from(variant: CastJsonbToFloat32) -> Self
fn from(variant: CastJsonbToFloat32) -> Self
Converts to this type from the input type.
source§impl From<CastJsonbToFloat64> for UnaryFunc
impl From<CastJsonbToFloat64> for UnaryFunc
source§fn from(variant: CastJsonbToFloat64) -> Self
fn from(variant: CastJsonbToFloat64) -> Self
Converts to this type from the input type.
source§impl From<CastJsonbToInt16> for UnaryFunc
impl From<CastJsonbToInt16> for UnaryFunc
source§fn from(variant: CastJsonbToInt16) -> Self
fn from(variant: CastJsonbToInt16) -> Self
Converts to this type from the input type.
source§impl From<CastJsonbToInt32> for UnaryFunc
impl From<CastJsonbToInt32> for UnaryFunc
source§fn from(variant: CastJsonbToInt32) -> Self
fn from(variant: CastJsonbToInt32) -> Self
Converts to this type from the input type.
source§impl From<CastJsonbToInt64> for UnaryFunc
impl From<CastJsonbToInt64> for UnaryFunc
source§fn from(variant: CastJsonbToInt64) -> Self
fn from(variant: CastJsonbToInt64) -> Self
Converts to this type from the input type.
source§impl From<CastJsonbToNumeric> for UnaryFunc
impl From<CastJsonbToNumeric> for UnaryFunc
source§fn from(variant: CastJsonbToNumeric) -> Self
fn from(variant: CastJsonbToNumeric) -> Self
Converts to this type from the input type.
source§impl From<CastJsonbToString> for UnaryFunc
impl From<CastJsonbToString> for UnaryFunc
source§fn from(variant: CastJsonbToString) -> Self
fn from(variant: CastJsonbToString) -> Self
Converts to this type from the input type.
source§impl From<CastList1ToList2> for UnaryFunc
impl From<CastList1ToList2> for UnaryFunc
source§fn from(variant: CastList1ToList2) -> Self
fn from(variant: CastList1ToList2) -> Self
Converts to this type from the input type.
source§impl From<CastListToString> for UnaryFunc
impl From<CastListToString> for UnaryFunc
source§fn from(variant: CastListToString) -> Self
fn from(variant: CastListToString) -> Self
Converts to this type from the input type.
source§impl From<CastMapToString> for UnaryFunc
impl From<CastMapToString> for UnaryFunc
source§fn from(variant: CastMapToString) -> Self
fn from(variant: CastMapToString) -> Self
Converts to this type from the input type.
source§impl From<CastMzTimestampToString> for UnaryFunc
impl From<CastMzTimestampToString> for UnaryFunc
source§fn from(variant: CastMzTimestampToString) -> Self
fn from(variant: CastMzTimestampToString) -> Self
Converts to this type from the input type.
source§impl From<CastNumericToFloat32> for UnaryFunc
impl From<CastNumericToFloat32> for UnaryFunc
source§fn from(variant: CastNumericToFloat32) -> Self
fn from(variant: CastNumericToFloat32) -> Self
Converts to this type from the input type.
source§impl From<CastNumericToFloat64> for UnaryFunc
impl From<CastNumericToFloat64> for UnaryFunc
source§fn from(variant: CastNumericToFloat64) -> Self
fn from(variant: CastNumericToFloat64) -> Self
Converts to this type from the input type.
source§impl From<CastNumericToInt16> for UnaryFunc
impl From<CastNumericToInt16> for UnaryFunc
source§fn from(variant: CastNumericToInt16) -> Self
fn from(variant: CastNumericToInt16) -> Self
Converts to this type from the input type.
source§impl From<CastNumericToInt32> for UnaryFunc
impl From<CastNumericToInt32> for UnaryFunc
source§fn from(variant: CastNumericToInt32) -> Self
fn from(variant: CastNumericToInt32) -> Self
Converts to this type from the input type.
source§impl From<CastNumericToInt64> for UnaryFunc
impl From<CastNumericToInt64> for UnaryFunc
source§fn from(variant: CastNumericToInt64) -> Self
fn from(variant: CastNumericToInt64) -> Self
Converts to this type from the input type.
source§impl From<CastNumericToMzTimestamp> for UnaryFunc
impl From<CastNumericToMzTimestamp> for UnaryFunc
source§fn from(variant: CastNumericToMzTimestamp) -> Self
fn from(variant: CastNumericToMzTimestamp) -> Self
Converts to this type from the input type.
source§impl From<CastNumericToString> for UnaryFunc
impl From<CastNumericToString> for UnaryFunc
source§fn from(variant: CastNumericToString) -> Self
fn from(variant: CastNumericToString) -> Self
Converts to this type from the input type.
source§impl From<CastNumericToUint16> for UnaryFunc
impl From<CastNumericToUint16> for UnaryFunc
source§fn from(variant: CastNumericToUint16) -> Self
fn from(variant: CastNumericToUint16) -> Self
Converts to this type from the input type.
source§impl From<CastNumericToUint32> for UnaryFunc
impl From<CastNumericToUint32> for UnaryFunc
source§fn from(variant: CastNumericToUint32) -> Self
fn from(variant: CastNumericToUint32) -> Self
Converts to this type from the input type.
source§impl From<CastNumericToUint64> for UnaryFunc
impl From<CastNumericToUint64> for UnaryFunc
source§fn from(variant: CastNumericToUint64) -> Self
fn from(variant: CastNumericToUint64) -> Self
Converts to this type from the input type.
source§impl From<CastOidToInt32> for UnaryFunc
impl From<CastOidToInt32> for UnaryFunc
source§fn from(variant: CastOidToInt32) -> Self
fn from(variant: CastOidToInt32) -> Self
Converts to this type from the input type.
source§impl From<CastOidToInt64> for UnaryFunc
impl From<CastOidToInt64> for UnaryFunc
source§fn from(variant: CastOidToInt64) -> Self
fn from(variant: CastOidToInt64) -> Self
Converts to this type from the input type.
source§impl From<CastOidToRegClass> for UnaryFunc
impl From<CastOidToRegClass> for UnaryFunc
source§fn from(variant: CastOidToRegClass) -> Self
fn from(variant: CastOidToRegClass) -> Self
Converts to this type from the input type.
source§impl From<CastOidToRegProc> for UnaryFunc
impl From<CastOidToRegProc> for UnaryFunc
source§fn from(variant: CastOidToRegProc) -> Self
fn from(variant: CastOidToRegProc) -> Self
Converts to this type from the input type.
source§impl From<CastOidToRegType> for UnaryFunc
impl From<CastOidToRegType> for UnaryFunc
source§fn from(variant: CastOidToRegType) -> Self
fn from(variant: CastOidToRegType) -> Self
Converts to this type from the input type.
source§impl From<CastOidToString> for UnaryFunc
impl From<CastOidToString> for UnaryFunc
source§fn from(variant: CastOidToString) -> Self
fn from(variant: CastOidToString) -> Self
Converts to this type from the input type.
source§impl From<CastPgLegacyCharToChar> for UnaryFunc
impl From<CastPgLegacyCharToChar> for UnaryFunc
source§fn from(variant: CastPgLegacyCharToChar) -> Self
fn from(variant: CastPgLegacyCharToChar) -> Self
Converts to this type from the input type.
source§impl From<CastPgLegacyCharToInt32> for UnaryFunc
impl From<CastPgLegacyCharToInt32> for UnaryFunc
source§fn from(variant: CastPgLegacyCharToInt32) -> Self
fn from(variant: CastPgLegacyCharToInt32) -> Self
Converts to this type from the input type.
source§impl From<CastPgLegacyCharToString> for UnaryFunc
impl From<CastPgLegacyCharToString> for UnaryFunc
source§fn from(variant: CastPgLegacyCharToString) -> Self
fn from(variant: CastPgLegacyCharToString) -> Self
Converts to this type from the input type.
source§impl From<CastPgLegacyCharToVarChar> for UnaryFunc
impl From<CastPgLegacyCharToVarChar> for UnaryFunc
source§fn from(variant: CastPgLegacyCharToVarChar) -> Self
fn from(variant: CastPgLegacyCharToVarChar) -> Self
Converts to this type from the input type.
source§impl From<CastRangeToString> for UnaryFunc
impl From<CastRangeToString> for UnaryFunc
source§fn from(variant: CastRangeToString) -> Self
fn from(variant: CastRangeToString) -> Self
Converts to this type from the input type.
source§impl From<CastRecord1ToRecord2> for UnaryFunc
impl From<CastRecord1ToRecord2> for UnaryFunc
source§fn from(variant: CastRecord1ToRecord2) -> Self
fn from(variant: CastRecord1ToRecord2) -> Self
Converts to this type from the input type.
source§impl From<CastRecordToString> for UnaryFunc
impl From<CastRecordToString> for UnaryFunc
source§fn from(variant: CastRecordToString) -> Self
fn from(variant: CastRecordToString) -> Self
Converts to this type from the input type.
source§impl From<CastRegClassToOid> for UnaryFunc
impl From<CastRegClassToOid> for UnaryFunc
source§fn from(variant: CastRegClassToOid) -> Self
fn from(variant: CastRegClassToOid) -> Self
Converts to this type from the input type.
source§impl From<CastRegProcToOid> for UnaryFunc
impl From<CastRegProcToOid> for UnaryFunc
source§fn from(variant: CastRegProcToOid) -> Self
fn from(variant: CastRegProcToOid) -> Self
Converts to this type from the input type.
source§impl From<CastRegTypeToOid> for UnaryFunc
impl From<CastRegTypeToOid> for UnaryFunc
source§fn from(variant: CastRegTypeToOid) -> Self
fn from(variant: CastRegTypeToOid) -> Self
Converts to this type from the input type.
source§impl From<CastStringToArray> for UnaryFunc
impl From<CastStringToArray> for UnaryFunc
source§fn from(variant: CastStringToArray) -> Self
fn from(variant: CastStringToArray) -> Self
Converts to this type from the input type.
source§impl From<CastStringToBool> for UnaryFunc
impl From<CastStringToBool> for UnaryFunc
source§fn from(variant: CastStringToBool) -> Self
fn from(variant: CastStringToBool) -> Self
Converts to this type from the input type.
source§impl From<CastStringToBytes> for UnaryFunc
impl From<CastStringToBytes> for UnaryFunc
source§fn from(variant: CastStringToBytes) -> Self
fn from(variant: CastStringToBytes) -> Self
Converts to this type from the input type.
source§impl From<CastStringToChar> for UnaryFunc
impl From<CastStringToChar> for UnaryFunc
source§fn from(variant: CastStringToChar) -> Self
fn from(variant: CastStringToChar) -> Self
Converts to this type from the input type.
source§impl From<CastStringToDate> for UnaryFunc
impl From<CastStringToDate> for UnaryFunc
source§fn from(variant: CastStringToDate) -> Self
fn from(variant: CastStringToDate) -> Self
Converts to this type from the input type.
source§impl From<CastStringToFloat32> for UnaryFunc
impl From<CastStringToFloat32> for UnaryFunc
source§fn from(variant: CastStringToFloat32) -> Self
fn from(variant: CastStringToFloat32) -> Self
Converts to this type from the input type.
source§impl From<CastStringToFloat64> for UnaryFunc
impl From<CastStringToFloat64> for UnaryFunc
source§fn from(variant: CastStringToFloat64) -> Self
fn from(variant: CastStringToFloat64) -> Self
Converts to this type from the input type.
source§impl From<CastStringToInt16> for UnaryFunc
impl From<CastStringToInt16> for UnaryFunc
source§fn from(variant: CastStringToInt16) -> Self
fn from(variant: CastStringToInt16) -> Self
Converts to this type from the input type.
source§impl From<CastStringToInt2Vector> for UnaryFunc
impl From<CastStringToInt2Vector> for UnaryFunc
source§fn from(variant: CastStringToInt2Vector) -> Self
fn from(variant: CastStringToInt2Vector) -> Self
Converts to this type from the input type.
source§impl From<CastStringToInt32> for UnaryFunc
impl From<CastStringToInt32> for UnaryFunc
source§fn from(variant: CastStringToInt32) -> Self
fn from(variant: CastStringToInt32) -> Self
Converts to this type from the input type.
source§impl From<CastStringToInt64> for UnaryFunc
impl From<CastStringToInt64> for UnaryFunc
source§fn from(variant: CastStringToInt64) -> Self
fn from(variant: CastStringToInt64) -> Self
Converts to this type from the input type.
source§impl From<CastStringToInterval> for UnaryFunc
impl From<CastStringToInterval> for UnaryFunc
source§fn from(variant: CastStringToInterval) -> Self
fn from(variant: CastStringToInterval) -> Self
Converts to this type from the input type.
source§impl From<CastStringToJsonb> for UnaryFunc
impl From<CastStringToJsonb> for UnaryFunc
source§fn from(variant: CastStringToJsonb) -> Self
fn from(variant: CastStringToJsonb) -> Self
Converts to this type from the input type.
source§impl From<CastStringToList> for UnaryFunc
impl From<CastStringToList> for UnaryFunc
source§fn from(variant: CastStringToList) -> Self
fn from(variant: CastStringToList) -> Self
Converts to this type from the input type.
source§impl From<CastStringToMap> for UnaryFunc
impl From<CastStringToMap> for UnaryFunc
source§fn from(variant: CastStringToMap) -> Self
fn from(variant: CastStringToMap) -> Self
Converts to this type from the input type.
source§impl From<CastStringToMzTimestamp> for UnaryFunc
impl From<CastStringToMzTimestamp> for UnaryFunc
source§fn from(variant: CastStringToMzTimestamp) -> Self
fn from(variant: CastStringToMzTimestamp) -> Self
Converts to this type from the input type.
source§impl From<CastStringToNumeric> for UnaryFunc
impl From<CastStringToNumeric> for UnaryFunc
source§fn from(variant: CastStringToNumeric) -> Self
fn from(variant: CastStringToNumeric) -> Self
Converts to this type from the input type.
source§impl From<CastStringToOid> for UnaryFunc
impl From<CastStringToOid> for UnaryFunc
source§fn from(variant: CastStringToOid) -> Self
fn from(variant: CastStringToOid) -> Self
Converts to this type from the input type.
source§impl From<CastStringToPgLegacyChar> for UnaryFunc
impl From<CastStringToPgLegacyChar> for UnaryFunc
source§fn from(variant: CastStringToPgLegacyChar) -> Self
fn from(variant: CastStringToPgLegacyChar) -> Self
Converts to this type from the input type.
source§impl From<CastStringToPgLegacyName> for UnaryFunc
impl From<CastStringToPgLegacyName> for UnaryFunc
source§fn from(variant: CastStringToPgLegacyName) -> Self
fn from(variant: CastStringToPgLegacyName) -> Self
Converts to this type from the input type.
source§impl From<CastStringToRange> for UnaryFunc
impl From<CastStringToRange> for UnaryFunc
source§fn from(variant: CastStringToRange) -> Self
fn from(variant: CastStringToRange) -> Self
Converts to this type from the input type.
source§impl From<CastStringToTime> for UnaryFunc
impl From<CastStringToTime> for UnaryFunc
source§fn from(variant: CastStringToTime) -> Self
fn from(variant: CastStringToTime) -> Self
Converts to this type from the input type.
source§impl From<CastStringToTimestamp> for UnaryFunc
impl From<CastStringToTimestamp> for UnaryFunc
source§fn from(variant: CastStringToTimestamp) -> Self
fn from(variant: CastStringToTimestamp) -> Self
Converts to this type from the input type.
source§impl From<CastStringToTimestampTz> for UnaryFunc
impl From<CastStringToTimestampTz> for UnaryFunc
source§fn from(variant: CastStringToTimestampTz) -> Self
fn from(variant: CastStringToTimestampTz) -> Self
Converts to this type from the input type.
source§impl From<CastStringToUint16> for UnaryFunc
impl From<CastStringToUint16> for UnaryFunc
source§fn from(variant: CastStringToUint16) -> Self
fn from(variant: CastStringToUint16) -> Self
Converts to this type from the input type.
source§impl From<CastStringToUint32> for UnaryFunc
impl From<CastStringToUint32> for UnaryFunc
source§fn from(variant: CastStringToUint32) -> Self
fn from(variant: CastStringToUint32) -> Self
Converts to this type from the input type.
source§impl From<CastStringToUint64> for UnaryFunc
impl From<CastStringToUint64> for UnaryFunc
source§fn from(variant: CastStringToUint64) -> Self
fn from(variant: CastStringToUint64) -> Self
Converts to this type from the input type.
source§impl From<CastStringToUuid> for UnaryFunc
impl From<CastStringToUuid> for UnaryFunc
source§fn from(variant: CastStringToUuid) -> Self
fn from(variant: CastStringToUuid) -> Self
Converts to this type from the input type.
source§impl From<CastStringToVarChar> for UnaryFunc
impl From<CastStringToVarChar> for UnaryFunc
source§fn from(variant: CastStringToVarChar) -> Self
fn from(variant: CastStringToVarChar) -> Self
Converts to this type from the input type.
source§impl From<CastTimeToInterval> for UnaryFunc
impl From<CastTimeToInterval> for UnaryFunc
source§fn from(variant: CastTimeToInterval) -> Self
fn from(variant: CastTimeToInterval) -> Self
Converts to this type from the input type.
source§impl From<CastTimeToString> for UnaryFunc
impl From<CastTimeToString> for UnaryFunc
source§fn from(variant: CastTimeToString) -> Self
fn from(variant: CastTimeToString) -> Self
Converts to this type from the input type.
source§impl From<CastTimestampToDate> for UnaryFunc
impl From<CastTimestampToDate> for UnaryFunc
source§fn from(variant: CastTimestampToDate) -> Self
fn from(variant: CastTimestampToDate) -> Self
Converts to this type from the input type.
source§impl From<CastTimestampToMzTimestamp> for UnaryFunc
impl From<CastTimestampToMzTimestamp> for UnaryFunc
source§fn from(variant: CastTimestampToMzTimestamp) -> Self
fn from(variant: CastTimestampToMzTimestamp) -> Self
Converts to this type from the input type.
source§impl From<CastTimestampToString> for UnaryFunc
impl From<CastTimestampToString> for UnaryFunc
source§fn from(variant: CastTimestampToString) -> Self
fn from(variant: CastTimestampToString) -> Self
Converts to this type from the input type.
source§impl From<CastTimestampToTime> for UnaryFunc
impl From<CastTimestampToTime> for UnaryFunc
source§fn from(variant: CastTimestampToTime) -> Self
fn from(variant: CastTimestampToTime) -> Self
Converts to this type from the input type.
source§impl From<CastTimestampToTimestampTz> for UnaryFunc
impl From<CastTimestampToTimestampTz> for UnaryFunc
source§fn from(variant: CastTimestampToTimestampTz) -> Self
fn from(variant: CastTimestampToTimestampTz) -> Self
Converts to this type from the input type.
source§impl From<CastTimestampTzToDate> for UnaryFunc
impl From<CastTimestampTzToDate> for UnaryFunc
source§fn from(variant: CastTimestampTzToDate) -> Self
fn from(variant: CastTimestampTzToDate) -> Self
Converts to this type from the input type.
source§impl From<CastTimestampTzToMzTimestamp> for UnaryFunc
impl From<CastTimestampTzToMzTimestamp> for UnaryFunc
source§fn from(variant: CastTimestampTzToMzTimestamp) -> Self
fn from(variant: CastTimestampTzToMzTimestamp) -> Self
Converts to this type from the input type.
source§impl From<CastTimestampTzToString> for UnaryFunc
impl From<CastTimestampTzToString> for UnaryFunc
source§fn from(variant: CastTimestampTzToString) -> Self
fn from(variant: CastTimestampTzToString) -> Self
Converts to this type from the input type.
source§impl From<CastTimestampTzToTime> for UnaryFunc
impl From<CastTimestampTzToTime> for UnaryFunc
source§fn from(variant: CastTimestampTzToTime) -> Self
fn from(variant: CastTimestampTzToTime) -> Self
Converts to this type from the input type.
source§impl From<CastTimestampTzToTimestamp> for UnaryFunc
impl From<CastTimestampTzToTimestamp> for UnaryFunc
source§fn from(variant: CastTimestampTzToTimestamp) -> Self
fn from(variant: CastTimestampTzToTimestamp) -> Self
Converts to this type from the input type.
source§impl From<CastUint16ToFloat32> for UnaryFunc
impl From<CastUint16ToFloat32> for UnaryFunc
source§fn from(variant: CastUint16ToFloat32) -> Self
fn from(variant: CastUint16ToFloat32) -> Self
Converts to this type from the input type.
source§impl From<CastUint16ToFloat64> for UnaryFunc
impl From<CastUint16ToFloat64> for UnaryFunc
source§fn from(variant: CastUint16ToFloat64) -> Self
fn from(variant: CastUint16ToFloat64) -> Self
Converts to this type from the input type.
source§impl From<CastUint16ToInt16> for UnaryFunc
impl From<CastUint16ToInt16> for UnaryFunc
source§fn from(variant: CastUint16ToInt16) -> Self
fn from(variant: CastUint16ToInt16) -> Self
Converts to this type from the input type.
source§impl From<CastUint16ToInt32> for UnaryFunc
impl From<CastUint16ToInt32> for UnaryFunc
source§fn from(variant: CastUint16ToInt32) -> Self
fn from(variant: CastUint16ToInt32) -> Self
Converts to this type from the input type.
source§impl From<CastUint16ToInt64> for UnaryFunc
impl From<CastUint16ToInt64> for UnaryFunc
source§fn from(variant: CastUint16ToInt64) -> Self
fn from(variant: CastUint16ToInt64) -> Self
Converts to this type from the input type.
source§impl From<CastUint16ToNumeric> for UnaryFunc
impl From<CastUint16ToNumeric> for UnaryFunc
source§fn from(variant: CastUint16ToNumeric) -> Self
fn from(variant: CastUint16ToNumeric) -> Self
Converts to this type from the input type.
source§impl From<CastUint16ToString> for UnaryFunc
impl From<CastUint16ToString> for UnaryFunc
source§fn from(variant: CastUint16ToString) -> Self
fn from(variant: CastUint16ToString) -> Self
Converts to this type from the input type.
source§impl From<CastUint16ToUint32> for UnaryFunc
impl From<CastUint16ToUint32> for UnaryFunc
source§fn from(variant: CastUint16ToUint32) -> Self
fn from(variant: CastUint16ToUint32) -> Self
Converts to this type from the input type.
source§impl From<CastUint16ToUint64> for UnaryFunc
impl From<CastUint16ToUint64> for UnaryFunc
source§fn from(variant: CastUint16ToUint64) -> Self
fn from(variant: CastUint16ToUint64) -> Self
Converts to this type from the input type.
source§impl From<CastUint32ToFloat32> for UnaryFunc
impl From<CastUint32ToFloat32> for UnaryFunc
source§fn from(variant: CastUint32ToFloat32) -> Self
fn from(variant: CastUint32ToFloat32) -> Self
Converts to this type from the input type.
source§impl From<CastUint32ToFloat64> for UnaryFunc
impl From<CastUint32ToFloat64> for UnaryFunc
source§fn from(variant: CastUint32ToFloat64) -> Self
fn from(variant: CastUint32ToFloat64) -> Self
Converts to this type from the input type.
source§impl From<CastUint32ToInt16> for UnaryFunc
impl From<CastUint32ToInt16> for UnaryFunc
source§fn from(variant: CastUint32ToInt16) -> Self
fn from(variant: CastUint32ToInt16) -> Self
Converts to this type from the input type.
source§impl From<CastUint32ToInt32> for UnaryFunc
impl From<CastUint32ToInt32> for UnaryFunc
source§fn from(variant: CastUint32ToInt32) -> Self
fn from(variant: CastUint32ToInt32) -> Self
Converts to this type from the input type.
source§impl From<CastUint32ToInt64> for UnaryFunc
impl From<CastUint32ToInt64> for UnaryFunc
source§fn from(variant: CastUint32ToInt64) -> Self
fn from(variant: CastUint32ToInt64) -> Self
Converts to this type from the input type.
source§impl From<CastUint32ToMzTimestamp> for UnaryFunc
impl From<CastUint32ToMzTimestamp> for UnaryFunc
source§fn from(variant: CastUint32ToMzTimestamp) -> Self
fn from(variant: CastUint32ToMzTimestamp) -> Self
Converts to this type from the input type.
source§impl From<CastUint32ToNumeric> for UnaryFunc
impl From<CastUint32ToNumeric> for UnaryFunc
source§fn from(variant: CastUint32ToNumeric) -> Self
fn from(variant: CastUint32ToNumeric) -> Self
Converts to this type from the input type.
source§impl From<CastUint32ToString> for UnaryFunc
impl From<CastUint32ToString> for UnaryFunc
source§fn from(variant: CastUint32ToString) -> Self
fn from(variant: CastUint32ToString) -> Self
Converts to this type from the input type.
source§impl From<CastUint32ToUint16> for UnaryFunc
impl From<CastUint32ToUint16> for UnaryFunc
source§fn from(variant: CastUint32ToUint16) -> Self
fn from(variant: CastUint32ToUint16) -> Self
Converts to this type from the input type.
source§impl From<CastUint32ToUint64> for UnaryFunc
impl From<CastUint32ToUint64> for UnaryFunc
source§fn from(variant: CastUint32ToUint64) -> Self
fn from(variant: CastUint32ToUint64) -> Self
Converts to this type from the input type.
source§impl From<CastUint64ToFloat32> for UnaryFunc
impl From<CastUint64ToFloat32> for UnaryFunc
source§fn from(variant: CastUint64ToFloat32) -> Self
fn from(variant: CastUint64ToFloat32) -> Self
Converts to this type from the input type.
source§impl From<CastUint64ToFloat64> for UnaryFunc
impl From<CastUint64ToFloat64> for UnaryFunc
source§fn from(variant: CastUint64ToFloat64) -> Self
fn from(variant: CastUint64ToFloat64) -> Self
Converts to this type from the input type.
source§impl From<CastUint64ToInt16> for UnaryFunc
impl From<CastUint64ToInt16> for UnaryFunc
source§fn from(variant: CastUint64ToInt16) -> Self
fn from(variant: CastUint64ToInt16) -> Self
Converts to this type from the input type.
source§impl From<CastUint64ToInt32> for UnaryFunc
impl From<CastUint64ToInt32> for UnaryFunc
source§fn from(variant: CastUint64ToInt32) -> Self
fn from(variant: CastUint64ToInt32) -> Self
Converts to this type from the input type.
source§impl From<CastUint64ToInt64> for UnaryFunc
impl From<CastUint64ToInt64> for UnaryFunc
source§fn from(variant: CastUint64ToInt64) -> Self
fn from(variant: CastUint64ToInt64) -> Self
Converts to this type from the input type.
source§impl From<CastUint64ToMzTimestamp> for UnaryFunc
impl From<CastUint64ToMzTimestamp> for UnaryFunc
source§fn from(variant: CastUint64ToMzTimestamp) -> Self
fn from(variant: CastUint64ToMzTimestamp) -> Self
Converts to this type from the input type.
source§impl From<CastUint64ToNumeric> for UnaryFunc
impl From<CastUint64ToNumeric> for UnaryFunc
source§fn from(variant: CastUint64ToNumeric) -> Self
fn from(variant: CastUint64ToNumeric) -> Self
Converts to this type from the input type.
source§impl From<CastUint64ToString> for UnaryFunc
impl From<CastUint64ToString> for UnaryFunc
source§fn from(variant: CastUint64ToString) -> Self
fn from(variant: CastUint64ToString) -> Self
Converts to this type from the input type.
source§impl From<CastUint64ToUint16> for UnaryFunc
impl From<CastUint64ToUint16> for UnaryFunc
source§fn from(variant: CastUint64ToUint16) -> Self
fn from(variant: CastUint64ToUint16) -> Self
Converts to this type from the input type.
source§impl From<CastUint64ToUint32> for UnaryFunc
impl From<CastUint64ToUint32> for UnaryFunc
source§fn from(variant: CastUint64ToUint32) -> Self
fn from(variant: CastUint64ToUint32) -> Self
Converts to this type from the input type.
source§impl From<CastUuidToString> for UnaryFunc
impl From<CastUuidToString> for UnaryFunc
source§fn from(variant: CastUuidToString) -> Self
fn from(variant: CastUuidToString) -> Self
Converts to this type from the input type.
source§impl From<CastVarCharToString> for UnaryFunc
impl From<CastVarCharToString> for UnaryFunc
source§fn from(variant: CastVarCharToString) -> Self
fn from(variant: CastVarCharToString) -> Self
Converts to this type from the input type.
source§impl From<CbrtFloat64> for UnaryFunc
impl From<CbrtFloat64> for UnaryFunc
source§fn from(variant: CbrtFloat64) -> Self
fn from(variant: CbrtFloat64) -> Self
Converts to this type from the input type.
source§impl From<CeilFloat32> for UnaryFunc
impl From<CeilFloat32> for UnaryFunc
source§fn from(variant: CeilFloat32) -> Self
fn from(variant: CeilFloat32) -> Self
Converts to this type from the input type.
source§impl From<CeilFloat64> for UnaryFunc
impl From<CeilFloat64> for UnaryFunc
source§fn from(variant: CeilFloat64) -> Self
fn from(variant: CeilFloat64) -> Self
Converts to this type from the input type.
source§impl From<CeilNumeric> for UnaryFunc
impl From<CeilNumeric> for UnaryFunc
source§fn from(variant: CeilNumeric) -> Self
fn from(variant: CeilNumeric) -> Self
Converts to this type from the input type.
source§impl From<CharLength> for UnaryFunc
impl From<CharLength> for UnaryFunc
source§fn from(variant: CharLength) -> Self
fn from(variant: CharLength) -> Self
Converts to this type from the input type.
source§impl From<DatePartInterval> for UnaryFunc
impl From<DatePartInterval> for UnaryFunc
source§fn from(variant: DatePartInterval) -> Self
fn from(variant: DatePartInterval) -> Self
Converts to this type from the input type.
source§impl From<DatePartTime> for UnaryFunc
impl From<DatePartTime> for UnaryFunc
source§fn from(variant: DatePartTime) -> Self
fn from(variant: DatePartTime) -> Self
Converts to this type from the input type.
source§impl From<DatePartTimestamp> for UnaryFunc
impl From<DatePartTimestamp> for UnaryFunc
source§fn from(variant: DatePartTimestamp) -> Self
fn from(variant: DatePartTimestamp) -> Self
Converts to this type from the input type.
source§impl From<DatePartTimestampTz> for UnaryFunc
impl From<DatePartTimestampTz> for UnaryFunc
source§fn from(variant: DatePartTimestampTz) -> Self
fn from(variant: DatePartTimestampTz) -> Self
Converts to this type from the input type.
source§impl From<DateTruncTimestamp> for UnaryFunc
impl From<DateTruncTimestamp> for UnaryFunc
source§fn from(variant: DateTruncTimestamp) -> Self
fn from(variant: DateTruncTimestamp) -> Self
Converts to this type from the input type.
source§impl From<DateTruncTimestampTz> for UnaryFunc
impl From<DateTruncTimestampTz> for UnaryFunc
source§fn from(variant: DateTruncTimestampTz) -> Self
fn from(variant: DateTruncTimestampTz) -> Self
Converts to this type from the input type.
source§impl From<ExpNumeric> for UnaryFunc
impl From<ExpNumeric> for UnaryFunc
source§fn from(variant: ExpNumeric) -> Self
fn from(variant: ExpNumeric) -> Self
Converts to this type from the input type.
source§impl From<ExtractDate> for UnaryFunc
impl From<ExtractDate> for UnaryFunc
source§fn from(variant: ExtractDate) -> Self
fn from(variant: ExtractDate) -> Self
Converts to this type from the input type.
source§impl From<ExtractInterval> for UnaryFunc
impl From<ExtractInterval> for UnaryFunc
source§fn from(variant: ExtractInterval) -> Self
fn from(variant: ExtractInterval) -> Self
Converts to this type from the input type.
source§impl From<ExtractTime> for UnaryFunc
impl From<ExtractTime> for UnaryFunc
source§fn from(variant: ExtractTime) -> Self
fn from(variant: ExtractTime) -> Self
Converts to this type from the input type.
source§impl From<ExtractTimestamp> for UnaryFunc
impl From<ExtractTimestamp> for UnaryFunc
source§fn from(variant: ExtractTimestamp) -> Self
fn from(variant: ExtractTimestamp) -> Self
Converts to this type from the input type.
source§impl From<ExtractTimestampTz> for UnaryFunc
impl From<ExtractTimestampTz> for UnaryFunc
source§fn from(variant: ExtractTimestampTz) -> Self
fn from(variant: ExtractTimestampTz) -> Self
Converts to this type from the input type.
source§impl From<FloorFloat32> for UnaryFunc
impl From<FloorFloat32> for UnaryFunc
source§fn from(variant: FloorFloat32) -> Self
fn from(variant: FloorFloat32) -> Self
Converts to this type from the input type.
source§impl From<FloorFloat64> for UnaryFunc
impl From<FloorFloat64> for UnaryFunc
source§fn from(variant: FloorFloat64) -> Self
fn from(variant: FloorFloat64) -> Self
Converts to this type from the input type.
source§impl From<FloorNumeric> for UnaryFunc
impl From<FloorNumeric> for UnaryFunc
source§fn from(variant: FloorNumeric) -> Self
fn from(variant: FloorNumeric) -> Self
Converts to this type from the input type.
source§impl From<IsLikeMatch> for UnaryFunc
impl From<IsLikeMatch> for UnaryFunc
source§fn from(variant: IsLikeMatch) -> Self
fn from(variant: IsLikeMatch) -> Self
Converts to this type from the input type.
source§impl From<IsRegexpMatch> for UnaryFunc
impl From<IsRegexpMatch> for UnaryFunc
source§fn from(variant: IsRegexpMatch) -> Self
fn from(variant: IsRegexpMatch) -> Self
Converts to this type from the input type.
source§impl From<JsonbArrayLength> for UnaryFunc
impl From<JsonbArrayLength> for UnaryFunc
source§fn from(variant: JsonbArrayLength) -> Self
fn from(variant: JsonbArrayLength) -> Self
Converts to this type from the input type.
source§impl From<JsonbPretty> for UnaryFunc
impl From<JsonbPretty> for UnaryFunc
source§fn from(variant: JsonbPretty) -> Self
fn from(variant: JsonbPretty) -> Self
Converts to this type from the input type.
source§impl From<JsonbStripNulls> for UnaryFunc
impl From<JsonbStripNulls> for UnaryFunc
source§fn from(variant: JsonbStripNulls) -> Self
fn from(variant: JsonbStripNulls) -> Self
Converts to this type from the input type.
source§impl From<JsonbTypeof> for UnaryFunc
impl From<JsonbTypeof> for UnaryFunc
source§fn from(variant: JsonbTypeof) -> Self
fn from(variant: JsonbTypeof) -> Self
Converts to this type from the input type.
source§impl From<JustifyDays> for UnaryFunc
impl From<JustifyDays> for UnaryFunc
source§fn from(variant: JustifyDays) -> Self
fn from(variant: JustifyDays) -> Self
Converts to this type from the input type.
source§impl From<JustifyHours> for UnaryFunc
impl From<JustifyHours> for UnaryFunc
source§fn from(variant: JustifyHours) -> Self
fn from(variant: JustifyHours) -> Self
Converts to this type from the input type.
source§impl From<JustifyInterval> for UnaryFunc
impl From<JustifyInterval> for UnaryFunc
source§fn from(variant: JustifyInterval) -> Self
fn from(variant: JustifyInterval) -> Self
Converts to this type from the input type.
source§impl From<ListLength> for UnaryFunc
impl From<ListLength> for UnaryFunc
source§fn from(variant: ListLength) -> Self
fn from(variant: ListLength) -> Self
Converts to this type from the input type.
source§impl From<Log10Numeric> for UnaryFunc
impl From<Log10Numeric> for UnaryFunc
source§fn from(variant: Log10Numeric) -> Self
fn from(variant: Log10Numeric) -> Self
Converts to this type from the input type.
source§impl From<MzAclItemGrantee> for UnaryFunc
impl From<MzAclItemGrantee> for UnaryFunc
source§fn from(variant: MzAclItemGrantee) -> Self
fn from(variant: MzAclItemGrantee) -> Self
Converts to this type from the input type.
source§impl From<MzAclItemGrantor> for UnaryFunc
impl From<MzAclItemGrantor> for UnaryFunc
source§fn from(variant: MzAclItemGrantor) -> Self
fn from(variant: MzAclItemGrantor) -> Self
Converts to this type from the input type.
source§impl From<MzAclItemPrivileges> for UnaryFunc
impl From<MzAclItemPrivileges> for UnaryFunc
source§fn from(variant: MzAclItemPrivileges) -> Self
fn from(variant: MzAclItemPrivileges) -> Self
Converts to this type from the input type.
source§impl From<MzFormatPrivileges> for UnaryFunc
impl From<MzFormatPrivileges> for UnaryFunc
source§fn from(variant: MzFormatPrivileges) -> Self
fn from(variant: MzFormatPrivileges) -> Self
Converts to this type from the input type.
source§impl From<MzTypeName> for UnaryFunc
impl From<MzTypeName> for UnaryFunc
source§fn from(variant: MzTypeName) -> Self
fn from(variant: MzTypeName) -> Self
Converts to this type from the input type.
source§impl From<MzValidatePrivileges> for UnaryFunc
impl From<MzValidatePrivileges> for UnaryFunc
source§fn from(variant: MzValidatePrivileges) -> Self
fn from(variant: MzValidatePrivileges) -> Self
Converts to this type from the input type.
source§impl From<MzValidateRolePrivilege> for UnaryFunc
impl From<MzValidateRolePrivilege> for UnaryFunc
source§fn from(variant: MzValidateRolePrivilege) -> Self
fn from(variant: MzValidateRolePrivilege) -> Self
Converts to this type from the input type.
source§impl From<NegFloat32> for UnaryFunc
impl From<NegFloat32> for UnaryFunc
source§fn from(variant: NegFloat32) -> Self
fn from(variant: NegFloat32) -> Self
Converts to this type from the input type.
source§impl From<NegFloat64> for UnaryFunc
impl From<NegFloat64> for UnaryFunc
source§fn from(variant: NegFloat64) -> Self
fn from(variant: NegFloat64) -> Self
Converts to this type from the input type.
source§impl From<NegInterval> for UnaryFunc
impl From<NegInterval> for UnaryFunc
source§fn from(variant: NegInterval) -> Self
fn from(variant: NegInterval) -> Self
Converts to this type from the input type.
source§impl From<NegNumeric> for UnaryFunc
impl From<NegNumeric> for UnaryFunc
source§fn from(variant: NegNumeric) -> Self
fn from(variant: NegNumeric) -> Self
Converts to this type from the input type.
source§impl From<PgColumnSize> for UnaryFunc
impl From<PgColumnSize> for UnaryFunc
source§fn from(variant: PgColumnSize) -> Self
fn from(variant: PgColumnSize) -> Self
Converts to this type from the input type.
source§impl From<QuoteIdent> for UnaryFunc
impl From<QuoteIdent> for UnaryFunc
source§fn from(variant: QuoteIdent) -> Self
fn from(variant: QuoteIdent) -> Self
Converts to this type from the input type.
source§impl From<RangeEmpty> for UnaryFunc
impl From<RangeEmpty> for UnaryFunc
source§fn from(variant: RangeEmpty) -> Self
fn from(variant: RangeEmpty) -> Self
Converts to this type from the input type.
source§impl From<RangeLower> for UnaryFunc
impl From<RangeLower> for UnaryFunc
source§fn from(variant: RangeLower) -> Self
fn from(variant: RangeLower) -> Self
Converts to this type from the input type.
source§impl From<RangeLowerInc> for UnaryFunc
impl From<RangeLowerInc> for UnaryFunc
source§fn from(variant: RangeLowerInc) -> Self
fn from(variant: RangeLowerInc) -> Self
Converts to this type from the input type.
source§impl From<RangeLowerInf> for UnaryFunc
impl From<RangeLowerInf> for UnaryFunc
source§fn from(variant: RangeLowerInf) -> Self
fn from(variant: RangeLowerInf) -> Self
Converts to this type from the input type.
source§impl From<RangeUpper> for UnaryFunc
impl From<RangeUpper> for UnaryFunc
source§fn from(variant: RangeUpper) -> Self
fn from(variant: RangeUpper) -> Self
Converts to this type from the input type.
source§impl From<RangeUpperInc> for UnaryFunc
impl From<RangeUpperInc> for UnaryFunc
source§fn from(variant: RangeUpperInc) -> Self
fn from(variant: RangeUpperInc) -> Self
Converts to this type from the input type.
source§impl From<RangeUpperInf> for UnaryFunc
impl From<RangeUpperInf> for UnaryFunc
source§fn from(variant: RangeUpperInf) -> Self
fn from(variant: RangeUpperInf) -> Self
Converts to this type from the input type.
source§impl From<RegexpMatch> for UnaryFunc
impl From<RegexpMatch> for UnaryFunc
source§fn from(variant: RegexpMatch) -> Self
fn from(variant: RegexpMatch) -> Self
Converts to this type from the input type.
source§impl From<RegexpSplitToArray> for UnaryFunc
impl From<RegexpSplitToArray> for UnaryFunc
source§fn from(variant: RegexpSplitToArray) -> Self
fn from(variant: RegexpSplitToArray) -> Self
Converts to this type from the input type.
source§impl From<RoundFloat32> for UnaryFunc
impl From<RoundFloat32> for UnaryFunc
source§fn from(variant: RoundFloat32) -> Self
fn from(variant: RoundFloat32) -> Self
Converts to this type from the input type.
source§impl From<RoundFloat64> for UnaryFunc
impl From<RoundFloat64> for UnaryFunc
source§fn from(variant: RoundFloat64) -> Self
fn from(variant: RoundFloat64) -> Self
Converts to this type from the input type.
source§impl From<RoundNumeric> for UnaryFunc
impl From<RoundNumeric> for UnaryFunc
source§fn from(variant: RoundNumeric) -> Self
fn from(variant: RoundNumeric) -> Self
Converts to this type from the input type.
source§impl From<SqrtFloat64> for UnaryFunc
impl From<SqrtFloat64> for UnaryFunc
source§fn from(variant: SqrtFloat64) -> Self
fn from(variant: SqrtFloat64) -> Self
Converts to this type from the input type.
source§impl From<SqrtNumeric> for UnaryFunc
impl From<SqrtNumeric> for UnaryFunc
source§fn from(variant: SqrtNumeric) -> Self
fn from(variant: SqrtNumeric) -> Self
Converts to this type from the input type.
source§impl From<StepMzTimestamp> for UnaryFunc
impl From<StepMzTimestamp> for UnaryFunc
source§fn from(variant: StepMzTimestamp) -> Self
fn from(variant: StepMzTimestamp) -> Self
Converts to this type from the input type.
source§impl From<TimezoneTime> for UnaryFunc
impl From<TimezoneTime> for UnaryFunc
source§fn from(variant: TimezoneTime) -> Self
fn from(variant: TimezoneTime) -> Self
Converts to this type from the input type.
source§impl From<TimezoneTimestamp> for UnaryFunc
impl From<TimezoneTimestamp> for UnaryFunc
source§fn from(variant: TimezoneTimestamp) -> Self
fn from(variant: TimezoneTimestamp) -> Self
Converts to this type from the input type.
source§impl From<TimezoneTimestampTz> for UnaryFunc
impl From<TimezoneTimestampTz> for UnaryFunc
source§fn from(variant: TimezoneTimestampTz) -> Self
fn from(variant: TimezoneTimestampTz) -> Self
Converts to this type from the input type.
source§impl From<ToTimestamp> for UnaryFunc
impl From<ToTimestamp> for UnaryFunc
source§fn from(variant: ToTimestamp) -> Self
fn from(variant: ToTimestamp) -> Self
Converts to this type from the input type.
source§impl From<TrimLeadingWhitespace> for UnaryFunc
impl From<TrimLeadingWhitespace> for UnaryFunc
source§fn from(variant: TrimLeadingWhitespace) -> Self
fn from(variant: TrimLeadingWhitespace) -> Self
Converts to this type from the input type.
source§impl From<TrimTrailingWhitespace> for UnaryFunc
impl From<TrimTrailingWhitespace> for UnaryFunc
source§fn from(variant: TrimTrailingWhitespace) -> Self
fn from(variant: TrimTrailingWhitespace) -> Self
Converts to this type from the input type.
source§impl From<TrimWhitespace> for UnaryFunc
impl From<TrimWhitespace> for UnaryFunc
source§fn from(variant: TrimWhitespace) -> Self
fn from(variant: TrimWhitespace) -> Self
Converts to this type from the input type.
source§impl From<TruncFloat32> for UnaryFunc
impl From<TruncFloat32> for UnaryFunc
source§fn from(variant: TruncFloat32) -> Self
fn from(variant: TruncFloat32) -> Self
Converts to this type from the input type.
source§impl From<TruncFloat64> for UnaryFunc
impl From<TruncFloat64> for UnaryFunc
source§fn from(variant: TruncFloat64) -> Self
fn from(variant: TruncFloat64) -> Self
Converts to this type from the input type.
source§impl From<TruncNumeric> for UnaryFunc
impl From<TruncNumeric> for UnaryFunc
source§fn from(variant: TruncNumeric) -> Self
fn from(variant: TruncNumeric) -> Self
Converts to this type from the input type.
source§impl From<TryParseMonotonicIso8601Timestamp> for UnaryFunc
impl From<TryParseMonotonicIso8601Timestamp> for UnaryFunc
source§fn from(variant: TryParseMonotonicIso8601Timestamp) -> Self
fn from(variant: TryParseMonotonicIso8601Timestamp) -> Self
Converts to this type from the input type.
source§impl IntoRustIfSome<UnaryFunc> for Option<Box<ProtoUnaryFunc>>
impl IntoRustIfSome<UnaryFunc> for Option<Box<ProtoUnaryFunc>>
fn into_rust_if_some<S: ToString>( self, field: S ) -> Result<UnaryFunc, TryFromProtoError>
source§impl MzReflect for UnaryFunc
impl MzReflect for UnaryFunc
source§fn add_to_reflected_type_info(rti: &mut ReflectedTypeInfo)
fn add_to_reflected_type_info(rti: &mut ReflectedTypeInfo)
Adds names and types of the fields of the struct or enum to
rti
. Read moresource§impl Ord for UnaryFunc
impl Ord for UnaryFunc
source§impl PartialEq<UnaryFunc> for UnaryFunc
impl PartialEq<UnaryFunc> for UnaryFunc
source§impl PartialOrd<UnaryFunc> for UnaryFunc
impl PartialOrd<UnaryFunc> for UnaryFunc
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self
and other
) and is used by the <=
operator. Read moresource§impl RustType<ProtoUnaryFunc> for UnaryFunc
impl RustType<ProtoUnaryFunc> for UnaryFunc
source§fn into_proto(&self) -> ProtoUnaryFunc
fn into_proto(&self) -> ProtoUnaryFunc
Convert a
Self
into a Proto
value.source§fn from_proto(proto: ProtoUnaryFunc) -> Result<Self, TryFromProtoError>
fn from_proto(proto: ProtoUnaryFunc) -> Result<Self, TryFromProtoError>
impl Eq for UnaryFunc
impl StructuralEq for UnaryFunc
impl StructuralPartialEq for UnaryFunc
Auto Trait Implementations§
impl RefUnwindSafe for UnaryFunc
impl Send for UnaryFunc
impl Sync for UnaryFunc
impl Unpin for UnaryFunc
impl UnwindSafe for UnaryFunc
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
source§impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Qwhere Q: Eq + ?Sized, K: Borrow<Q> + ?Sized,
source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.source§impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Qwhere Q: Eq + ?Sized, K: Borrow<Q> + ?Sized,
source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.source§impl<T> FutureExt for T
impl<T> FutureExt for T
source§fn with_context(self, otel_cx: Context) -> WithContext<Self>
fn with_context(self, otel_cx: Context) -> WithContext<Self>
source§fn with_current_context(self) -> WithContext<Self>
fn with_current_context(self) -> WithContext<Self>
source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
source§impl<T> IntoRequest<T> for T
impl<T> IntoRequest<T> for T
source§fn into_request(self) -> Request<T>
fn into_request(self) -> Request<T>
Wrap the input message
T
in a tonic::Request
source§impl<P, R> ProtoType<R> for Pwhere
R: RustType<P>,
impl<P, R> ProtoType<R> for Pwhere R: RustType<P>,
source§fn into_rust(self) -> Result<R, TryFromProtoError>
fn into_rust(self) -> Result<R, TryFromProtoError>
See
RustType::from_proto
.source§fn from_rust(rust: &R) -> P
fn from_rust(rust: &R) -> P
See
RustType::into_proto
.