pub enum UnaryFunc<E = MirScalarExpr> {
Show 335 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),
CastMzTimestampToTimestamp(CastMzTimestampToTimestamp),
CastMzTimestampToTimestampTz(CastMzTimestampToTimestampTz),
CastStringToMzTimestamp(CastStringToMzTimestamp),
CastUint64ToMzTimestamp(CastUint64ToMzTimestamp),
CastUint32ToMzTimestamp(CastUint32ToMzTimestamp),
CastInt64ToMzTimestamp(CastInt64ToMzTimestamp),
CastInt32ToMzTimestamp(CastInt32ToMzTimestamp),
CastNumericToMzTimestamp(CastNumericToMzTimestamp),
CastTimestampToMzTimestamp(CastTimestampToMzTimestamp),
CastTimestampTzToMzTimestamp(CastTimestampTzToMzTimestamp),
CastDateToMzTimestamp(CastDateToMzTimestamp),
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<E>),
CastStringToList(CastStringToList<E>),
CastStringToMap(CastStringToMap<E>),
CastStringToRange(CastStringToRange<E>),
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),
CastJsonbableToJsonb(CastJsonbableToJsonb),
CastJsonbToInt16(CastJsonbToInt16),
CastJsonbToInt32(CastJsonbToInt32),
CastJsonbToInt64(CastJsonbToInt64),
CastJsonbToFloat32(CastJsonbToFloat32),
CastJsonbToFloat64(CastJsonbToFloat64),
CastJsonbToNumeric(CastJsonbToNumeric),
CastJsonbToBool(CastJsonbToBool),
CastUuidToString(CastUuidToString),
CastRecordToString(CastRecordToString),
CastRecord1ToRecord2(CastRecord1ToRecord2<E>),
CastArrayToArray(CastArrayToArray<E>),
CastArrayToJsonb(CastArrayToJsonb<E>),
CastArrayToString(CastArrayToString),
CastListToString(CastListToString),
CastListToJsonb(CastListToJsonb<E>),
CastList1ToList2(CastList1ToList2<E>),
CastArrayToListOneDim(CastArrayToListOneDim),
CastMapToString(CastMapToString),
CastInt2VectorToString(CastInt2VectorToString),
CastRangeToString(CastRangeToString),
CeilFloat32(CeilFloat32),
CeilFloat64(CeilFloat64),
CeilNumeric(CeilNumeric),
FloorFloat32(FloorFloat32),
FloorFloat64(FloorFloat64),
FloorNumeric(FloorNumeric),
Ascii(Ascii),
BitCountBytes(BitCountBytes),
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),
ToCharTimestamp(ToCharTimestamp),
ToCharTimestampTz(ToCharTimestampTz),
JustifyDays(JustifyDays),
JustifyHours(JustifyHours),
JustifyInterval(JustifyInterval),
JsonbArrayLength(JsonbArrayLength),
JsonbTypeof(JsonbTypeof),
JsonbStripNulls(JsonbStripNulls),
JsonbPretty(JsonbPretty),
ParseCatalogAclMode(ParseCatalogAclMode),
ParseCatalogAuditLogDetails(ParseCatalogAuditLogDetails),
ParseCatalogCreateSql(ParseCatalogCreateSql),
ParseCatalogId(ParseCatalogId),
ParseCatalogPrivileges(ParseCatalogPrivileges),
ParseConnectionDetails(ParseConnectionDetails),
ParseKafkaSourceDetails(ParseKafkaSourceDetails),
ParsePostgresSourceDetails(ParsePostgresSourceDetails),
ParseSourceExportDetails(ParseSourceExportDetails),
RedactSql(RedactSql),
RoundFloat32(RoundFloat32),
RoundFloat64(RoundFloat64),
RoundNumeric(RoundNumeric),
TruncFloat32(TruncFloat32),
TruncFloat64(TruncFloat64),
TruncNumeric(TruncNumeric),
TrimWhitespace(TrimWhitespace),
TrimLeadingWhitespace(TrimLeadingWhitespace),
TrimTrailingWhitespace(TrimTrailingWhitespace),
Initcap(Initcap),
RecordGet(RecordGet),
ListLength(ListLength),
MapLength(MapLength),
MapBuildFromRecordList(MapBuildFromRecordList),
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),
PgSizePretty(PgSizePretty),
Crc32Bytes(Crc32Bytes),
Crc32String(Crc32String),
KafkaMurmur2Bytes(KafkaMurmur2Bytes),
KafkaMurmur2String(KafkaMurmur2String),
SeahashBytes(SeahashBytes),
SeahashString(SeahashString),
Reverse(Reverse),
}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)
CastMzTimestampToTimestamp(CastMzTimestampToTimestamp)
CastMzTimestampToTimestampTz(CastMzTimestampToTimestampTz)
CastStringToMzTimestamp(CastStringToMzTimestamp)
CastUint64ToMzTimestamp(CastUint64ToMzTimestamp)
CastUint32ToMzTimestamp(CastUint32ToMzTimestamp)
CastInt64ToMzTimestamp(CastInt64ToMzTimestamp)
CastInt32ToMzTimestamp(CastInt32ToMzTimestamp)
CastNumericToMzTimestamp(CastNumericToMzTimestamp)
CastTimestampToMzTimestamp(CastTimestampToMzTimestamp)
CastTimestampTzToMzTimestamp(CastTimestampTzToMzTimestamp)
CastDateToMzTimestamp(CastDateToMzTimestamp)
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<E>)
CastStringToList(CastStringToList<E>)
CastStringToMap(CastStringToMap<E>)
CastStringToRange(CastStringToRange<E>)
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)
CastJsonbableToJsonb(CastJsonbableToJsonb)
CastJsonbToInt16(CastJsonbToInt16)
CastJsonbToInt32(CastJsonbToInt32)
CastJsonbToInt64(CastJsonbToInt64)
CastJsonbToFloat32(CastJsonbToFloat32)
CastJsonbToFloat64(CastJsonbToFloat64)
CastJsonbToNumeric(CastJsonbToNumeric)
CastJsonbToBool(CastJsonbToBool)
CastUuidToString(CastUuidToString)
CastRecordToString(CastRecordToString)
CastRecord1ToRecord2(CastRecord1ToRecord2<E>)
CastArrayToArray(CastArrayToArray<E>)
CastArrayToJsonb(CastArrayToJsonb<E>)
CastArrayToString(CastArrayToString)
CastListToString(CastListToString)
CastListToJsonb(CastListToJsonb<E>)
CastList1ToList2(CastList1ToList2<E>)
CastArrayToListOneDim(CastArrayToListOneDim)
CastMapToString(CastMapToString)
CastInt2VectorToString(CastInt2VectorToString)
CastRangeToString(CastRangeToString)
CeilFloat32(CeilFloat32)
CeilFloat64(CeilFloat64)
CeilNumeric(CeilNumeric)
FloorFloat32(FloorFloat32)
FloorFloat64(FloorFloat64)
FloorNumeric(FloorNumeric)
Ascii(Ascii)
BitCountBytes(BitCountBytes)
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)
ToCharTimestamp(ToCharTimestamp)
ToCharTimestampTz(ToCharTimestampTz)
JustifyDays(JustifyDays)
JustifyHours(JustifyHours)
JustifyInterval(JustifyInterval)
JsonbArrayLength(JsonbArrayLength)
JsonbTypeof(JsonbTypeof)
JsonbStripNulls(JsonbStripNulls)
JsonbPretty(JsonbPretty)
ParseCatalogAclMode(ParseCatalogAclMode)
ParseCatalogAuditLogDetails(ParseCatalogAuditLogDetails)
ParseCatalogCreateSql(ParseCatalogCreateSql)
ParseCatalogId(ParseCatalogId)
ParseCatalogPrivileges(ParseCatalogPrivileges)
ParseConnectionDetails(ParseConnectionDetails)
ParseKafkaSourceDetails(ParseKafkaSourceDetails)
ParsePostgresSourceDetails(ParsePostgresSourceDetails)
ParseSourceExportDetails(ParseSourceExportDetails)
RedactSql(RedactSql)
RoundFloat32(RoundFloat32)
RoundFloat64(RoundFloat64)
RoundNumeric(RoundNumeric)
TruncFloat32(TruncFloat32)
TruncFloat64(TruncFloat64)
TruncNumeric(TruncNumeric)
TrimWhitespace(TrimWhitespace)
TrimLeadingWhitespace(TrimLeadingWhitespace)
TrimTrailingWhitespace(TrimTrailingWhitespace)
Initcap(Initcap)
RecordGet(RecordGet)
ListLength(ListLength)
MapLength(MapLength)
MapBuildFromRecordList(MapBuildFromRecordList)
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)
PgSizePretty(PgSizePretty)
Crc32Bytes(Crc32Bytes)
Crc32String(Crc32String)
KafkaMurmur2Bytes(KafkaMurmur2Bytes)
KafkaMurmur2String(KafkaMurmur2String)
SeahashBytes(SeahashBytes)
SeahashString(SeahashString)
Reverse(Reverse)
Implementations§
Source§impl<E: Eval> UnaryFunc<E>
impl<E: Eval> UnaryFunc<E>
pub fn eval<'a>( &'a self, datums: &[Datum<'a>], temp_storage: &'a RowArena, a: &'a impl Eval, ) -> Result<Datum<'a>, EvalError>
pub fn output_sql_type(&self, input_type: SqlColumnType) -> SqlColumnType
pub fn output_type(&self, input_type: ReprColumnType) -> ReprColumnType
pub fn propagates_nulls(&self) -> bool
pub fn introduces_nulls(&self) -> bool
pub fn preserves_uniqueness(&self) -> bool
pub fn is_monotone(&self) -> bool
pub fn could_error(&self) -> bool
pub fn is_eliminable_cast(&self) -> bool
Source§impl<E> UnaryFunc<E>
impl<E> UnaryFunc<E>
Sourcepub fn variant_name(&self) -> &'static str
pub fn variant_name(&self) -> &'static str
The canonical name of this variant, as declared by its
FuncName impl.
Source§impl UnaryFunc
impl UnaryFunc
pub fn inverse(&self) -> Option<UnaryFunc>
Sourcepub fn from_variant_name(name: &str) -> Option<Self>
pub fn from_variant_name(name: &str) -> Option<Self>
Attempts to construct a UnaryFunc from the canonical name of
one of its variants, as declared by the variant’s
FuncName impl (the name of the
underlying Rust function, e.g. cast_int32_to_numeric).
Intended for test tooling that needs to name exact function
variants. Only variants whose inner function deserializes from
no data (unit functions and functions all of whose parameters
may default to None) are constructible. Returns None for
other variants and for unknown names. Returns the MIR
instantiation.
Sourcepub fn variant_names() -> impl Iterator<Item = &'static str>
pub fn variant_names() -> impl Iterator<Item = &'static str>
The canonical names of all variants, in declaration order.
Trait Implementations§
Source§impl<'de, E> Deserialize<'de> for UnaryFunc<E>where
E: Deserialize<'de>,
impl<'de, E> Deserialize<'de> for UnaryFunc<E>where
E: Deserialize<'de>,
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>,
impl<E: Eq> Eq for UnaryFunc<E>
Source§impl<E> From<AbsFloat32> for UnaryFunc<E>
impl<E> From<AbsFloat32> for UnaryFunc<E>
Source§fn from(variant: AbsFloat32) -> Self
fn from(variant: AbsFloat32) -> Self
Source§impl<E> From<AbsFloat64> for UnaryFunc<E>
impl<E> From<AbsFloat64> for UnaryFunc<E>
Source§fn from(variant: AbsFloat64) -> Self
fn from(variant: AbsFloat64) -> Self
Source§impl<E> From<AbsNumeric> for UnaryFunc<E>
impl<E> From<AbsNumeric> for UnaryFunc<E>
Source§fn from(variant: AbsNumeric) -> Self
fn from(variant: AbsNumeric) -> Self
Source§impl<E> From<AclItemGrantee> for UnaryFunc<E>
impl<E> From<AclItemGrantee> for UnaryFunc<E>
Source§fn from(variant: AclItemGrantee) -> Self
fn from(variant: AclItemGrantee) -> Self
Source§impl<E> From<AclItemGrantor> for UnaryFunc<E>
impl<E> From<AclItemGrantor> for UnaryFunc<E>
Source§fn from(variant: AclItemGrantor) -> Self
fn from(variant: AclItemGrantor) -> Self
Source§impl<E> From<AclItemPrivileges> for UnaryFunc<E>
impl<E> From<AclItemPrivileges> for UnaryFunc<E>
Source§fn from(variant: AclItemPrivileges) -> Self
fn from(variant: AclItemPrivileges) -> Self
Source§impl<E> From<AdjustNumericScale> for UnaryFunc<E>
impl<E> From<AdjustNumericScale> for UnaryFunc<E>
Source§fn from(variant: AdjustNumericScale) -> Self
fn from(variant: AdjustNumericScale) -> Self
Source§impl<E> From<AdjustTimestampPrecision> for UnaryFunc<E>
impl<E> From<AdjustTimestampPrecision> for UnaryFunc<E>
Source§fn from(variant: AdjustTimestampPrecision) -> Self
fn from(variant: AdjustTimestampPrecision) -> Self
Source§impl<E> From<AdjustTimestampTzPrecision> for UnaryFunc<E>
impl<E> From<AdjustTimestampTzPrecision> for UnaryFunc<E>
Source§fn from(variant: AdjustTimestampTzPrecision) -> Self
fn from(variant: AdjustTimestampTzPrecision) -> Self
Source§impl<E> From<BitCountBytes> for UnaryFunc<E>
impl<E> From<BitCountBytes> for UnaryFunc<E>
Source§fn from(variant: BitCountBytes) -> Self
fn from(variant: BitCountBytes) -> Self
Source§impl<E> From<BitLengthBytes> for UnaryFunc<E>
impl<E> From<BitLengthBytes> for UnaryFunc<E>
Source§fn from(variant: BitLengthBytes) -> Self
fn from(variant: BitLengthBytes) -> Self
Source§impl<E> From<BitLengthString> for UnaryFunc<E>
impl<E> From<BitLengthString> for UnaryFunc<E>
Source§fn from(variant: BitLengthString) -> Self
fn from(variant: BitLengthString) -> Self
Source§impl<E> From<BitNotInt16> for UnaryFunc<E>
impl<E> From<BitNotInt16> for UnaryFunc<E>
Source§fn from(variant: BitNotInt16) -> Self
fn from(variant: BitNotInt16) -> Self
Source§impl<E> From<BitNotInt32> for UnaryFunc<E>
impl<E> From<BitNotInt32> for UnaryFunc<E>
Source§fn from(variant: BitNotInt32) -> Self
fn from(variant: BitNotInt32) -> Self
Source§impl<E> From<BitNotInt64> for UnaryFunc<E>
impl<E> From<BitNotInt64> for UnaryFunc<E>
Source§fn from(variant: BitNotInt64) -> Self
fn from(variant: BitNotInt64) -> Self
Source§impl<E> From<BitNotUint16> for UnaryFunc<E>
impl<E> From<BitNotUint16> for UnaryFunc<E>
Source§fn from(variant: BitNotUint16) -> Self
fn from(variant: BitNotUint16) -> Self
Source§impl<E> From<BitNotUint32> for UnaryFunc<E>
impl<E> From<BitNotUint32> for UnaryFunc<E>
Source§fn from(variant: BitNotUint32) -> Self
fn from(variant: BitNotUint32) -> Self
Source§impl<E> From<BitNotUint64> for UnaryFunc<E>
impl<E> From<BitNotUint64> for UnaryFunc<E>
Source§fn from(variant: BitNotUint64) -> Self
fn from(variant: BitNotUint64) -> Self
Source§impl<E> From<ByteLengthBytes> for UnaryFunc<E>
impl<E> From<ByteLengthBytes> for UnaryFunc<E>
Source§fn from(variant: ByteLengthBytes) -> Self
fn from(variant: ByteLengthBytes) -> Self
Source§impl<E> From<ByteLengthString> for UnaryFunc<E>
impl<E> From<ByteLengthString> for UnaryFunc<E>
Source§fn from(variant: ByteLengthString) -> Self
fn from(variant: ByteLengthString) -> Self
Source§impl<E> From<CastArrayToArray<E>> for UnaryFunc<E>
impl<E> From<CastArrayToArray<E>> for UnaryFunc<E>
Source§fn from(variant: CastArrayToArray<E>) -> Self
fn from(variant: CastArrayToArray<E>) -> Self
Source§impl<E> From<CastArrayToJsonb<E>> for UnaryFunc<E>
impl<E> From<CastArrayToJsonb<E>> for UnaryFunc<E>
Source§fn from(variant: CastArrayToJsonb<E>) -> Self
fn from(variant: CastArrayToJsonb<E>) -> Self
Source§impl<E> From<CastArrayToListOneDim> for UnaryFunc<E>
impl<E> From<CastArrayToListOneDim> for UnaryFunc<E>
Source§fn from(variant: CastArrayToListOneDim) -> Self
fn from(variant: CastArrayToListOneDim) -> Self
Source§impl<E> From<CastArrayToString> for UnaryFunc<E>
impl<E> From<CastArrayToString> for UnaryFunc<E>
Source§fn from(variant: CastArrayToString) -> Self
fn from(variant: CastArrayToString) -> Self
Source§impl<E> From<CastBoolToInt32> for UnaryFunc<E>
impl<E> From<CastBoolToInt32> for UnaryFunc<E>
Source§fn from(variant: CastBoolToInt32) -> Self
fn from(variant: CastBoolToInt32) -> Self
Source§impl<E> From<CastBoolToInt64> for UnaryFunc<E>
impl<E> From<CastBoolToInt64> for UnaryFunc<E>
Source§fn from(variant: CastBoolToInt64) -> Self
fn from(variant: CastBoolToInt64) -> Self
Source§impl<E> From<CastBoolToString> for UnaryFunc<E>
impl<E> From<CastBoolToString> for UnaryFunc<E>
Source§fn from(variant: CastBoolToString) -> Self
fn from(variant: CastBoolToString) -> Self
Source§impl<E> From<CastBoolToStringNonstandard> for UnaryFunc<E>
impl<E> From<CastBoolToStringNonstandard> for UnaryFunc<E>
Source§fn from(variant: CastBoolToStringNonstandard) -> Self
fn from(variant: CastBoolToStringNonstandard) -> Self
Source§impl<E> From<CastBytesToString> for UnaryFunc<E>
impl<E> From<CastBytesToString> for UnaryFunc<E>
Source§fn from(variant: CastBytesToString) -> Self
fn from(variant: CastBytesToString) -> Self
Source§impl<E> From<CastCharToString> for UnaryFunc<E>
impl<E> From<CastCharToString> for UnaryFunc<E>
Source§fn from(variant: CastCharToString) -> Self
fn from(variant: CastCharToString) -> Self
Source§impl<E> From<CastDateToMzTimestamp> for UnaryFunc<E>
impl<E> From<CastDateToMzTimestamp> for UnaryFunc<E>
Source§fn from(variant: CastDateToMzTimestamp) -> Self
fn from(variant: CastDateToMzTimestamp) -> Self
Source§impl<E> From<CastDateToString> for UnaryFunc<E>
impl<E> From<CastDateToString> for UnaryFunc<E>
Source§fn from(variant: CastDateToString) -> Self
fn from(variant: CastDateToString) -> Self
Source§impl<E> From<CastDateToTimestamp> for UnaryFunc<E>
impl<E> From<CastDateToTimestamp> for UnaryFunc<E>
Source§fn from(variant: CastDateToTimestamp) -> Self
fn from(variant: CastDateToTimestamp) -> Self
Source§impl<E> From<CastDateToTimestampTz> for UnaryFunc<E>
impl<E> From<CastDateToTimestampTz> for UnaryFunc<E>
Source§fn from(variant: CastDateToTimestampTz) -> Self
fn from(variant: CastDateToTimestampTz) -> Self
Source§impl<E> From<CastFloat32ToFloat64> for UnaryFunc<E>
impl<E> From<CastFloat32ToFloat64> for UnaryFunc<E>
Source§fn from(variant: CastFloat32ToFloat64) -> Self
fn from(variant: CastFloat32ToFloat64) -> Self
Source§impl<E> From<CastFloat32ToInt16> for UnaryFunc<E>
impl<E> From<CastFloat32ToInt16> for UnaryFunc<E>
Source§fn from(variant: CastFloat32ToInt16) -> Self
fn from(variant: CastFloat32ToInt16) -> Self
Source§impl<E> From<CastFloat32ToInt32> for UnaryFunc<E>
impl<E> From<CastFloat32ToInt32> for UnaryFunc<E>
Source§fn from(variant: CastFloat32ToInt32) -> Self
fn from(variant: CastFloat32ToInt32) -> Self
Source§impl<E> From<CastFloat32ToInt64> for UnaryFunc<E>
impl<E> From<CastFloat32ToInt64> for UnaryFunc<E>
Source§fn from(variant: CastFloat32ToInt64) -> Self
fn from(variant: CastFloat32ToInt64) -> Self
Source§impl<E> From<CastFloat32ToNumeric> for UnaryFunc<E>
impl<E> From<CastFloat32ToNumeric> for UnaryFunc<E>
Source§fn from(variant: CastFloat32ToNumeric) -> Self
fn from(variant: CastFloat32ToNumeric) -> Self
Source§impl<E> From<CastFloat32ToString> for UnaryFunc<E>
impl<E> From<CastFloat32ToString> for UnaryFunc<E>
Source§fn from(variant: CastFloat32ToString) -> Self
fn from(variant: CastFloat32ToString) -> Self
Source§impl<E> From<CastFloat32ToUint16> for UnaryFunc<E>
impl<E> From<CastFloat32ToUint16> for UnaryFunc<E>
Source§fn from(variant: CastFloat32ToUint16) -> Self
fn from(variant: CastFloat32ToUint16) -> Self
Source§impl<E> From<CastFloat32ToUint32> for UnaryFunc<E>
impl<E> From<CastFloat32ToUint32> for UnaryFunc<E>
Source§fn from(variant: CastFloat32ToUint32) -> Self
fn from(variant: CastFloat32ToUint32) -> Self
Source§impl<E> From<CastFloat32ToUint64> for UnaryFunc<E>
impl<E> From<CastFloat32ToUint64> for UnaryFunc<E>
Source§fn from(variant: CastFloat32ToUint64) -> Self
fn from(variant: CastFloat32ToUint64) -> Self
Source§impl<E> From<CastFloat64ToFloat32> for UnaryFunc<E>
impl<E> From<CastFloat64ToFloat32> for UnaryFunc<E>
Source§fn from(variant: CastFloat64ToFloat32) -> Self
fn from(variant: CastFloat64ToFloat32) -> Self
Source§impl<E> From<CastFloat64ToInt16> for UnaryFunc<E>
impl<E> From<CastFloat64ToInt16> for UnaryFunc<E>
Source§fn from(variant: CastFloat64ToInt16) -> Self
fn from(variant: CastFloat64ToInt16) -> Self
Source§impl<E> From<CastFloat64ToInt32> for UnaryFunc<E>
impl<E> From<CastFloat64ToInt32> for UnaryFunc<E>
Source§fn from(variant: CastFloat64ToInt32) -> Self
fn from(variant: CastFloat64ToInt32) -> Self
Source§impl<E> From<CastFloat64ToInt64> for UnaryFunc<E>
impl<E> From<CastFloat64ToInt64> for UnaryFunc<E>
Source§fn from(variant: CastFloat64ToInt64) -> Self
fn from(variant: CastFloat64ToInt64) -> Self
Source§impl<E> From<CastFloat64ToNumeric> for UnaryFunc<E>
impl<E> From<CastFloat64ToNumeric> for UnaryFunc<E>
Source§fn from(variant: CastFloat64ToNumeric) -> Self
fn from(variant: CastFloat64ToNumeric) -> Self
Source§impl<E> From<CastFloat64ToString> for UnaryFunc<E>
impl<E> From<CastFloat64ToString> for UnaryFunc<E>
Source§fn from(variant: CastFloat64ToString) -> Self
fn from(variant: CastFloat64ToString) -> Self
Source§impl<E> From<CastFloat64ToUint16> for UnaryFunc<E>
impl<E> From<CastFloat64ToUint16> for UnaryFunc<E>
Source§fn from(variant: CastFloat64ToUint16) -> Self
fn from(variant: CastFloat64ToUint16) -> Self
Source§impl<E> From<CastFloat64ToUint32> for UnaryFunc<E>
impl<E> From<CastFloat64ToUint32> for UnaryFunc<E>
Source§fn from(variant: CastFloat64ToUint32) -> Self
fn from(variant: CastFloat64ToUint32) -> Self
Source§impl<E> From<CastFloat64ToUint64> for UnaryFunc<E>
impl<E> From<CastFloat64ToUint64> for UnaryFunc<E>
Source§fn from(variant: CastFloat64ToUint64) -> Self
fn from(variant: CastFloat64ToUint64) -> Self
Source§impl<E> From<CastInt2VectorToArray> for UnaryFunc<E>
impl<E> From<CastInt2VectorToArray> for UnaryFunc<E>
Source§fn from(variant: CastInt2VectorToArray) -> Self
fn from(variant: CastInt2VectorToArray) -> Self
Source§impl<E> From<CastInt2VectorToString> for UnaryFunc<E>
impl<E> From<CastInt2VectorToString> for UnaryFunc<E>
Source§fn from(variant: CastInt2VectorToString) -> Self
fn from(variant: CastInt2VectorToString) -> Self
Source§impl<E> From<CastInt16ToFloat32> for UnaryFunc<E>
impl<E> From<CastInt16ToFloat32> for UnaryFunc<E>
Source§fn from(variant: CastInt16ToFloat32) -> Self
fn from(variant: CastInt16ToFloat32) -> Self
Source§impl<E> From<CastInt16ToFloat64> for UnaryFunc<E>
impl<E> From<CastInt16ToFloat64> for UnaryFunc<E>
Source§fn from(variant: CastInt16ToFloat64) -> Self
fn from(variant: CastInt16ToFloat64) -> Self
Source§impl<E> From<CastInt16ToInt32> for UnaryFunc<E>
impl<E> From<CastInt16ToInt32> for UnaryFunc<E>
Source§fn from(variant: CastInt16ToInt32) -> Self
fn from(variant: CastInt16ToInt32) -> Self
Source§impl<E> From<CastInt16ToInt64> for UnaryFunc<E>
impl<E> From<CastInt16ToInt64> for UnaryFunc<E>
Source§fn from(variant: CastInt16ToInt64) -> Self
fn from(variant: CastInt16ToInt64) -> Self
Source§impl<E> From<CastInt16ToNumeric> for UnaryFunc<E>
impl<E> From<CastInt16ToNumeric> for UnaryFunc<E>
Source§fn from(variant: CastInt16ToNumeric) -> Self
fn from(variant: CastInt16ToNumeric) -> Self
Source§impl<E> From<CastInt16ToString> for UnaryFunc<E>
impl<E> From<CastInt16ToString> for UnaryFunc<E>
Source§fn from(variant: CastInt16ToString) -> Self
fn from(variant: CastInt16ToString) -> Self
Source§impl<E> From<CastInt16ToUint16> for UnaryFunc<E>
impl<E> From<CastInt16ToUint16> for UnaryFunc<E>
Source§fn from(variant: CastInt16ToUint16) -> Self
fn from(variant: CastInt16ToUint16) -> Self
Source§impl<E> From<CastInt16ToUint32> for UnaryFunc<E>
impl<E> From<CastInt16ToUint32> for UnaryFunc<E>
Source§fn from(variant: CastInt16ToUint32) -> Self
fn from(variant: CastInt16ToUint32) -> Self
Source§impl<E> From<CastInt16ToUint64> for UnaryFunc<E>
impl<E> From<CastInt16ToUint64> for UnaryFunc<E>
Source§fn from(variant: CastInt16ToUint64) -> Self
fn from(variant: CastInt16ToUint64) -> Self
Source§impl<E> From<CastInt32ToBool> for UnaryFunc<E>
impl<E> From<CastInt32ToBool> for UnaryFunc<E>
Source§fn from(variant: CastInt32ToBool) -> Self
fn from(variant: CastInt32ToBool) -> Self
Source§impl<E> From<CastInt32ToFloat32> for UnaryFunc<E>
impl<E> From<CastInt32ToFloat32> for UnaryFunc<E>
Source§fn from(variant: CastInt32ToFloat32) -> Self
fn from(variant: CastInt32ToFloat32) -> Self
Source§impl<E> From<CastInt32ToFloat64> for UnaryFunc<E>
impl<E> From<CastInt32ToFloat64> for UnaryFunc<E>
Source§fn from(variant: CastInt32ToFloat64) -> Self
fn from(variant: CastInt32ToFloat64) -> Self
Source§impl<E> From<CastInt32ToInt16> for UnaryFunc<E>
impl<E> From<CastInt32ToInt16> for UnaryFunc<E>
Source§fn from(variant: CastInt32ToInt16) -> Self
fn from(variant: CastInt32ToInt16) -> Self
Source§impl<E> From<CastInt32ToInt64> for UnaryFunc<E>
impl<E> From<CastInt32ToInt64> for UnaryFunc<E>
Source§fn from(variant: CastInt32ToInt64) -> Self
fn from(variant: CastInt32ToInt64) -> Self
Source§impl<E> From<CastInt32ToMzTimestamp> for UnaryFunc<E>
impl<E> From<CastInt32ToMzTimestamp> for UnaryFunc<E>
Source§fn from(variant: CastInt32ToMzTimestamp) -> Self
fn from(variant: CastInt32ToMzTimestamp) -> Self
Source§impl<E> From<CastInt32ToNumeric> for UnaryFunc<E>
impl<E> From<CastInt32ToNumeric> for UnaryFunc<E>
Source§fn from(variant: CastInt32ToNumeric) -> Self
fn from(variant: CastInt32ToNumeric) -> Self
Source§impl<E> From<CastInt32ToOid> for UnaryFunc<E>
impl<E> From<CastInt32ToOid> for UnaryFunc<E>
Source§fn from(variant: CastInt32ToOid) -> Self
fn from(variant: CastInt32ToOid) -> Self
Source§impl<E> From<CastInt32ToPgLegacyChar> for UnaryFunc<E>
impl<E> From<CastInt32ToPgLegacyChar> for UnaryFunc<E>
Source§fn from(variant: CastInt32ToPgLegacyChar) -> Self
fn from(variant: CastInt32ToPgLegacyChar) -> Self
Source§impl<E> From<CastInt32ToString> for UnaryFunc<E>
impl<E> From<CastInt32ToString> for UnaryFunc<E>
Source§fn from(variant: CastInt32ToString) -> Self
fn from(variant: CastInt32ToString) -> Self
Source§impl<E> From<CastInt32ToUint16> for UnaryFunc<E>
impl<E> From<CastInt32ToUint16> for UnaryFunc<E>
Source§fn from(variant: CastInt32ToUint16) -> Self
fn from(variant: CastInt32ToUint16) -> Self
Source§impl<E> From<CastInt32ToUint32> for UnaryFunc<E>
impl<E> From<CastInt32ToUint32> for UnaryFunc<E>
Source§fn from(variant: CastInt32ToUint32) -> Self
fn from(variant: CastInt32ToUint32) -> Self
Source§impl<E> From<CastInt32ToUint64> for UnaryFunc<E>
impl<E> From<CastInt32ToUint64> for UnaryFunc<E>
Source§fn from(variant: CastInt32ToUint64) -> Self
fn from(variant: CastInt32ToUint64) -> Self
Source§impl<E> From<CastInt64ToBool> for UnaryFunc<E>
impl<E> From<CastInt64ToBool> for UnaryFunc<E>
Source§fn from(variant: CastInt64ToBool) -> Self
fn from(variant: CastInt64ToBool) -> Self
Source§impl<E> From<CastInt64ToFloat32> for UnaryFunc<E>
impl<E> From<CastInt64ToFloat32> for UnaryFunc<E>
Source§fn from(variant: CastInt64ToFloat32) -> Self
fn from(variant: CastInt64ToFloat32) -> Self
Source§impl<E> From<CastInt64ToFloat64> for UnaryFunc<E>
impl<E> From<CastInt64ToFloat64> for UnaryFunc<E>
Source§fn from(variant: CastInt64ToFloat64) -> Self
fn from(variant: CastInt64ToFloat64) -> Self
Source§impl<E> From<CastInt64ToInt16> for UnaryFunc<E>
impl<E> From<CastInt64ToInt16> for UnaryFunc<E>
Source§fn from(variant: CastInt64ToInt16) -> Self
fn from(variant: CastInt64ToInt16) -> Self
Source§impl<E> From<CastInt64ToInt32> for UnaryFunc<E>
impl<E> From<CastInt64ToInt32> for UnaryFunc<E>
Source§fn from(variant: CastInt64ToInt32) -> Self
fn from(variant: CastInt64ToInt32) -> Self
Source§impl<E> From<CastInt64ToMzTimestamp> for UnaryFunc<E>
impl<E> From<CastInt64ToMzTimestamp> for UnaryFunc<E>
Source§fn from(variant: CastInt64ToMzTimestamp) -> Self
fn from(variant: CastInt64ToMzTimestamp) -> Self
Source§impl<E> From<CastInt64ToNumeric> for UnaryFunc<E>
impl<E> From<CastInt64ToNumeric> for UnaryFunc<E>
Source§fn from(variant: CastInt64ToNumeric) -> Self
fn from(variant: CastInt64ToNumeric) -> Self
Source§impl<E> From<CastInt64ToOid> for UnaryFunc<E>
impl<E> From<CastInt64ToOid> for UnaryFunc<E>
Source§fn from(variant: CastInt64ToOid) -> Self
fn from(variant: CastInt64ToOid) -> Self
Source§impl<E> From<CastInt64ToString> for UnaryFunc<E>
impl<E> From<CastInt64ToString> for UnaryFunc<E>
Source§fn from(variant: CastInt64ToString) -> Self
fn from(variant: CastInt64ToString) -> Self
Source§impl<E> From<CastInt64ToUint16> for UnaryFunc<E>
impl<E> From<CastInt64ToUint16> for UnaryFunc<E>
Source§fn from(variant: CastInt64ToUint16) -> Self
fn from(variant: CastInt64ToUint16) -> Self
Source§impl<E> From<CastInt64ToUint32> for UnaryFunc<E>
impl<E> From<CastInt64ToUint32> for UnaryFunc<E>
Source§fn from(variant: CastInt64ToUint32) -> Self
fn from(variant: CastInt64ToUint32) -> Self
Source§impl<E> From<CastInt64ToUint64> for UnaryFunc<E>
impl<E> From<CastInt64ToUint64> for UnaryFunc<E>
Source§fn from(variant: CastInt64ToUint64) -> Self
fn from(variant: CastInt64ToUint64) -> Self
Source§impl<E> From<CastIntervalToString> for UnaryFunc<E>
impl<E> From<CastIntervalToString> for UnaryFunc<E>
Source§fn from(variant: CastIntervalToString) -> Self
fn from(variant: CastIntervalToString) -> Self
Source§impl<E> From<CastIntervalToTime> for UnaryFunc<E>
impl<E> From<CastIntervalToTime> for UnaryFunc<E>
Source§fn from(variant: CastIntervalToTime) -> Self
fn from(variant: CastIntervalToTime) -> Self
Source§impl<E> From<CastJsonbToBool> for UnaryFunc<E>
impl<E> From<CastJsonbToBool> for UnaryFunc<E>
Source§fn from(variant: CastJsonbToBool) -> Self
fn from(variant: CastJsonbToBool) -> Self
Source§impl<E> From<CastJsonbToFloat32> for UnaryFunc<E>
impl<E> From<CastJsonbToFloat32> for UnaryFunc<E>
Source§fn from(variant: CastJsonbToFloat32) -> Self
fn from(variant: CastJsonbToFloat32) -> Self
Source§impl<E> From<CastJsonbToFloat64> for UnaryFunc<E>
impl<E> From<CastJsonbToFloat64> for UnaryFunc<E>
Source§fn from(variant: CastJsonbToFloat64) -> Self
fn from(variant: CastJsonbToFloat64) -> Self
Source§impl<E> From<CastJsonbToInt16> for UnaryFunc<E>
impl<E> From<CastJsonbToInt16> for UnaryFunc<E>
Source§fn from(variant: CastJsonbToInt16) -> Self
fn from(variant: CastJsonbToInt16) -> Self
Source§impl<E> From<CastJsonbToInt32> for UnaryFunc<E>
impl<E> From<CastJsonbToInt32> for UnaryFunc<E>
Source§fn from(variant: CastJsonbToInt32) -> Self
fn from(variant: CastJsonbToInt32) -> Self
Source§impl<E> From<CastJsonbToInt64> for UnaryFunc<E>
impl<E> From<CastJsonbToInt64> for UnaryFunc<E>
Source§fn from(variant: CastJsonbToInt64) -> Self
fn from(variant: CastJsonbToInt64) -> Self
Source§impl<E> From<CastJsonbToNumeric> for UnaryFunc<E>
impl<E> From<CastJsonbToNumeric> for UnaryFunc<E>
Source§fn from(variant: CastJsonbToNumeric) -> Self
fn from(variant: CastJsonbToNumeric) -> Self
Source§impl<E> From<CastJsonbToString> for UnaryFunc<E>
impl<E> From<CastJsonbToString> for UnaryFunc<E>
Source§fn from(variant: CastJsonbToString) -> Self
fn from(variant: CastJsonbToString) -> Self
Source§impl<E> From<CastJsonbableToJsonb> for UnaryFunc<E>
impl<E> From<CastJsonbableToJsonb> for UnaryFunc<E>
Source§fn from(variant: CastJsonbableToJsonb) -> Self
fn from(variant: CastJsonbableToJsonb) -> Self
Source§impl<E> From<CastList1ToList2<E>> for UnaryFunc<E>
impl<E> From<CastList1ToList2<E>> for UnaryFunc<E>
Source§fn from(variant: CastList1ToList2<E>) -> Self
fn from(variant: CastList1ToList2<E>) -> Self
Source§impl<E> From<CastListToJsonb<E>> for UnaryFunc<E>
impl<E> From<CastListToJsonb<E>> for UnaryFunc<E>
Source§fn from(variant: CastListToJsonb<E>) -> Self
fn from(variant: CastListToJsonb<E>) -> Self
Source§impl<E> From<CastListToString> for UnaryFunc<E>
impl<E> From<CastListToString> for UnaryFunc<E>
Source§fn from(variant: CastListToString) -> Self
fn from(variant: CastListToString) -> Self
Source§impl<E> From<CastMapToString> for UnaryFunc<E>
impl<E> From<CastMapToString> for UnaryFunc<E>
Source§fn from(variant: CastMapToString) -> Self
fn from(variant: CastMapToString) -> Self
Source§impl<E> From<CastMzTimestampToString> for UnaryFunc<E>
impl<E> From<CastMzTimestampToString> for UnaryFunc<E>
Source§fn from(variant: CastMzTimestampToString) -> Self
fn from(variant: CastMzTimestampToString) -> Self
Source§impl<E> From<CastMzTimestampToTimestamp> for UnaryFunc<E>
impl<E> From<CastMzTimestampToTimestamp> for UnaryFunc<E>
Source§fn from(variant: CastMzTimestampToTimestamp) -> Self
fn from(variant: CastMzTimestampToTimestamp) -> Self
Source§impl<E> From<CastMzTimestampToTimestampTz> for UnaryFunc<E>
impl<E> From<CastMzTimestampToTimestampTz> for UnaryFunc<E>
Source§fn from(variant: CastMzTimestampToTimestampTz) -> Self
fn from(variant: CastMzTimestampToTimestampTz) -> Self
Source§impl<E> From<CastNumericToFloat32> for UnaryFunc<E>
impl<E> From<CastNumericToFloat32> for UnaryFunc<E>
Source§fn from(variant: CastNumericToFloat32) -> Self
fn from(variant: CastNumericToFloat32) -> Self
Source§impl<E> From<CastNumericToFloat64> for UnaryFunc<E>
impl<E> From<CastNumericToFloat64> for UnaryFunc<E>
Source§fn from(variant: CastNumericToFloat64) -> Self
fn from(variant: CastNumericToFloat64) -> Self
Source§impl<E> From<CastNumericToInt16> for UnaryFunc<E>
impl<E> From<CastNumericToInt16> for UnaryFunc<E>
Source§fn from(variant: CastNumericToInt16) -> Self
fn from(variant: CastNumericToInt16) -> Self
Source§impl<E> From<CastNumericToInt32> for UnaryFunc<E>
impl<E> From<CastNumericToInt32> for UnaryFunc<E>
Source§fn from(variant: CastNumericToInt32) -> Self
fn from(variant: CastNumericToInt32) -> Self
Source§impl<E> From<CastNumericToInt64> for UnaryFunc<E>
impl<E> From<CastNumericToInt64> for UnaryFunc<E>
Source§fn from(variant: CastNumericToInt64) -> Self
fn from(variant: CastNumericToInt64) -> Self
Source§impl<E> From<CastNumericToMzTimestamp> for UnaryFunc<E>
impl<E> From<CastNumericToMzTimestamp> for UnaryFunc<E>
Source§fn from(variant: CastNumericToMzTimestamp) -> Self
fn from(variant: CastNumericToMzTimestamp) -> Self
Source§impl<E> From<CastNumericToString> for UnaryFunc<E>
impl<E> From<CastNumericToString> for UnaryFunc<E>
Source§fn from(variant: CastNumericToString) -> Self
fn from(variant: CastNumericToString) -> Self
Source§impl<E> From<CastNumericToUint16> for UnaryFunc<E>
impl<E> From<CastNumericToUint16> for UnaryFunc<E>
Source§fn from(variant: CastNumericToUint16) -> Self
fn from(variant: CastNumericToUint16) -> Self
Source§impl<E> From<CastNumericToUint32> for UnaryFunc<E>
impl<E> From<CastNumericToUint32> for UnaryFunc<E>
Source§fn from(variant: CastNumericToUint32) -> Self
fn from(variant: CastNumericToUint32) -> Self
Source§impl<E> From<CastNumericToUint64> for UnaryFunc<E>
impl<E> From<CastNumericToUint64> for UnaryFunc<E>
Source§fn from(variant: CastNumericToUint64) -> Self
fn from(variant: CastNumericToUint64) -> Self
Source§impl<E> From<CastOidToInt32> for UnaryFunc<E>
impl<E> From<CastOidToInt32> for UnaryFunc<E>
Source§fn from(variant: CastOidToInt32) -> Self
fn from(variant: CastOidToInt32) -> Self
Source§impl<E> From<CastOidToInt64> for UnaryFunc<E>
impl<E> From<CastOidToInt64> for UnaryFunc<E>
Source§fn from(variant: CastOidToInt64) -> Self
fn from(variant: CastOidToInt64) -> Self
Source§impl<E> From<CastOidToRegClass> for UnaryFunc<E>
impl<E> From<CastOidToRegClass> for UnaryFunc<E>
Source§fn from(variant: CastOidToRegClass) -> Self
fn from(variant: CastOidToRegClass) -> Self
Source§impl<E> From<CastOidToRegProc> for UnaryFunc<E>
impl<E> From<CastOidToRegProc> for UnaryFunc<E>
Source§fn from(variant: CastOidToRegProc) -> Self
fn from(variant: CastOidToRegProc) -> Self
Source§impl<E> From<CastOidToRegType> for UnaryFunc<E>
impl<E> From<CastOidToRegType> for UnaryFunc<E>
Source§fn from(variant: CastOidToRegType) -> Self
fn from(variant: CastOidToRegType) -> Self
Source§impl<E> From<CastOidToString> for UnaryFunc<E>
impl<E> From<CastOidToString> for UnaryFunc<E>
Source§fn from(variant: CastOidToString) -> Self
fn from(variant: CastOidToString) -> Self
Source§impl<E> From<CastPgLegacyCharToChar> for UnaryFunc<E>
impl<E> From<CastPgLegacyCharToChar> for UnaryFunc<E>
Source§fn from(variant: CastPgLegacyCharToChar) -> Self
fn from(variant: CastPgLegacyCharToChar) -> Self
Source§impl<E> From<CastPgLegacyCharToInt32> for UnaryFunc<E>
impl<E> From<CastPgLegacyCharToInt32> for UnaryFunc<E>
Source§fn from(variant: CastPgLegacyCharToInt32) -> Self
fn from(variant: CastPgLegacyCharToInt32) -> Self
Source§impl<E> From<CastPgLegacyCharToString> for UnaryFunc<E>
impl<E> From<CastPgLegacyCharToString> for UnaryFunc<E>
Source§fn from(variant: CastPgLegacyCharToString) -> Self
fn from(variant: CastPgLegacyCharToString) -> Self
Source§impl<E> From<CastPgLegacyCharToVarChar> for UnaryFunc<E>
impl<E> From<CastPgLegacyCharToVarChar> for UnaryFunc<E>
Source§fn from(variant: CastPgLegacyCharToVarChar) -> Self
fn from(variant: CastPgLegacyCharToVarChar) -> Self
Source§impl<E> From<CastRangeToString> for UnaryFunc<E>
impl<E> From<CastRangeToString> for UnaryFunc<E>
Source§fn from(variant: CastRangeToString) -> Self
fn from(variant: CastRangeToString) -> Self
Source§impl<E> From<CastRecord1ToRecord2<E>> for UnaryFunc<E>
impl<E> From<CastRecord1ToRecord2<E>> for UnaryFunc<E>
Source§fn from(variant: CastRecord1ToRecord2<E>) -> Self
fn from(variant: CastRecord1ToRecord2<E>) -> Self
Source§impl<E> From<CastRecordToString> for UnaryFunc<E>
impl<E> From<CastRecordToString> for UnaryFunc<E>
Source§fn from(variant: CastRecordToString) -> Self
fn from(variant: CastRecordToString) -> Self
Source§impl<E> From<CastRegClassToOid> for UnaryFunc<E>
impl<E> From<CastRegClassToOid> for UnaryFunc<E>
Source§fn from(variant: CastRegClassToOid) -> Self
fn from(variant: CastRegClassToOid) -> Self
Source§impl<E> From<CastRegProcToOid> for UnaryFunc<E>
impl<E> From<CastRegProcToOid> for UnaryFunc<E>
Source§fn from(variant: CastRegProcToOid) -> Self
fn from(variant: CastRegProcToOid) -> Self
Source§impl<E> From<CastRegTypeToOid> for UnaryFunc<E>
impl<E> From<CastRegTypeToOid> for UnaryFunc<E>
Source§fn from(variant: CastRegTypeToOid) -> Self
fn from(variant: CastRegTypeToOid) -> Self
Source§impl<E> From<CastStringToArray<E>> for UnaryFunc<E>
impl<E> From<CastStringToArray<E>> for UnaryFunc<E>
Source§fn from(variant: CastStringToArray<E>) -> Self
fn from(variant: CastStringToArray<E>) -> Self
Source§impl<E> From<CastStringToBool> for UnaryFunc<E>
impl<E> From<CastStringToBool> for UnaryFunc<E>
Source§fn from(variant: CastStringToBool) -> Self
fn from(variant: CastStringToBool) -> Self
Source§impl<E> From<CastStringToBytes> for UnaryFunc<E>
impl<E> From<CastStringToBytes> for UnaryFunc<E>
Source§fn from(variant: CastStringToBytes) -> Self
fn from(variant: CastStringToBytes) -> Self
Source§impl<E> From<CastStringToChar> for UnaryFunc<E>
impl<E> From<CastStringToChar> for UnaryFunc<E>
Source§fn from(variant: CastStringToChar) -> Self
fn from(variant: CastStringToChar) -> Self
Source§impl<E> From<CastStringToDate> for UnaryFunc<E>
impl<E> From<CastStringToDate> for UnaryFunc<E>
Source§fn from(variant: CastStringToDate) -> Self
fn from(variant: CastStringToDate) -> Self
Source§impl<E> From<CastStringToFloat32> for UnaryFunc<E>
impl<E> From<CastStringToFloat32> for UnaryFunc<E>
Source§fn from(variant: CastStringToFloat32) -> Self
fn from(variant: CastStringToFloat32) -> Self
Source§impl<E> From<CastStringToFloat64> for UnaryFunc<E>
impl<E> From<CastStringToFloat64> for UnaryFunc<E>
Source§fn from(variant: CastStringToFloat64) -> Self
fn from(variant: CastStringToFloat64) -> Self
Source§impl<E> From<CastStringToInt2Vector> for UnaryFunc<E>
impl<E> From<CastStringToInt2Vector> for UnaryFunc<E>
Source§fn from(variant: CastStringToInt2Vector) -> Self
fn from(variant: CastStringToInt2Vector) -> Self
Source§impl<E> From<CastStringToInt16> for UnaryFunc<E>
impl<E> From<CastStringToInt16> for UnaryFunc<E>
Source§fn from(variant: CastStringToInt16) -> Self
fn from(variant: CastStringToInt16) -> Self
Source§impl<E> From<CastStringToInt32> for UnaryFunc<E>
impl<E> From<CastStringToInt32> for UnaryFunc<E>
Source§fn from(variant: CastStringToInt32) -> Self
fn from(variant: CastStringToInt32) -> Self
Source§impl<E> From<CastStringToInt64> for UnaryFunc<E>
impl<E> From<CastStringToInt64> for UnaryFunc<E>
Source§fn from(variant: CastStringToInt64) -> Self
fn from(variant: CastStringToInt64) -> Self
Source§impl<E> From<CastStringToInterval> for UnaryFunc<E>
impl<E> From<CastStringToInterval> for UnaryFunc<E>
Source§fn from(variant: CastStringToInterval) -> Self
fn from(variant: CastStringToInterval) -> Self
Source§impl<E> From<CastStringToJsonb> for UnaryFunc<E>
impl<E> From<CastStringToJsonb> for UnaryFunc<E>
Source§fn from(variant: CastStringToJsonb) -> Self
fn from(variant: CastStringToJsonb) -> Self
Source§impl<E> From<CastStringToList<E>> for UnaryFunc<E>
impl<E> From<CastStringToList<E>> for UnaryFunc<E>
Source§fn from(variant: CastStringToList<E>) -> Self
fn from(variant: CastStringToList<E>) -> Self
Source§impl<E> From<CastStringToMap<E>> for UnaryFunc<E>
impl<E> From<CastStringToMap<E>> for UnaryFunc<E>
Source§fn from(variant: CastStringToMap<E>) -> Self
fn from(variant: CastStringToMap<E>) -> Self
Source§impl<E> From<CastStringToMzTimestamp> for UnaryFunc<E>
impl<E> From<CastStringToMzTimestamp> for UnaryFunc<E>
Source§fn from(variant: CastStringToMzTimestamp) -> Self
fn from(variant: CastStringToMzTimestamp) -> Self
Source§impl<E> From<CastStringToNumeric> for UnaryFunc<E>
impl<E> From<CastStringToNumeric> for UnaryFunc<E>
Source§fn from(variant: CastStringToNumeric) -> Self
fn from(variant: CastStringToNumeric) -> Self
Source§impl<E> From<CastStringToOid> for UnaryFunc<E>
impl<E> From<CastStringToOid> for UnaryFunc<E>
Source§fn from(variant: CastStringToOid) -> Self
fn from(variant: CastStringToOid) -> Self
Source§impl<E> From<CastStringToPgLegacyChar> for UnaryFunc<E>
impl<E> From<CastStringToPgLegacyChar> for UnaryFunc<E>
Source§fn from(variant: CastStringToPgLegacyChar) -> Self
fn from(variant: CastStringToPgLegacyChar) -> Self
Source§impl<E> From<CastStringToPgLegacyName> for UnaryFunc<E>
impl<E> From<CastStringToPgLegacyName> for UnaryFunc<E>
Source§fn from(variant: CastStringToPgLegacyName) -> Self
fn from(variant: CastStringToPgLegacyName) -> Self
Source§impl<E> From<CastStringToRange<E>> for UnaryFunc<E>
impl<E> From<CastStringToRange<E>> for UnaryFunc<E>
Source§fn from(variant: CastStringToRange<E>) -> Self
fn from(variant: CastStringToRange<E>) -> Self
Source§impl<E> From<CastStringToTime> for UnaryFunc<E>
impl<E> From<CastStringToTime> for UnaryFunc<E>
Source§fn from(variant: CastStringToTime) -> Self
fn from(variant: CastStringToTime) -> Self
Source§impl<E> From<CastStringToTimestamp> for UnaryFunc<E>
impl<E> From<CastStringToTimestamp> for UnaryFunc<E>
Source§fn from(variant: CastStringToTimestamp) -> Self
fn from(variant: CastStringToTimestamp) -> Self
Source§impl<E> From<CastStringToTimestampTz> for UnaryFunc<E>
impl<E> From<CastStringToTimestampTz> for UnaryFunc<E>
Source§fn from(variant: CastStringToTimestampTz) -> Self
fn from(variant: CastStringToTimestampTz) -> Self
Source§impl<E> From<CastStringToUint16> for UnaryFunc<E>
impl<E> From<CastStringToUint16> for UnaryFunc<E>
Source§fn from(variant: CastStringToUint16) -> Self
fn from(variant: CastStringToUint16) -> Self
Source§impl<E> From<CastStringToUint32> for UnaryFunc<E>
impl<E> From<CastStringToUint32> for UnaryFunc<E>
Source§fn from(variant: CastStringToUint32) -> Self
fn from(variant: CastStringToUint32) -> Self
Source§impl<E> From<CastStringToUint64> for UnaryFunc<E>
impl<E> From<CastStringToUint64> for UnaryFunc<E>
Source§fn from(variant: CastStringToUint64) -> Self
fn from(variant: CastStringToUint64) -> Self
Source§impl<E> From<CastStringToUuid> for UnaryFunc<E>
impl<E> From<CastStringToUuid> for UnaryFunc<E>
Source§fn from(variant: CastStringToUuid) -> Self
fn from(variant: CastStringToUuid) -> Self
Source§impl<E> From<CastStringToVarChar> for UnaryFunc<E>
impl<E> From<CastStringToVarChar> for UnaryFunc<E>
Source§fn from(variant: CastStringToVarChar) -> Self
fn from(variant: CastStringToVarChar) -> Self
Source§impl<E> From<CastTimeToInterval> for UnaryFunc<E>
impl<E> From<CastTimeToInterval> for UnaryFunc<E>
Source§fn from(variant: CastTimeToInterval) -> Self
fn from(variant: CastTimeToInterval) -> Self
Source§impl<E> From<CastTimeToString> for UnaryFunc<E>
impl<E> From<CastTimeToString> for UnaryFunc<E>
Source§fn from(variant: CastTimeToString) -> Self
fn from(variant: CastTimeToString) -> Self
Source§impl<E> From<CastTimestampToDate> for UnaryFunc<E>
impl<E> From<CastTimestampToDate> for UnaryFunc<E>
Source§fn from(variant: CastTimestampToDate) -> Self
fn from(variant: CastTimestampToDate) -> Self
Source§impl<E> From<CastTimestampToMzTimestamp> for UnaryFunc<E>
impl<E> From<CastTimestampToMzTimestamp> for UnaryFunc<E>
Source§fn from(variant: CastTimestampToMzTimestamp) -> Self
fn from(variant: CastTimestampToMzTimestamp) -> Self
Source§impl<E> From<CastTimestampToString> for UnaryFunc<E>
impl<E> From<CastTimestampToString> for UnaryFunc<E>
Source§fn from(variant: CastTimestampToString) -> Self
fn from(variant: CastTimestampToString) -> Self
Source§impl<E> From<CastTimestampToTime> for UnaryFunc<E>
impl<E> From<CastTimestampToTime> for UnaryFunc<E>
Source§fn from(variant: CastTimestampToTime) -> Self
fn from(variant: CastTimestampToTime) -> Self
Source§impl<E> From<CastTimestampToTimestampTz> for UnaryFunc<E>
impl<E> From<CastTimestampToTimestampTz> for UnaryFunc<E>
Source§fn from(variant: CastTimestampToTimestampTz) -> Self
fn from(variant: CastTimestampToTimestampTz) -> Self
Source§impl<E> From<CastTimestampTzToDate> for UnaryFunc<E>
impl<E> From<CastTimestampTzToDate> for UnaryFunc<E>
Source§fn from(variant: CastTimestampTzToDate) -> Self
fn from(variant: CastTimestampTzToDate) -> Self
Source§impl<E> From<CastTimestampTzToMzTimestamp> for UnaryFunc<E>
impl<E> From<CastTimestampTzToMzTimestamp> for UnaryFunc<E>
Source§fn from(variant: CastTimestampTzToMzTimestamp) -> Self
fn from(variant: CastTimestampTzToMzTimestamp) -> Self
Source§impl<E> From<CastTimestampTzToString> for UnaryFunc<E>
impl<E> From<CastTimestampTzToString> for UnaryFunc<E>
Source§fn from(variant: CastTimestampTzToString) -> Self
fn from(variant: CastTimestampTzToString) -> Self
Source§impl<E> From<CastTimestampTzToTime> for UnaryFunc<E>
impl<E> From<CastTimestampTzToTime> for UnaryFunc<E>
Source§fn from(variant: CastTimestampTzToTime) -> Self
fn from(variant: CastTimestampTzToTime) -> Self
Source§impl<E> From<CastTimestampTzToTimestamp> for UnaryFunc<E>
impl<E> From<CastTimestampTzToTimestamp> for UnaryFunc<E>
Source§fn from(variant: CastTimestampTzToTimestamp) -> Self
fn from(variant: CastTimestampTzToTimestamp) -> Self
Source§impl<E> From<CastUint16ToFloat32> for UnaryFunc<E>
impl<E> From<CastUint16ToFloat32> for UnaryFunc<E>
Source§fn from(variant: CastUint16ToFloat32) -> Self
fn from(variant: CastUint16ToFloat32) -> Self
Source§impl<E> From<CastUint16ToFloat64> for UnaryFunc<E>
impl<E> From<CastUint16ToFloat64> for UnaryFunc<E>
Source§fn from(variant: CastUint16ToFloat64) -> Self
fn from(variant: CastUint16ToFloat64) -> Self
Source§impl<E> From<CastUint16ToInt16> for UnaryFunc<E>
impl<E> From<CastUint16ToInt16> for UnaryFunc<E>
Source§fn from(variant: CastUint16ToInt16) -> Self
fn from(variant: CastUint16ToInt16) -> Self
Source§impl<E> From<CastUint16ToInt32> for UnaryFunc<E>
impl<E> From<CastUint16ToInt32> for UnaryFunc<E>
Source§fn from(variant: CastUint16ToInt32) -> Self
fn from(variant: CastUint16ToInt32) -> Self
Source§impl<E> From<CastUint16ToInt64> for UnaryFunc<E>
impl<E> From<CastUint16ToInt64> for UnaryFunc<E>
Source§fn from(variant: CastUint16ToInt64) -> Self
fn from(variant: CastUint16ToInt64) -> Self
Source§impl<E> From<CastUint16ToNumeric> for UnaryFunc<E>
impl<E> From<CastUint16ToNumeric> for UnaryFunc<E>
Source§fn from(variant: CastUint16ToNumeric) -> Self
fn from(variant: CastUint16ToNumeric) -> Self
Source§impl<E> From<CastUint16ToString> for UnaryFunc<E>
impl<E> From<CastUint16ToString> for UnaryFunc<E>
Source§fn from(variant: CastUint16ToString) -> Self
fn from(variant: CastUint16ToString) -> Self
Source§impl<E> From<CastUint16ToUint32> for UnaryFunc<E>
impl<E> From<CastUint16ToUint32> for UnaryFunc<E>
Source§fn from(variant: CastUint16ToUint32) -> Self
fn from(variant: CastUint16ToUint32) -> Self
Source§impl<E> From<CastUint16ToUint64> for UnaryFunc<E>
impl<E> From<CastUint16ToUint64> for UnaryFunc<E>
Source§fn from(variant: CastUint16ToUint64) -> Self
fn from(variant: CastUint16ToUint64) -> Self
Source§impl<E> From<CastUint32ToFloat32> for UnaryFunc<E>
impl<E> From<CastUint32ToFloat32> for UnaryFunc<E>
Source§fn from(variant: CastUint32ToFloat32) -> Self
fn from(variant: CastUint32ToFloat32) -> Self
Source§impl<E> From<CastUint32ToFloat64> for UnaryFunc<E>
impl<E> From<CastUint32ToFloat64> for UnaryFunc<E>
Source§fn from(variant: CastUint32ToFloat64) -> Self
fn from(variant: CastUint32ToFloat64) -> Self
Source§impl<E> From<CastUint32ToInt16> for UnaryFunc<E>
impl<E> From<CastUint32ToInt16> for UnaryFunc<E>
Source§fn from(variant: CastUint32ToInt16) -> Self
fn from(variant: CastUint32ToInt16) -> Self
Source§impl<E> From<CastUint32ToInt32> for UnaryFunc<E>
impl<E> From<CastUint32ToInt32> for UnaryFunc<E>
Source§fn from(variant: CastUint32ToInt32) -> Self
fn from(variant: CastUint32ToInt32) -> Self
Source§impl<E> From<CastUint32ToInt64> for UnaryFunc<E>
impl<E> From<CastUint32ToInt64> for UnaryFunc<E>
Source§fn from(variant: CastUint32ToInt64) -> Self
fn from(variant: CastUint32ToInt64) -> Self
Source§impl<E> From<CastUint32ToMzTimestamp> for UnaryFunc<E>
impl<E> From<CastUint32ToMzTimestamp> for UnaryFunc<E>
Source§fn from(variant: CastUint32ToMzTimestamp) -> Self
fn from(variant: CastUint32ToMzTimestamp) -> Self
Source§impl<E> From<CastUint32ToNumeric> for UnaryFunc<E>
impl<E> From<CastUint32ToNumeric> for UnaryFunc<E>
Source§fn from(variant: CastUint32ToNumeric) -> Self
fn from(variant: CastUint32ToNumeric) -> Self
Source§impl<E> From<CastUint32ToString> for UnaryFunc<E>
impl<E> From<CastUint32ToString> for UnaryFunc<E>
Source§fn from(variant: CastUint32ToString) -> Self
fn from(variant: CastUint32ToString) -> Self
Source§impl<E> From<CastUint32ToUint16> for UnaryFunc<E>
impl<E> From<CastUint32ToUint16> for UnaryFunc<E>
Source§fn from(variant: CastUint32ToUint16) -> Self
fn from(variant: CastUint32ToUint16) -> Self
Source§impl<E> From<CastUint32ToUint64> for UnaryFunc<E>
impl<E> From<CastUint32ToUint64> for UnaryFunc<E>
Source§fn from(variant: CastUint32ToUint64) -> Self
fn from(variant: CastUint32ToUint64) -> Self
Source§impl<E> From<CastUint64ToFloat32> for UnaryFunc<E>
impl<E> From<CastUint64ToFloat32> for UnaryFunc<E>
Source§fn from(variant: CastUint64ToFloat32) -> Self
fn from(variant: CastUint64ToFloat32) -> Self
Source§impl<E> From<CastUint64ToFloat64> for UnaryFunc<E>
impl<E> From<CastUint64ToFloat64> for UnaryFunc<E>
Source§fn from(variant: CastUint64ToFloat64) -> Self
fn from(variant: CastUint64ToFloat64) -> Self
Source§impl<E> From<CastUint64ToInt16> for UnaryFunc<E>
impl<E> From<CastUint64ToInt16> for UnaryFunc<E>
Source§fn from(variant: CastUint64ToInt16) -> Self
fn from(variant: CastUint64ToInt16) -> Self
Source§impl<E> From<CastUint64ToInt32> for UnaryFunc<E>
impl<E> From<CastUint64ToInt32> for UnaryFunc<E>
Source§fn from(variant: CastUint64ToInt32) -> Self
fn from(variant: CastUint64ToInt32) -> Self
Source§impl<E> From<CastUint64ToInt64> for UnaryFunc<E>
impl<E> From<CastUint64ToInt64> for UnaryFunc<E>
Source§fn from(variant: CastUint64ToInt64) -> Self
fn from(variant: CastUint64ToInt64) -> Self
Source§impl<E> From<CastUint64ToMzTimestamp> for UnaryFunc<E>
impl<E> From<CastUint64ToMzTimestamp> for UnaryFunc<E>
Source§fn from(variant: CastUint64ToMzTimestamp) -> Self
fn from(variant: CastUint64ToMzTimestamp) -> Self
Source§impl<E> From<CastUint64ToNumeric> for UnaryFunc<E>
impl<E> From<CastUint64ToNumeric> for UnaryFunc<E>
Source§fn from(variant: CastUint64ToNumeric) -> Self
fn from(variant: CastUint64ToNumeric) -> Self
Source§impl<E> From<CastUint64ToString> for UnaryFunc<E>
impl<E> From<CastUint64ToString> for UnaryFunc<E>
Source§fn from(variant: CastUint64ToString) -> Self
fn from(variant: CastUint64ToString) -> Self
Source§impl<E> From<CastUint64ToUint16> for UnaryFunc<E>
impl<E> From<CastUint64ToUint16> for UnaryFunc<E>
Source§fn from(variant: CastUint64ToUint16) -> Self
fn from(variant: CastUint64ToUint16) -> Self
Source§impl<E> From<CastUint64ToUint32> for UnaryFunc<E>
impl<E> From<CastUint64ToUint32> for UnaryFunc<E>
Source§fn from(variant: CastUint64ToUint32) -> Self
fn from(variant: CastUint64ToUint32) -> Self
Source§impl<E> From<CastUuidToString> for UnaryFunc<E>
impl<E> From<CastUuidToString> for UnaryFunc<E>
Source§fn from(variant: CastUuidToString) -> Self
fn from(variant: CastUuidToString) -> Self
Source§impl<E> From<CastVarCharToString> for UnaryFunc<E>
impl<E> From<CastVarCharToString> for UnaryFunc<E>
Source§fn from(variant: CastVarCharToString) -> Self
fn from(variant: CastVarCharToString) -> Self
Source§impl<E> From<CbrtFloat64> for UnaryFunc<E>
impl<E> From<CbrtFloat64> for UnaryFunc<E>
Source§fn from(variant: CbrtFloat64) -> Self
fn from(variant: CbrtFloat64) -> Self
Source§impl<E> From<CeilFloat32> for UnaryFunc<E>
impl<E> From<CeilFloat32> for UnaryFunc<E>
Source§fn from(variant: CeilFloat32) -> Self
fn from(variant: CeilFloat32) -> Self
Source§impl<E> From<CeilFloat64> for UnaryFunc<E>
impl<E> From<CeilFloat64> for UnaryFunc<E>
Source§fn from(variant: CeilFloat64) -> Self
fn from(variant: CeilFloat64) -> Self
Source§impl<E> From<CeilNumeric> for UnaryFunc<E>
impl<E> From<CeilNumeric> for UnaryFunc<E>
Source§fn from(variant: CeilNumeric) -> Self
fn from(variant: CeilNumeric) -> Self
Source§impl<E> From<CharLength> for UnaryFunc<E>
impl<E> From<CharLength> for UnaryFunc<E>
Source§fn from(variant: CharLength) -> Self
fn from(variant: CharLength) -> Self
Source§impl<E> From<Crc32Bytes> for UnaryFunc<E>
impl<E> From<Crc32Bytes> for UnaryFunc<E>
Source§fn from(variant: Crc32Bytes) -> Self
fn from(variant: Crc32Bytes) -> Self
Source§impl<E> From<Crc32String> for UnaryFunc<E>
impl<E> From<Crc32String> for UnaryFunc<E>
Source§fn from(variant: Crc32String) -> Self
fn from(variant: Crc32String) -> Self
Source§impl<E> From<DatePartInterval> for UnaryFunc<E>
impl<E> From<DatePartInterval> for UnaryFunc<E>
Source§fn from(variant: DatePartInterval) -> Self
fn from(variant: DatePartInterval) -> Self
Source§impl<E> From<DatePartTime> for UnaryFunc<E>
impl<E> From<DatePartTime> for UnaryFunc<E>
Source§fn from(variant: DatePartTime) -> Self
fn from(variant: DatePartTime) -> Self
Source§impl<E> From<DatePartTimestamp> for UnaryFunc<E>
impl<E> From<DatePartTimestamp> for UnaryFunc<E>
Source§fn from(variant: DatePartTimestamp) -> Self
fn from(variant: DatePartTimestamp) -> Self
Source§impl<E> From<DatePartTimestampTz> for UnaryFunc<E>
impl<E> From<DatePartTimestampTz> for UnaryFunc<E>
Source§fn from(variant: DatePartTimestampTz) -> Self
fn from(variant: DatePartTimestampTz) -> Self
Source§impl<E> From<DateTruncTimestamp> for UnaryFunc<E>
impl<E> From<DateTruncTimestamp> for UnaryFunc<E>
Source§fn from(variant: DateTruncTimestamp) -> Self
fn from(variant: DateTruncTimestamp) -> Self
Source§impl<E> From<DateTruncTimestampTz> for UnaryFunc<E>
impl<E> From<DateTruncTimestampTz> for UnaryFunc<E>
Source§fn from(variant: DateTruncTimestampTz) -> Self
fn from(variant: DateTruncTimestampTz) -> Self
Source§impl<E> From<ExpNumeric> for UnaryFunc<E>
impl<E> From<ExpNumeric> for UnaryFunc<E>
Source§fn from(variant: ExpNumeric) -> Self
fn from(variant: ExpNumeric) -> Self
Source§impl<E> From<ExtractDate> for UnaryFunc<E>
impl<E> From<ExtractDate> for UnaryFunc<E>
Source§fn from(variant: ExtractDate) -> Self
fn from(variant: ExtractDate) -> Self
Source§impl<E> From<ExtractInterval> for UnaryFunc<E>
impl<E> From<ExtractInterval> for UnaryFunc<E>
Source§fn from(variant: ExtractInterval) -> Self
fn from(variant: ExtractInterval) -> Self
Source§impl<E> From<ExtractTime> for UnaryFunc<E>
impl<E> From<ExtractTime> for UnaryFunc<E>
Source§fn from(variant: ExtractTime) -> Self
fn from(variant: ExtractTime) -> Self
Source§impl<E> From<ExtractTimestamp> for UnaryFunc<E>
impl<E> From<ExtractTimestamp> for UnaryFunc<E>
Source§fn from(variant: ExtractTimestamp) -> Self
fn from(variant: ExtractTimestamp) -> Self
Source§impl<E> From<ExtractTimestampTz> for UnaryFunc<E>
impl<E> From<ExtractTimestampTz> for UnaryFunc<E>
Source§fn from(variant: ExtractTimestampTz) -> Self
fn from(variant: ExtractTimestampTz) -> Self
Source§impl<E> From<FloorFloat32> for UnaryFunc<E>
impl<E> From<FloorFloat32> for UnaryFunc<E>
Source§fn from(variant: FloorFloat32) -> Self
fn from(variant: FloorFloat32) -> Self
Source§impl<E> From<FloorFloat64> for UnaryFunc<E>
impl<E> From<FloorFloat64> for UnaryFunc<E>
Source§fn from(variant: FloorFloat64) -> Self
fn from(variant: FloorFloat64) -> Self
Source§impl<E> From<FloorNumeric> for UnaryFunc<E>
impl<E> From<FloorNumeric> for UnaryFunc<E>
Source§fn from(variant: FloorNumeric) -> Self
fn from(variant: FloorNumeric) -> Self
Source§impl<E> From<IsLikeMatch> for UnaryFunc<E>
impl<E> From<IsLikeMatch> for UnaryFunc<E>
Source§fn from(variant: IsLikeMatch) -> Self
fn from(variant: IsLikeMatch) -> Self
Source§impl<E> From<IsRegexpMatch> for UnaryFunc<E>
impl<E> From<IsRegexpMatch> for UnaryFunc<E>
Source§fn from(variant: IsRegexpMatch) -> Self
fn from(variant: IsRegexpMatch) -> Self
Source§impl<E> From<JsonbArrayLength> for UnaryFunc<E>
impl<E> From<JsonbArrayLength> for UnaryFunc<E>
Source§fn from(variant: JsonbArrayLength) -> Self
fn from(variant: JsonbArrayLength) -> Self
Source§impl<E> From<JsonbPretty> for UnaryFunc<E>
impl<E> From<JsonbPretty> for UnaryFunc<E>
Source§fn from(variant: JsonbPretty) -> Self
fn from(variant: JsonbPretty) -> Self
Source§impl<E> From<JsonbStripNulls> for UnaryFunc<E>
impl<E> From<JsonbStripNulls> for UnaryFunc<E>
Source§fn from(variant: JsonbStripNulls) -> Self
fn from(variant: JsonbStripNulls) -> Self
Source§impl<E> From<JsonbTypeof> for UnaryFunc<E>
impl<E> From<JsonbTypeof> for UnaryFunc<E>
Source§fn from(variant: JsonbTypeof) -> Self
fn from(variant: JsonbTypeof) -> Self
Source§impl<E> From<JustifyDays> for UnaryFunc<E>
impl<E> From<JustifyDays> for UnaryFunc<E>
Source§fn from(variant: JustifyDays) -> Self
fn from(variant: JustifyDays) -> Self
Source§impl<E> From<JustifyHours> for UnaryFunc<E>
impl<E> From<JustifyHours> for UnaryFunc<E>
Source§fn from(variant: JustifyHours) -> Self
fn from(variant: JustifyHours) -> Self
Source§impl<E> From<JustifyInterval> for UnaryFunc<E>
impl<E> From<JustifyInterval> for UnaryFunc<E>
Source§fn from(variant: JustifyInterval) -> Self
fn from(variant: JustifyInterval) -> Self
Source§impl<E> From<KafkaMurmur2Bytes> for UnaryFunc<E>
impl<E> From<KafkaMurmur2Bytes> for UnaryFunc<E>
Source§fn from(variant: KafkaMurmur2Bytes) -> Self
fn from(variant: KafkaMurmur2Bytes) -> Self
Source§impl<E> From<KafkaMurmur2String> for UnaryFunc<E>
impl<E> From<KafkaMurmur2String> for UnaryFunc<E>
Source§fn from(variant: KafkaMurmur2String) -> Self
fn from(variant: KafkaMurmur2String) -> Self
Source§impl<E> From<ListLength> for UnaryFunc<E>
impl<E> From<ListLength> for UnaryFunc<E>
Source§fn from(variant: ListLength) -> Self
fn from(variant: ListLength) -> Self
Source§impl<E> From<Log10Numeric> for UnaryFunc<E>
impl<E> From<Log10Numeric> for UnaryFunc<E>
Source§fn from(variant: Log10Numeric) -> Self
fn from(variant: Log10Numeric) -> Self
Source§impl<E> From<MapBuildFromRecordList> for UnaryFunc<E>
impl<E> From<MapBuildFromRecordList> for UnaryFunc<E>
Source§fn from(variant: MapBuildFromRecordList) -> Self
fn from(variant: MapBuildFromRecordList) -> Self
Source§impl<E> From<MzAclItemGrantee> for UnaryFunc<E>
impl<E> From<MzAclItemGrantee> for UnaryFunc<E>
Source§fn from(variant: MzAclItemGrantee) -> Self
fn from(variant: MzAclItemGrantee) -> Self
Source§impl<E> From<MzAclItemGrantor> for UnaryFunc<E>
impl<E> From<MzAclItemGrantor> for UnaryFunc<E>
Source§fn from(variant: MzAclItemGrantor) -> Self
fn from(variant: MzAclItemGrantor) -> Self
Source§impl<E> From<MzAclItemPrivileges> for UnaryFunc<E>
impl<E> From<MzAclItemPrivileges> for UnaryFunc<E>
Source§fn from(variant: MzAclItemPrivileges) -> Self
fn from(variant: MzAclItemPrivileges) -> Self
Source§impl<E> From<MzFormatPrivileges> for UnaryFunc<E>
impl<E> From<MzFormatPrivileges> for UnaryFunc<E>
Source§fn from(variant: MzFormatPrivileges) -> Self
fn from(variant: MzFormatPrivileges) -> Self
Source§impl<E> From<MzTypeName> for UnaryFunc<E>
impl<E> From<MzTypeName> for UnaryFunc<E>
Source§fn from(variant: MzTypeName) -> Self
fn from(variant: MzTypeName) -> Self
Source§impl<E> From<MzValidatePrivileges> for UnaryFunc<E>
impl<E> From<MzValidatePrivileges> for UnaryFunc<E>
Source§fn from(variant: MzValidatePrivileges) -> Self
fn from(variant: MzValidatePrivileges) -> Self
Source§impl<E> From<MzValidateRolePrivilege> for UnaryFunc<E>
impl<E> From<MzValidateRolePrivilege> for UnaryFunc<E>
Source§fn from(variant: MzValidateRolePrivilege) -> Self
fn from(variant: MzValidateRolePrivilege) -> Self
Source§impl<E> From<NegFloat32> for UnaryFunc<E>
impl<E> From<NegFloat32> for UnaryFunc<E>
Source§fn from(variant: NegFloat32) -> Self
fn from(variant: NegFloat32) -> Self
Source§impl<E> From<NegFloat64> for UnaryFunc<E>
impl<E> From<NegFloat64> for UnaryFunc<E>
Source§fn from(variant: NegFloat64) -> Self
fn from(variant: NegFloat64) -> Self
Source§impl<E> From<NegInterval> for UnaryFunc<E>
impl<E> From<NegInterval> for UnaryFunc<E>
Source§fn from(variant: NegInterval) -> Self
fn from(variant: NegInterval) -> Self
Source§impl<E> From<NegNumeric> for UnaryFunc<E>
impl<E> From<NegNumeric> for UnaryFunc<E>
Source§fn from(variant: NegNumeric) -> Self
fn from(variant: NegNumeric) -> Self
Source§impl<E> From<ParseCatalogAclMode> for UnaryFunc<E>
impl<E> From<ParseCatalogAclMode> for UnaryFunc<E>
Source§fn from(variant: ParseCatalogAclMode) -> Self
fn from(variant: ParseCatalogAclMode) -> Self
Source§impl<E> From<ParseCatalogAuditLogDetails> for UnaryFunc<E>
impl<E> From<ParseCatalogAuditLogDetails> for UnaryFunc<E>
Source§fn from(variant: ParseCatalogAuditLogDetails) -> Self
fn from(variant: ParseCatalogAuditLogDetails) -> Self
Source§impl<E> From<ParseCatalogCreateSql> for UnaryFunc<E>
impl<E> From<ParseCatalogCreateSql> for UnaryFunc<E>
Source§fn from(variant: ParseCatalogCreateSql) -> Self
fn from(variant: ParseCatalogCreateSql) -> Self
Source§impl<E> From<ParseCatalogId> for UnaryFunc<E>
impl<E> From<ParseCatalogId> for UnaryFunc<E>
Source§fn from(variant: ParseCatalogId) -> Self
fn from(variant: ParseCatalogId) -> Self
Source§impl<E> From<ParseCatalogPrivileges> for UnaryFunc<E>
impl<E> From<ParseCatalogPrivileges> for UnaryFunc<E>
Source§fn from(variant: ParseCatalogPrivileges) -> Self
fn from(variant: ParseCatalogPrivileges) -> Self
Source§impl<E> From<ParseConnectionDetails> for UnaryFunc<E>
impl<E> From<ParseConnectionDetails> for UnaryFunc<E>
Source§fn from(variant: ParseConnectionDetails) -> Self
fn from(variant: ParseConnectionDetails) -> Self
Source§impl<E> From<ParseKafkaSourceDetails> for UnaryFunc<E>
impl<E> From<ParseKafkaSourceDetails> for UnaryFunc<E>
Source§fn from(variant: ParseKafkaSourceDetails) -> Self
fn from(variant: ParseKafkaSourceDetails) -> Self
Source§impl<E> From<ParsePostgresSourceDetails> for UnaryFunc<E>
impl<E> From<ParsePostgresSourceDetails> for UnaryFunc<E>
Source§fn from(variant: ParsePostgresSourceDetails) -> Self
fn from(variant: ParsePostgresSourceDetails) -> Self
Source§impl<E> From<ParseSourceExportDetails> for UnaryFunc<E>
impl<E> From<ParseSourceExportDetails> for UnaryFunc<E>
Source§fn from(variant: ParseSourceExportDetails) -> Self
fn from(variant: ParseSourceExportDetails) -> Self
Source§impl<E> From<PgColumnSize> for UnaryFunc<E>
impl<E> From<PgColumnSize> for UnaryFunc<E>
Source§fn from(variant: PgColumnSize) -> Self
fn from(variant: PgColumnSize) -> Self
Source§impl<E> From<PgSizePretty> for UnaryFunc<E>
impl<E> From<PgSizePretty> for UnaryFunc<E>
Source§fn from(variant: PgSizePretty) -> Self
fn from(variant: PgSizePretty) -> Self
Source§impl<E> From<QuoteIdent> for UnaryFunc<E>
impl<E> From<QuoteIdent> for UnaryFunc<E>
Source§fn from(variant: QuoteIdent) -> Self
fn from(variant: QuoteIdent) -> Self
Source§impl<E> From<RangeEmpty> for UnaryFunc<E>
impl<E> From<RangeEmpty> for UnaryFunc<E>
Source§fn from(variant: RangeEmpty) -> Self
fn from(variant: RangeEmpty) -> Self
Source§impl<E> From<RangeLower> for UnaryFunc<E>
impl<E> From<RangeLower> for UnaryFunc<E>
Source§fn from(variant: RangeLower) -> Self
fn from(variant: RangeLower) -> Self
Source§impl<E> From<RangeLowerInc> for UnaryFunc<E>
impl<E> From<RangeLowerInc> for UnaryFunc<E>
Source§fn from(variant: RangeLowerInc) -> Self
fn from(variant: RangeLowerInc) -> Self
Source§impl<E> From<RangeLowerInf> for UnaryFunc<E>
impl<E> From<RangeLowerInf> for UnaryFunc<E>
Source§fn from(variant: RangeLowerInf) -> Self
fn from(variant: RangeLowerInf) -> Self
Source§impl<E> From<RangeUpper> for UnaryFunc<E>
impl<E> From<RangeUpper> for UnaryFunc<E>
Source§fn from(variant: RangeUpper) -> Self
fn from(variant: RangeUpper) -> Self
Source§impl<E> From<RangeUpperInc> for UnaryFunc<E>
impl<E> From<RangeUpperInc> for UnaryFunc<E>
Source§fn from(variant: RangeUpperInc) -> Self
fn from(variant: RangeUpperInc) -> Self
Source§impl<E> From<RangeUpperInf> for UnaryFunc<E>
impl<E> From<RangeUpperInf> for UnaryFunc<E>
Source§fn from(variant: RangeUpperInf) -> Self
fn from(variant: RangeUpperInf) -> Self
Source§impl<E> From<RegexpMatch> for UnaryFunc<E>
impl<E> From<RegexpMatch> for UnaryFunc<E>
Source§fn from(variant: RegexpMatch) -> Self
fn from(variant: RegexpMatch) -> Self
Source§impl<E> From<RegexpSplitToArray> for UnaryFunc<E>
impl<E> From<RegexpSplitToArray> for UnaryFunc<E>
Source§fn from(variant: RegexpSplitToArray) -> Self
fn from(variant: RegexpSplitToArray) -> Self
Source§impl<E> From<RoundFloat32> for UnaryFunc<E>
impl<E> From<RoundFloat32> for UnaryFunc<E>
Source§fn from(variant: RoundFloat32) -> Self
fn from(variant: RoundFloat32) -> Self
Source§impl<E> From<RoundFloat64> for UnaryFunc<E>
impl<E> From<RoundFloat64> for UnaryFunc<E>
Source§fn from(variant: RoundFloat64) -> Self
fn from(variant: RoundFloat64) -> Self
Source§impl<E> From<RoundNumeric> for UnaryFunc<E>
impl<E> From<RoundNumeric> for UnaryFunc<E>
Source§fn from(variant: RoundNumeric) -> Self
fn from(variant: RoundNumeric) -> Self
Source§impl<E> From<SeahashBytes> for UnaryFunc<E>
impl<E> From<SeahashBytes> for UnaryFunc<E>
Source§fn from(variant: SeahashBytes) -> Self
fn from(variant: SeahashBytes) -> Self
Source§impl<E> From<SeahashString> for UnaryFunc<E>
impl<E> From<SeahashString> for UnaryFunc<E>
Source§fn from(variant: SeahashString) -> Self
fn from(variant: SeahashString) -> Self
Source§impl<E> From<SqrtFloat64> for UnaryFunc<E>
impl<E> From<SqrtFloat64> for UnaryFunc<E>
Source§fn from(variant: SqrtFloat64) -> Self
fn from(variant: SqrtFloat64) -> Self
Source§impl<E> From<SqrtNumeric> for UnaryFunc<E>
impl<E> From<SqrtNumeric> for UnaryFunc<E>
Source§fn from(variant: SqrtNumeric) -> Self
fn from(variant: SqrtNumeric) -> Self
Source§impl<E> From<StepMzTimestamp> for UnaryFunc<E>
impl<E> From<StepMzTimestamp> for UnaryFunc<E>
Source§fn from(variant: StepMzTimestamp) -> Self
fn from(variant: StepMzTimestamp) -> Self
Source§impl<E> From<TimezoneTime> for UnaryFunc<E>
impl<E> From<TimezoneTime> for UnaryFunc<E>
Source§fn from(variant: TimezoneTime) -> Self
fn from(variant: TimezoneTime) -> Self
Source§impl<E> From<TimezoneTimestamp> for UnaryFunc<E>
impl<E> From<TimezoneTimestamp> for UnaryFunc<E>
Source§fn from(variant: TimezoneTimestamp) -> Self
fn from(variant: TimezoneTimestamp) -> Self
Source§impl<E> From<TimezoneTimestampTz> for UnaryFunc<E>
impl<E> From<TimezoneTimestampTz> for UnaryFunc<E>
Source§fn from(variant: TimezoneTimestampTz) -> Self
fn from(variant: TimezoneTimestampTz) -> Self
Source§impl<E> From<ToCharTimestamp> for UnaryFunc<E>
impl<E> From<ToCharTimestamp> for UnaryFunc<E>
Source§fn from(variant: ToCharTimestamp) -> Self
fn from(variant: ToCharTimestamp) -> Self
Source§impl<E> From<ToCharTimestampTz> for UnaryFunc<E>
impl<E> From<ToCharTimestampTz> for UnaryFunc<E>
Source§fn from(variant: ToCharTimestampTz) -> Self
fn from(variant: ToCharTimestampTz) -> Self
Source§impl<E> From<ToTimestamp> for UnaryFunc<E>
impl<E> From<ToTimestamp> for UnaryFunc<E>
Source§fn from(variant: ToTimestamp) -> Self
fn from(variant: ToTimestamp) -> Self
Source§impl<E> From<TrimLeadingWhitespace> for UnaryFunc<E>
impl<E> From<TrimLeadingWhitespace> for UnaryFunc<E>
Source§fn from(variant: TrimLeadingWhitespace) -> Self
fn from(variant: TrimLeadingWhitespace) -> Self
Source§impl<E> From<TrimTrailingWhitespace> for UnaryFunc<E>
impl<E> From<TrimTrailingWhitespace> for UnaryFunc<E>
Source§fn from(variant: TrimTrailingWhitespace) -> Self
fn from(variant: TrimTrailingWhitespace) -> Self
Source§impl<E> From<TrimWhitespace> for UnaryFunc<E>
impl<E> From<TrimWhitespace> for UnaryFunc<E>
Source§fn from(variant: TrimWhitespace) -> Self
fn from(variant: TrimWhitespace) -> Self
Source§impl<E> From<TruncFloat32> for UnaryFunc<E>
impl<E> From<TruncFloat32> for UnaryFunc<E>
Source§fn from(variant: TruncFloat32) -> Self
fn from(variant: TruncFloat32) -> Self
Source§impl<E> From<TruncFloat64> for UnaryFunc<E>
impl<E> From<TruncFloat64> for UnaryFunc<E>
Source§fn from(variant: TruncFloat64) -> Self
fn from(variant: TruncFloat64) -> Self
Source§impl<E> From<TruncNumeric> for UnaryFunc<E>
impl<E> From<TruncNumeric> for UnaryFunc<E>
Source§fn from(variant: TruncNumeric) -> Self
fn from(variant: TruncNumeric) -> Self
Source§impl<E> From<TryParseMonotonicIso8601Timestamp> for UnaryFunc<E>
impl<E> From<TryParseMonotonicIso8601Timestamp> for UnaryFunc<E>
Source§fn from(variant: TryParseMonotonicIso8601Timestamp) -> Self
fn from(variant: TryParseMonotonicIso8601Timestamp) -> Self
Source§impl<E: Ord> Ord for UnaryFunc<E>
impl<E: Ord> Ord for UnaryFunc<E>
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Source§impl<E: PartialOrd> PartialOrd for UnaryFunc<E>
impl<E: PartialOrd> PartialOrd for UnaryFunc<E>
impl<E: PartialEq> StructuralPartialEq for UnaryFunc<E>
Auto Trait Implementations§
impl<E> Freeze for UnaryFunc<E>
impl<E> RefUnwindSafe for UnaryFunc<E>where
E: RefUnwindSafe,
impl<E> Send for UnaryFunc<E>where
E: Send,
impl<E> Sync for UnaryFunc<E>where
E: Sync,
impl<E> Unpin for UnaryFunc<E>
impl<E> UnsafeUnpin for UnaryFunc<E>
impl<E> UnwindSafe for UnaryFunc<E>where
E: UnwindSafe,
Blanket Implementations§
impl<T> Allocation for T
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Comparable<K> for Q
impl<Q, K> Comparable<K> for Q
impl<T> Data for T
impl<T> Data for T
impl<T> DeserializeOwned for Twhere
T: for<'de> Deserialize<'de>,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
key and return true if they are equal.impl<T> ExchangeData for T
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> IntoEither for T
impl<T> IntoEither for T
Source§fn into_either(self, into_left: bool) -> Either<Self, Self> ⓘ
fn into_either(self, into_left: bool) -> Either<Self, Self> ⓘ
self into a Left variant of Either<Self, Self>
if into_left is true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read moreSource§fn into_either_with<F>(self, into_left: F) -> Either<Self, Self> ⓘ
fn into_either_with<F>(self, into_left: F) -> Either<Self, Self> ⓘ
self into a Left variant of Either<Self, Self>
if into_left(&self) returns true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read moreSource§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>
T in a tonic::RequestSource§impl<T, U> OverrideFrom<Option<&T>> for Uwhere
U: OverrideFrom<T>,
impl<T, U> OverrideFrom<Option<&T>> for Uwhere
U: OverrideFrom<T>,
Source§impl<T> Paint for Twhere
T: ?Sized,
impl<T> Paint for Twhere
T: ?Sized,
Source§fn fg(&self, value: Color) -> Painted<&T>
fn fg(&self, value: Color) -> Painted<&T>
Returns a styled value derived from self with the foreground set to
value.
This method should be used rarely. Instead, prefer to use color-specific
builder methods like red() and
green(), which have the same functionality but are
pithier.
§Example
Set foreground color to white using fg():
use yansi::{Paint, Color};
painted.fg(Color::White);Set foreground color to white using white().
use yansi::Paint;
painted.white();Source§fn bright_black(&self) -> Painted<&T>
fn bright_black(&self) -> Painted<&T>
Source§fn bright_red(&self) -> Painted<&T>
fn bright_red(&self) -> Painted<&T>
Source§fn bright_green(&self) -> Painted<&T>
fn bright_green(&self) -> Painted<&T>
Source§fn bright_yellow(&self) -> Painted<&T>
fn bright_yellow(&self) -> Painted<&T>
Source§fn bright_blue(&self) -> Painted<&T>
fn bright_blue(&self) -> Painted<&T>
Source§fn bright_magenta(&self) -> Painted<&T>
fn bright_magenta(&self) -> Painted<&T>
Source§fn bright_cyan(&self) -> Painted<&T>
fn bright_cyan(&self) -> Painted<&T>
Source§fn bright_white(&self) -> Painted<&T>
fn bright_white(&self) -> Painted<&T>
Source§fn bg(&self, value: Color) -> Painted<&T>
fn bg(&self, value: Color) -> Painted<&T>
Returns a styled value derived from self with the background set to
value.
This method should be used rarely. Instead, prefer to use color-specific
builder methods like on_red() and
on_green(), which have the same functionality but
are pithier.
§Example
Set background color to red using fg():
use yansi::{Paint, Color};
painted.bg(Color::Red);Set background color to red using on_red().
use yansi::Paint;
painted.on_red();Source§fn on_primary(&self) -> Painted<&T>
fn on_primary(&self) -> Painted<&T>
Source§fn on_magenta(&self) -> Painted<&T>
fn on_magenta(&self) -> Painted<&T>
Source§fn on_bright_black(&self) -> Painted<&T>
fn on_bright_black(&self) -> Painted<&T>
Source§fn on_bright_red(&self) -> Painted<&T>
fn on_bright_red(&self) -> Painted<&T>
Source§fn on_bright_green(&self) -> Painted<&T>
fn on_bright_green(&self) -> Painted<&T>
Source§fn on_bright_yellow(&self) -> Painted<&T>
fn on_bright_yellow(&self) -> Painted<&T>
Source§fn on_bright_blue(&self) -> Painted<&T>
fn on_bright_blue(&self) -> Painted<&T>
Source§fn on_bright_magenta(&self) -> Painted<&T>
fn on_bright_magenta(&self) -> Painted<&T>
Source§fn on_bright_cyan(&self) -> Painted<&T>
fn on_bright_cyan(&self) -> Painted<&T>
Source§fn on_bright_white(&self) -> Painted<&T>
fn on_bright_white(&self) -> Painted<&T>
Source§fn attr(&self, value: Attribute) -> Painted<&T>
fn attr(&self, value: Attribute) -> Painted<&T>
Enables the styling Attribute value.
This method should be used rarely. Instead, prefer to use
attribute-specific builder methods like bold() and
underline(), which have the same functionality
but are pithier.
§Example
Make text bold using attr():
use yansi::{Paint, Attribute};
painted.attr(Attribute::Bold);Make text bold using using bold().
use yansi::Paint;
painted.bold();Source§fn rapid_blink(&self) -> Painted<&T>
fn rapid_blink(&self) -> Painted<&T>
Source§fn quirk(&self, value: Quirk) -> Painted<&T>
fn quirk(&self, value: Quirk) -> Painted<&T>
Enables the yansi Quirk value.
This method should be used rarely. Instead, prefer to use quirk-specific
builder methods like mask() and
wrap(), which have the same functionality but are
pithier.
§Example
Enable wrapping using .quirk():
use yansi::{Paint, Quirk};
painted.quirk(Quirk::Wrap);Enable wrapping using wrap().
use yansi::Paint;
painted.wrap();Source§fn clear(&self) -> Painted<&T>
👎Deprecated since 1.0.1: renamed to resetting() due to conflicts with Vec::clear().
The clear() method will be removed in a future release.
fn clear(&self) -> Painted<&T>
renamed to resetting() due to conflicts with Vec::clear().
The clear() method will be removed in a future release.
Source§fn whenever(&self, value: Condition) -> Painted<&T>
fn whenever(&self, value: Condition) -> Painted<&T>
Conditionally enable styling based on whether the Condition value
applies. Replaces any previous condition.
See the crate level docs for more details.
§Example
Enable styling painted only when both stdout and stderr are TTYs:
use yansi::{Paint, Condition};
painted.red().on_yellow().whenever(Condition::STDOUTERR_ARE_TTY);Source§impl<T> Pointable for T
impl<T> Pointable for T
Source§impl<T> PolicyExt for Twhere
T: ?Sized,
impl<T> PolicyExt for Twhere
T: ?Sized,
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>
RustType::from_proto.Source§fn from_rust(rust: &R) -> P
fn from_rust(rust: &R) -> P
RustType::into_proto.Source§impl<'a, S, T> Semigroup<&'a S> for Twhere
T: Semigroup<S>,
impl<'a, S, T> Semigroup<&'a S> for Twhere
T: Semigroup<S>,
Source§fn plus_equals(&mut self, rhs: &&'a S)
fn plus_equals(&mut self, rhs: &&'a S)
std::ops::AddAssign, for types that do not implement AddAssign.