| AbstractSqlPatternMatcher |
|
| AddFunctions |
|
| AddFunctions.BigIntBigIntAdd |
|
| AddFunctions.Float4Float4Add |
|
| AddFunctions.Float8Float8Add |
|
| AddFunctions.IntIntAdd |
|
| AddFunctions.SmallIntSmallIntAdd |
|
| AddFunctions.TinyIntTinyIntAdd |
|
| AddFunctions.UInt1UInt1Add |
|
| AddFunctions.UInt2UInt2Add |
|
| AddFunctions.UInt4UInt4Add |
|
| AddFunctions.UInt8UInt8Add |
|
| AggregateErrorFunctions |
|
| AggregateErrorFunctions.BitAggregateErrorFunctions |
|
| AggregateErrorFunctions.NullableBitAggregateErrorFunctions |
|
| AggregateErrorFunctions.NullableVarCharAggregateErrorFunctions |
|
| AggregateErrorFunctions.VarCharAggregateErrorFunctions |
|
| Alternator |
|
| Alternator.Alternate2 |
|
| Alternator.Alternate3 |
|
| BitFunctions |
Function templates for Bit/BOOLEAN functions other than comparison
functions.
|
| BitFunctions.BitAnd |
|
| BitFunctions.BitOr |
|
| BitFunctions.IntXor |
|
| BooleanAggrFunctions |
|
| BooleanAggrFunctions.BitBooleanAnd |
|
| BooleanAggrFunctions.BitBooleanOr |
|
| BooleanAggrFunctions.NullableBitBooleanAnd |
|
| BooleanAggrFunctions.NullableBitBooleanOr |
|
| ByteSubstring |
Evaluate a substring expression for a given value; specifying the start
position, and optionally the end position.
|
| CastBigIntDate |
|
| CastBigIntTimeStamp |
|
| CastIntTime |
|
| CastVarCharVar16Char |
|
| CharSequenceWrapper |
A CharSequence is a readable sequence of char values.
|
| CharSubstring |
Evaluate a substring expression for a given UTF-8 value; specifying the start
position, and optionally the end position.
|
| ContextFunctions |
|
| ContextFunctions.CurrentSchema |
Implement "current_schema" function.
|
| ContextFunctions.SessionId |
Implement "session_id" function.
|
| ContextFunctions.User |
Implement "user", "session_user" or "system_user" function.
|
| CryptoFunctions |
|
| CryptoFunctions.AESDecryptFunction |
AES_DECRYPT() decrypts the encrypted string crypt_str using the key string key_str and returns the original cleartext string.
|
| CryptoFunctions.AESEncryptFunction |
aes_encrypt()/ aes_decrypt(): implement encryption and decryption of data using the official AES (Advanced Encryption Standard) algorithm,
previously known as “Rijndael.” AES_ENCRYPT() encrypts the string str using the key string key_str and returns a
binary string containing the encrypted output.
|
| CryptoFunctions.MD2Function |
This class returns the md2 digest of a given input string.
|
| CryptoFunctions.MD5Function |
This function returns the MD5 digest of a given input string.
|
| CryptoFunctions.SHA1Function |
sha() / sha1(): Calculates an SHA-1 160-bit checksum for the string, as described in RFC 3174 (Secure Hash Algorithm).
|
| CryptoFunctions.SHA256Function |
sha2() / sha256(): Calculates an SHA-2 256-bit checksum for the string.
|
| CryptoFunctions.SHA384Function |
This function returns the SHA384 digest of a given input string.
|
| CryptoFunctions.SHA512Function |
This function returns the SHA512 digest of a given input string.
|
| DateBigIntFunctions |
|
| DateBigIntFunctions.BigIntDateAddFunction |
|
| DateBigIntFunctions.DateBigIntAddFunction |
|
| DateBigIntFunctions.DateBigIntSubtractFunction |
|
| DateIntervalDayFunctions |
|
| DateIntervalDayFunctions.DateIntervalDayAddFunction |
|
| DateIntervalDayFunctions.DateIntervalDaySubtractFunction |
|
| DateIntervalDayFunctions.IntervalDayDateAddFunction |
|
| DateIntervalFunctions |
|
| DateIntervalFunctions.DateIntervalAddFunction |
|
| DateIntervalFunctions.DateIntervalSubtractFunction |
|
| DateIntervalFunctions.IntervalDateAddFunction |
|
| DateIntervalYearFunctions |
|
| DateIntervalYearFunctions.DateIntervalYearAddFunction |
|
| DateIntervalYearFunctions.DateIntervalYearSubtractFunction |
|
| DateIntervalYearFunctions.IntervalYearDateAddFunction |
|
| DateIntFunctions |
|
| DateIntFunctions.DateIntAddFunction |
|
| DateIntFunctions.DateIntSubtractFunction |
|
| DateIntFunctions.IntDateAddFunction |
|
| DateTypeFunctions |
|
| DateTypeFunctions.AgeDate2Function |
|
| DateTypeFunctions.AgeDateFunction |
|
| DateTypeFunctions.AgeTimeStamp2Function |
|
| DateTypeFunctions.AgeTimeStampFunction |
|
| DateTypeFunctions.CastTimeStampToTime |
|
| DateTypeFunctions.CurrentDate |
|
| DateTypeFunctions.CurrentTime |
|
| DateTypeFunctions.DatePartFunction |
|
| DateTypeFunctions.DateTimeAddFunction |
|
| DateTypeFunctions.DateType |
|
| DateTypeFunctions.IntervalDayType |
|
| DateTypeFunctions.IntervalType |
|
| DateTypeFunctions.IntervalYearType |
|
| DateTypeFunctions.IsDate |
Function to check if a varchar value can be cast to a date.
|
| DateTypeFunctions.IsDateRequiredInput |
|
| DateTypeFunctions.LocalTimeStampNiladic |
|
| DateTypeFunctions.LocalTimeStampNonNiladic |
|
| DateTypeFunctions.TimeDateAddFunction |
|
| DateTypeFunctions.TimeOfDay |
|
| DateTypeFunctions.TimeStampType |
|
| DateTypeFunctions.TimeType |
|
| DateTypeFunctions.UnixTimeStamp |
|
| DateTypeFunctions.UnixTimeStampForDate |
|
| DateTypeFunctions.UnixTimeStampForDateWithPattern |
|
| Decimal18Functions |
|
| Decimal18Functions.Decimal18AbsFunction |
|
| Decimal18Functions.Decimal18AddFunction |
|
| Decimal18Functions.Decimal18CeilFunction |
|
| Decimal18Functions.Decimal18DivideFunction |
|
| Decimal18Functions.Decimal18Equal |
|
| Decimal18Functions.Decimal18FloorFunction |
|
| Decimal18Functions.Decimal18GreaterThan |
|
| Decimal18Functions.Decimal18GreaterThanEq |
|
| Decimal18Functions.Decimal18LessThan |
|
| Decimal18Functions.Decimal18LessThanEq |
|
| Decimal18Functions.Decimal18ModFunction |
|
| Decimal18Functions.Decimal18MultiplyFunction |
|
| Decimal18Functions.Decimal18NotEqual |
|
| Decimal18Functions.Decimal18RoundFunction |
|
| Decimal18Functions.Decimal18RoundScaleFunction |
|
| Decimal18Functions.Decimal18SignFunction |
|
| Decimal18Functions.Decimal18SubtractFunction |
|
| Decimal18Functions.Decimal18TruncateScaleFunction |
|
| Decimal18Functions.Decimal18TruncFunction |
|
| Decimal18Functions.GCompareDecimal18VsDecimal18NullHigh |
|
| Decimal18Functions.GCompareDecimal18VsDecimal18NullLow |
|
| Decimal18Functions.GCompareDecimal18VsNullableDecimal18NullHigh |
|
| Decimal18Functions.GCompareDecimal18VsNullableDecimal18NullLow |
|
| Decimal18Functions.GCompareNullableDecimal18VsDecimal18NullHigh |
|
| Decimal18Functions.GCompareNullableDecimal18VsDecimal18NullLow |
|
| Decimal18Functions.GCompareNullableDecimal18VsNullableDecimal18NullHigh |
|
| Decimal18Functions.GCompareNullableDecimal18VsNullableDecimal18NullLow |
|
| Decimal28DenseFunctions |
|
| Decimal28DenseFunctions.Decimal28DenseEqual |
|
| Decimal28DenseFunctions.Decimal28DenseGreaterThan |
|
| Decimal28DenseFunctions.Decimal28DenseGreaterThanEq |
|
| Decimal28DenseFunctions.Decimal28DenseLessThan |
|
| Decimal28DenseFunctions.Decimal28DenseLessThanEq |
|
| Decimal28DenseFunctions.Decimal28DenseNotEqual |
|
| Decimal28DenseFunctions.GCompareDecimal28DenseVsDecimal28DenseNullHigh |
|
| Decimal28DenseFunctions.GCompareDecimal28DenseVsDecimal28DenseNullLow |
|
| Decimal28DenseFunctions.GCompareDecimal28DenseVsNullableDecimal28DenseNullHigh |
|
| Decimal28DenseFunctions.GCompareDecimal28DenseVsNullableDecimal28DenseNullLow |
|
| Decimal28DenseFunctions.GCompareNullableDecimal28DenseVsDecimal28DenseNullHigh |
|
| Decimal28DenseFunctions.GCompareNullableDecimal28DenseVsDecimal28DenseNullLow |
|
| Decimal28DenseFunctions.GCompareNullableDecimal28DenseVsNullableDecimal28DenseNullHigh |
|
| Decimal28DenseFunctions.GCompareNullableDecimal28DenseVsNullableDecimal28DenseNullLow |
|
| Decimal28SparseFunctions |
|
| Decimal28SparseFunctions.Decimal28SparseAbsFunction |
|
| Decimal28SparseFunctions.Decimal28SparseAddFunction |
|
| Decimal28SparseFunctions.Decimal28SparseCeilFunction |
|
| Decimal28SparseFunctions.Decimal28SparseDivideFunction |
|
| Decimal28SparseFunctions.Decimal28SparseEqual |
|
| Decimal28SparseFunctions.Decimal28SparseFloorFunction |
|
| Decimal28SparseFunctions.Decimal28SparseGreaterThan |
|
| Decimal28SparseFunctions.Decimal28SparseGreaterThanEq |
|
| Decimal28SparseFunctions.Decimal28SparseLessThan |
|
| Decimal28SparseFunctions.Decimal28SparseLessThanEq |
|
| Decimal28SparseFunctions.Decimal28SparseModFunction |
|
| Decimal28SparseFunctions.Decimal28SparseMultiplyFunction |
|
| Decimal28SparseFunctions.Decimal28SparseNotEqual |
|
| Decimal28SparseFunctions.Decimal28SparseRoundFunction |
|
| Decimal28SparseFunctions.Decimal28SparseRoundScaleFunction |
|
| Decimal28SparseFunctions.Decimal28SparseSignFunction |
|
| Decimal28SparseFunctions.Decimal28SparseSubtractFunction |
|
| Decimal28SparseFunctions.Decimal28SparseTruncateFunction |
|
| Decimal28SparseFunctions.Decimal28SparseTruncateScaleFunction |
|
| Decimal28SparseFunctions.GCompareDecimal28SparseVsDecimal28SparseNullHigh |
|
| Decimal28SparseFunctions.GCompareDecimal28SparseVsDecimal28SparseNullLow |
|
| Decimal28SparseFunctions.GCompareDecimal28SparseVsNullableDecimal28SparseNullHigh |
|
| Decimal28SparseFunctions.GCompareDecimal28SparseVsNullableDecimal28SparseNullLow |
|
| Decimal28SparseFunctions.GCompareNullableDecimal28SparseVsDecimal28SparseNullHigh |
|
| Decimal28SparseFunctions.GCompareNullableDecimal28SparseVsDecimal28SparseNullLow |
|
| Decimal28SparseFunctions.GCompareNullableDecimal28SparseVsNullableDecimal28SparseNullHigh |
|
| Decimal28SparseFunctions.GCompareNullableDecimal28SparseVsNullableDecimal28SparseNullLow |
|
| Decimal38DenseFunctions |
|
| Decimal38DenseFunctions.Decimal38DenseEqual |
|
| Decimal38DenseFunctions.Decimal38DenseGreaterThan |
|
| Decimal38DenseFunctions.Decimal38DenseGreaterThanEq |
|
| Decimal38DenseFunctions.Decimal38DenseLessThan |
|
| Decimal38DenseFunctions.Decimal38DenseLessThanEq |
|
| Decimal38DenseFunctions.Decimal38DenseNotEqual |
|
| Decimal38DenseFunctions.GCompareDecimal38DenseVsDecimal38DenseNullHigh |
|
| Decimal38DenseFunctions.GCompareDecimal38DenseVsDecimal38DenseNullLow |
|
| Decimal38DenseFunctions.GCompareDecimal38DenseVsNullableDecimal38DenseNullHigh |
|
| Decimal38DenseFunctions.GCompareDecimal38DenseVsNullableDecimal38DenseNullLow |
|
| Decimal38DenseFunctions.GCompareNullableDecimal38DenseVsDecimal38DenseNullHigh |
|
| Decimal38DenseFunctions.GCompareNullableDecimal38DenseVsDecimal38DenseNullLow |
|
| Decimal38DenseFunctions.GCompareNullableDecimal38DenseVsNullableDecimal38DenseNullHigh |
|
| Decimal38DenseFunctions.GCompareNullableDecimal38DenseVsNullableDecimal38DenseNullLow |
|
| Decimal38SparseFunctions |
|
| Decimal38SparseFunctions.Decimal38SparseAbsFunction |
|
| Decimal38SparseFunctions.Decimal38SparseAddFunction |
|
| Decimal38SparseFunctions.Decimal38SparseCeilFunction |
|
| Decimal38SparseFunctions.Decimal38SparseDivideFunction |
|
| Decimal38SparseFunctions.Decimal38SparseEqual |
|
| Decimal38SparseFunctions.Decimal38SparseFloorFunction |
|
| Decimal38SparseFunctions.Decimal38SparseGreaterThan |
|
| Decimal38SparseFunctions.Decimal38SparseGreaterThanEq |
|
| Decimal38SparseFunctions.Decimal38SparseLessThan |
|
| Decimal38SparseFunctions.Decimal38SparseLessThanEq |
|
| Decimal38SparseFunctions.Decimal38SparseModFunction |
|
| Decimal38SparseFunctions.Decimal38SparseMultiplyFunction |
|
| Decimal38SparseFunctions.Decimal38SparseNotEqual |
|
| Decimal38SparseFunctions.Decimal38SparseRoundFunction |
|
| Decimal38SparseFunctions.Decimal38SparseRoundScaleFunction |
|
| Decimal38SparseFunctions.Decimal38SparseSignFunction |
|
| Decimal38SparseFunctions.Decimal38SparseSubtractFunction |
|
| Decimal38SparseFunctions.Decimal38SparseTruncateFunction |
|
| Decimal38SparseFunctions.Decimal38SparseTruncateScaleFunction |
|
| Decimal38SparseFunctions.GCompareDecimal38SparseVsDecimal38SparseNullHigh |
|
| Decimal38SparseFunctions.GCompareDecimal38SparseVsDecimal38SparseNullLow |
|
| Decimal38SparseFunctions.GCompareDecimal38SparseVsNullableDecimal38SparseNullHigh |
|
| Decimal38SparseFunctions.GCompareDecimal38SparseVsNullableDecimal38SparseNullLow |
|
| Decimal38SparseFunctions.GCompareNullableDecimal38SparseVsDecimal38SparseNullHigh |
|
| Decimal38SparseFunctions.GCompareNullableDecimal38SparseVsDecimal38SparseNullLow |
|
| Decimal38SparseFunctions.GCompareNullableDecimal38SparseVsNullableDecimal38SparseNullHigh |
|
| Decimal38SparseFunctions.GCompareNullableDecimal38SparseVsNullableDecimal38SparseNullLow |
|
| Decimal9Functions |
|
| Decimal9Functions.Decimal9AbsFunction |
|
| Decimal9Functions.Decimal9AddFunction |
|
| Decimal9Functions.Decimal9CeilFunction |
|
| Decimal9Functions.Decimal9DivideFunction |
|
| Decimal9Functions.Decimal9Equal |
|
| Decimal9Functions.Decimal9FloorFunction |
|
| Decimal9Functions.Decimal9GreaterThan |
|
| Decimal9Functions.Decimal9GreaterThanEq |
|
| Decimal9Functions.Decimal9LessThan |
|
| Decimal9Functions.Decimal9LessThanEq |
|
| Decimal9Functions.Decimal9ModFunction |
|
| Decimal9Functions.Decimal9MultiplyFunction |
|
| Decimal9Functions.Decimal9NotEqual |
|
| Decimal9Functions.Decimal9RoundFunction |
|
| Decimal9Functions.Decimal9RoundScaleFunction |
|
| Decimal9Functions.Decimal9SignFunction |
|
| Decimal9Functions.Decimal9SubtractFunction |
|
| Decimal9Functions.Decimal9TruncateScaleFunction |
|
| Decimal9Functions.Decimal9TruncFunction |
|
| Decimal9Functions.GCompareDecimal9VsDecimal9NullHigh |
|
| Decimal9Functions.GCompareDecimal9VsDecimal9NullLow |
|
| Decimal9Functions.GCompareDecimal9VsNullableDecimal9NullHigh |
|
| Decimal9Functions.GCompareDecimal9VsNullableDecimal9NullLow |
|
| Decimal9Functions.GCompareNullableDecimal9VsDecimal9NullHigh |
|
| Decimal9Functions.GCompareNullableDecimal9VsDecimal9NullLow |
|
| Decimal9Functions.GCompareNullableDecimal9VsNullableDecimal9NullHigh |
|
| Decimal9Functions.GCompareNullableDecimal9VsNullableDecimal9NullLow |
|
| DirectoryExplorers |
|
| DirectoryExplorers.IMaxDir |
|
| DirectoryExplorers.IMaxDirTwoArg |
|
| DirectoryExplorers.IMinDir |
|
| DirectoryExplorers.IMinDirTwoArg |
|
| DirectoryExplorers.MaxDir |
|
| DirectoryExplorers.MaxDirTwoArg |
|
| DirectoryExplorers.MinDir |
|
| DirectoryExplorers.MinDirTwoArg |
|
| DivideFunctions |
|
| DivideFunctions.BigIntBigIntDivide |
|
| DivideFunctions.Float4Float4Divide |
|
| DivideFunctions.Float8Float8Divide |
|
| DivideFunctions.IntIntDivide |
|
| DivideFunctions.SmallIntSmallIntDivide |
|
| DivideFunctions.TinyIntTinyIntDivide |
|
| DivideFunctions.UInt1UInt1Divide |
|
| DivideFunctions.UInt2UInt2Divide |
|
| DivideFunctions.UInt4UInt4Divide |
|
| DivideFunctions.UInt8UInt8Divide |
|
| DrillByteArray |
Thin wrapper around byte array.
|
| DrillHash |
The base class of hash classes used in Drill.
|
| ExtendedMathFunctions |
|
| ExtendedMathFunctions.CbrtBigInt |
|
| ExtendedMathFunctions.CbrtDecimal18 |
|
| ExtendedMathFunctions.CbrtDecimal9 |
|
| ExtendedMathFunctions.CbrtFloat4 |
|
| ExtendedMathFunctions.CbrtFloat8 |
|
| ExtendedMathFunctions.CbrtInt |
|
| ExtendedMathFunctions.CbrtSmallInt |
|
| ExtendedMathFunctions.CbrtTinyInt |
|
| ExtendedMathFunctions.CbrtUInt1 |
|
| ExtendedMathFunctions.CbrtUInt2 |
|
| ExtendedMathFunctions.CbrtUInt4 |
|
| ExtendedMathFunctions.CbrtUInt8 |
|
| ExtendedMathFunctions.DegreesBigInt |
|
| ExtendedMathFunctions.DegreesDecimal18 |
|
| ExtendedMathFunctions.DegreesDecimal9 |
|
| ExtendedMathFunctions.DegreesFloat4 |
|
| ExtendedMathFunctions.DegreesFloat8 |
|
| ExtendedMathFunctions.DegreesInt |
|
| ExtendedMathFunctions.DegreesSmallInt |
|
| ExtendedMathFunctions.DegreesTinyInt |
|
| ExtendedMathFunctions.DegreesUInt1 |
|
| ExtendedMathFunctions.DegreesUInt2 |
|
| ExtendedMathFunctions.DegreesUInt4 |
|
| ExtendedMathFunctions.DegreesUInt8 |
|
| ExtendedMathFunctions.ExpBigInt |
|
| ExtendedMathFunctions.ExpDecimal18 |
|
| ExtendedMathFunctions.ExpDecimal9 |
|
| ExtendedMathFunctions.ExpFloat4 |
|
| ExtendedMathFunctions.ExpFloat8 |
|
| ExtendedMathFunctions.ExpInt |
|
| ExtendedMathFunctions.ExpSmallInt |
|
| ExtendedMathFunctions.ExpTinyInt |
|
| ExtendedMathFunctions.ExpUInt1 |
|
| ExtendedMathFunctions.ExpUInt2 |
|
| ExtendedMathFunctions.ExpUInt4 |
|
| ExtendedMathFunctions.ExpUInt8 |
|
| ExtendedMathFunctions.LogBaseBigInt |
|
| ExtendedMathFunctions.LogBaseDecimal18 |
|
| ExtendedMathFunctions.LogBaseDecimal9 |
|
| ExtendedMathFunctions.LogBaseFloat4 |
|
| ExtendedMathFunctions.LogBaseFloat8 |
|
| ExtendedMathFunctions.LogBaseInt |
|
| ExtendedMathFunctions.LogBaseSmallInt |
|
| ExtendedMathFunctions.LogBaseTinyInt |
|
| ExtendedMathFunctions.LogBaseUInt1 |
|
| ExtendedMathFunctions.LogBaseUInt2 |
|
| ExtendedMathFunctions.LogBaseUInt4 |
|
| ExtendedMathFunctions.LogBaseUInt8 |
|
| ExtendedMathFunctions.LogBigInt |
|
| ExtendedMathFunctions.LogDecimal18 |
|
| ExtendedMathFunctions.LogDecimal9 |
|
| ExtendedMathFunctions.LogFloat4 |
|
| ExtendedMathFunctions.LogFloat8 |
|
| ExtendedMathFunctions.LogInt |
|
| ExtendedMathFunctions.LogSmallInt |
|
| ExtendedMathFunctions.LogTinyInt |
|
| ExtendedMathFunctions.LogUInt1 |
|
| ExtendedMathFunctions.LogUInt2 |
|
| ExtendedMathFunctions.LogUInt4 |
|
| ExtendedMathFunctions.LogUInt8 |
|
| ExtendedMathFunctions.RadiansBigInt |
|
| ExtendedMathFunctions.RadiansDecimal18 |
|
| ExtendedMathFunctions.RadiansDecimal9 |
|
| ExtendedMathFunctions.RadiansFloat4 |
|
| ExtendedMathFunctions.RadiansFloat8 |
|
| ExtendedMathFunctions.RadiansInt |
|
| ExtendedMathFunctions.RadiansSmallInt |
|
| ExtendedMathFunctions.RadiansTinyInt |
|
| ExtendedMathFunctions.RadiansUInt1 |
|
| ExtendedMathFunctions.RadiansUInt2 |
|
| ExtendedMathFunctions.RadiansUInt4 |
|
| ExtendedMathFunctions.RadiansUInt8 |
|
| GBigIntToChar |
|
| GBigIntToTimeStamp |
|
| GCompareBigIntVsBigInt |
|
| GCompareBigIntVsBigInt.EqualsBigIntVsBigInt |
|
| GCompareBigIntVsBigInt.GCompareBigIntVsBigIntNullHigh |
|
| GCompareBigIntVsBigInt.GCompareBigIntVsBigIntNullLow |
|
| GCompareBigIntVsBigInt.GCompareBigIntVsNullableBigIntNullHigh |
|
| GCompareBigIntVsBigInt.GCompareBigIntVsNullableBigIntNullLow |
|
| GCompareBigIntVsBigInt.GCompareNullableBigIntVsBigIntNullHigh |
|
| GCompareBigIntVsBigInt.GCompareNullableBigIntVsBigIntNullLow |
|
| GCompareBigIntVsBigInt.GCompareNullableBigIntVsNullableBigIntNullHigh |
|
| GCompareBigIntVsBigInt.GCompareNullableBigIntVsNullableBigIntNullLow |
|
| GCompareBigIntVsBigInt.GreaterThanBigIntVsBigInt |
|
| GCompareBigIntVsBigInt.GreaterThanEqBigIntVsBigInt |
|
| GCompareBigIntVsBigInt.LessThanBigIntVsBigInt |
|
| GCompareBigIntVsBigInt.LessThanEqBigIntVsBigInt |
|
| GCompareBigIntVsBigInt.NotEqualsBigIntVsBigInt |
|
| GCompareBitVsBit |
|
| GCompareBitVsBit.EqualsBitVsBit |
|
| GCompareBitVsBit.GCompareBitVsBitNullHigh |
|
| GCompareBitVsBit.GCompareBitVsBitNullLow |
|
| GCompareBitVsBit.GCompareBitVsNullableBitNullHigh |
|
| GCompareBitVsBit.GCompareBitVsNullableBitNullLow |
|
| GCompareBitVsBit.GCompareNullableBitVsBitNullHigh |
|
| GCompareBitVsBit.GCompareNullableBitVsBitNullLow |
|
| GCompareBitVsBit.GCompareNullableBitVsNullableBitNullHigh |
|
| GCompareBitVsBit.GCompareNullableBitVsNullableBitNullLow |
|
| GCompareBitVsBit.GreaterThanBitVsBit |
|
| GCompareBitVsBit.GreaterThanEqBitVsBit |
|
| GCompareBitVsBit.LessThanBitVsBit |
|
| GCompareBitVsBit.LessThanEqBitVsBit |
|
| GCompareBitVsBit.NotEqualsBitVsBit |
|
| GCompareDateVsDate |
|
| GCompareDateVsDate.EqualsDateVsDate |
|
| GCompareDateVsDate.GCompareDateVsDateNullHigh |
|
| GCompareDateVsDate.GCompareDateVsDateNullLow |
|
| GCompareDateVsDate.GCompareDateVsNullableDateNullHigh |
|
| GCompareDateVsDate.GCompareDateVsNullableDateNullLow |
|
| GCompareDateVsDate.GCompareNullableDateVsDateNullHigh |
|
| GCompareDateVsDate.GCompareNullableDateVsDateNullLow |
|
| GCompareDateVsDate.GCompareNullableDateVsNullableDateNullHigh |
|
| GCompareDateVsDate.GCompareNullableDateVsNullableDateNullLow |
|
| GCompareDateVsDate.GreaterThanDateVsDate |
|
| GCompareDateVsDate.GreaterThanEqDateVsDate |
|
| GCompareDateVsDate.LessThanDateVsDate |
|
| GCompareDateVsDate.LessThanEqDateVsDate |
|
| GCompareDateVsDate.NotEqualsDateVsDate |
|
| GCompareFloat4VsFloat4 |
|
| GCompareFloat4VsFloat4.EqualsFloat4VsFloat4 |
|
| GCompareFloat4VsFloat4.GCompareFloat4VsFloat4NullHigh |
|
| GCompareFloat4VsFloat4.GCompareFloat4VsFloat4NullLow |
|
| GCompareFloat4VsFloat4.GCompareFloat4VsNullableFloat4NullHigh |
|
| GCompareFloat4VsFloat4.GCompareFloat4VsNullableFloat4NullLow |
|
| GCompareFloat4VsFloat4.GCompareNullableFloat4VsFloat4NullHigh |
|
| GCompareFloat4VsFloat4.GCompareNullableFloat4VsFloat4NullLow |
|
| GCompareFloat4VsFloat4.GCompareNullableFloat4VsNullableFloat4NullHigh |
|
| GCompareFloat4VsFloat4.GCompareNullableFloat4VsNullableFloat4NullLow |
|
| GCompareFloat4VsFloat4.GreaterThanEqFloat4VsFloat4 |
|
| GCompareFloat4VsFloat4.GreaterThanFloat4VsFloat4 |
|
| GCompareFloat4VsFloat4.LessThanEqFloat4VsFloat4 |
|
| GCompareFloat4VsFloat4.LessThanFloat4VsFloat4 |
|
| GCompareFloat4VsFloat4.NotEqualsFloat4VsFloat4 |
|
| GCompareFloat8VsFloat8 |
|
| GCompareFloat8VsFloat8.EqualsFloat8VsFloat8 |
|
| GCompareFloat8VsFloat8.GCompareFloat8VsFloat8NullHigh |
|
| GCompareFloat8VsFloat8.GCompareFloat8VsFloat8NullLow |
|
| GCompareFloat8VsFloat8.GCompareFloat8VsNullableFloat8NullHigh |
|
| GCompareFloat8VsFloat8.GCompareFloat8VsNullableFloat8NullLow |
|
| GCompareFloat8VsFloat8.GCompareNullableFloat8VsFloat8NullHigh |
|
| GCompareFloat8VsFloat8.GCompareNullableFloat8VsFloat8NullLow |
|
| GCompareFloat8VsFloat8.GCompareNullableFloat8VsNullableFloat8NullHigh |
|
| GCompareFloat8VsFloat8.GCompareNullableFloat8VsNullableFloat8NullLow |
|
| GCompareFloat8VsFloat8.GreaterThanEqFloat8VsFloat8 |
|
| GCompareFloat8VsFloat8.GreaterThanFloat8VsFloat8 |
|
| GCompareFloat8VsFloat8.LessThanEqFloat8VsFloat8 |
|
| GCompareFloat8VsFloat8.LessThanFloat8VsFloat8 |
|
| GCompareFloat8VsFloat8.NotEqualsFloat8VsFloat8 |
|
| GCompareIntervalDayVsIntervalDay |
|
| GCompareIntervalDayVsIntervalDay.EqualsIntervalDayVsIntervalDay |
|
| GCompareIntervalDayVsIntervalDay.GCompareIntervalDayVsIntervalDayNullHigh |
|
| GCompareIntervalDayVsIntervalDay.GCompareIntervalDayVsIntervalDayNullLow |
|
| GCompareIntervalDayVsIntervalDay.GCompareIntervalDayVsNullableIntervalDayNullHigh |
|
| GCompareIntervalDayVsIntervalDay.GCompareIntervalDayVsNullableIntervalDayNullLow |
|
| GCompareIntervalDayVsIntervalDay.GCompareNullableIntervalDayVsIntervalDayNullHigh |
|
| GCompareIntervalDayVsIntervalDay.GCompareNullableIntervalDayVsIntervalDayNullLow |
|
| GCompareIntervalDayVsIntervalDay.GCompareNullableIntervalDayVsNullableIntervalDayNullHigh |
|
| GCompareIntervalDayVsIntervalDay.GCompareNullableIntervalDayVsNullableIntervalDayNullLow |
|
| GCompareIntervalDayVsIntervalDay.GreaterThanEqIntervalDayVsIntervalDay |
|
| GCompareIntervalDayVsIntervalDay.GreaterThanIntervalDayVsIntervalDay |
|
| GCompareIntervalDayVsIntervalDay.LessThanEqIntervalDayVsIntervalDay |
|
| GCompareIntervalDayVsIntervalDay.LessThanIntervalDayVsIntervalDay |
|
| GCompareIntervalDayVsIntervalDay.NotEqualsIntervalDayVsIntervalDay |
|
| GCompareIntervalVsInterval |
|
| GCompareIntervalVsInterval.EqualsIntervalVsInterval |
|
| GCompareIntervalVsInterval.GCompareIntervalVsIntervalNullHigh |
|
| GCompareIntervalVsInterval.GCompareIntervalVsIntervalNullLow |
|
| GCompareIntervalVsInterval.GCompareIntervalVsNullableIntervalNullHigh |
|
| GCompareIntervalVsInterval.GCompareIntervalVsNullableIntervalNullLow |
|
| GCompareIntervalVsInterval.GCompareNullableIntervalVsIntervalNullHigh |
|
| GCompareIntervalVsInterval.GCompareNullableIntervalVsIntervalNullLow |
|
| GCompareIntervalVsInterval.GCompareNullableIntervalVsNullableIntervalNullHigh |
|
| GCompareIntervalVsInterval.GCompareNullableIntervalVsNullableIntervalNullLow |
|
| GCompareIntervalVsInterval.GreaterThanEqIntervalVsInterval |
|
| GCompareIntervalVsInterval.GreaterThanIntervalVsInterval |
|
| GCompareIntervalVsInterval.LessThanEqIntervalVsInterval |
|
| GCompareIntervalVsInterval.LessThanIntervalVsInterval |
|
| GCompareIntervalVsInterval.NotEqualsIntervalVsInterval |
|
| GCompareIntervalYearVsIntervalYear |
|
| GCompareIntervalYearVsIntervalYear.EqualsIntervalYearVsIntervalYear |
|
| GCompareIntervalYearVsIntervalYear.GCompareIntervalYearVsIntervalYearNullHigh |
|
| GCompareIntervalYearVsIntervalYear.GCompareIntervalYearVsIntervalYearNullLow |
|
| GCompareIntervalYearVsIntervalYear.GCompareIntervalYearVsNullableIntervalYearNullHigh |
|
| GCompareIntervalYearVsIntervalYear.GCompareIntervalYearVsNullableIntervalYearNullLow |
|
| GCompareIntervalYearVsIntervalYear.GCompareNullableIntervalYearVsIntervalYearNullHigh |
|
| GCompareIntervalYearVsIntervalYear.GCompareNullableIntervalYearVsIntervalYearNullLow |
|
| GCompareIntervalYearVsIntervalYear.GCompareNullableIntervalYearVsNullableIntervalYearNullHigh |
|
| GCompareIntervalYearVsIntervalYear.GCompareNullableIntervalYearVsNullableIntervalYearNullLow |
|
| GCompareIntervalYearVsIntervalYear.GreaterThanEqIntervalYearVsIntervalYear |
|
| GCompareIntervalYearVsIntervalYear.GreaterThanIntervalYearVsIntervalYear |
|
| GCompareIntervalYearVsIntervalYear.LessThanEqIntervalYearVsIntervalYear |
|
| GCompareIntervalYearVsIntervalYear.LessThanIntervalYearVsIntervalYear |
|
| GCompareIntervalYearVsIntervalYear.NotEqualsIntervalYearVsIntervalYear |
|
| GCompareIntVsInt |
|
| GCompareIntVsInt.EqualsIntVsInt |
|
| GCompareIntVsInt.GCompareIntVsIntNullHigh |
|
| GCompareIntVsInt.GCompareIntVsIntNullLow |
|
| GCompareIntVsInt.GCompareIntVsNullableIntNullHigh |
|
| GCompareIntVsInt.GCompareIntVsNullableIntNullLow |
|
| GCompareIntVsInt.GCompareNullableIntVsIntNullHigh |
|
| GCompareIntVsInt.GCompareNullableIntVsIntNullLow |
|
| GCompareIntVsInt.GCompareNullableIntVsNullableIntNullHigh |
|
| GCompareIntVsInt.GCompareNullableIntVsNullableIntNullLow |
|
| GCompareIntVsInt.GreaterThanEqIntVsInt |
|
| GCompareIntVsInt.GreaterThanIntVsInt |
|
| GCompareIntVsInt.LessThanEqIntVsInt |
|
| GCompareIntVsInt.LessThanIntVsInt |
|
| GCompareIntVsInt.NotEqualsIntVsInt |
|
| GCompareTimeStampVsTimeStamp |
|
| GCompareTimeStampVsTimeStamp.EqualsTimeStampVsTimeStamp |
|
| GCompareTimeStampVsTimeStamp.GCompareNullableTimeStampVsNullableTimeStampNullHigh |
|
| GCompareTimeStampVsTimeStamp.GCompareNullableTimeStampVsNullableTimeStampNullLow |
|
| GCompareTimeStampVsTimeStamp.GCompareNullableTimeStampVsTimeStampNullHigh |
|
| GCompareTimeStampVsTimeStamp.GCompareNullableTimeStampVsTimeStampNullLow |
|
| GCompareTimeStampVsTimeStamp.GCompareTimeStampVsNullableTimeStampNullHigh |
|
| GCompareTimeStampVsTimeStamp.GCompareTimeStampVsNullableTimeStampNullLow |
|
| GCompareTimeStampVsTimeStamp.GCompareTimeStampVsTimeStampNullHigh |
|
| GCompareTimeStampVsTimeStamp.GCompareTimeStampVsTimeStampNullLow |
|
| GCompareTimeStampVsTimeStamp.GreaterThanEqTimeStampVsTimeStamp |
|
| GCompareTimeStampVsTimeStamp.GreaterThanTimeStampVsTimeStamp |
|
| GCompareTimeStampVsTimeStamp.LessThanEqTimeStampVsTimeStamp |
|
| GCompareTimeStampVsTimeStamp.LessThanTimeStampVsTimeStamp |
|
| GCompareTimeStampVsTimeStamp.NotEqualsTimeStampVsTimeStamp |
|
| GCompareTimeVsTime |
|
| GCompareTimeVsTime.EqualsTimeVsTime |
|
| GCompareTimeVsTime.GCompareNullableTimeVsNullableTimeNullHigh |
|
| GCompareTimeVsTime.GCompareNullableTimeVsNullableTimeNullLow |
|
| GCompareTimeVsTime.GCompareNullableTimeVsTimeNullHigh |
|
| GCompareTimeVsTime.GCompareNullableTimeVsTimeNullLow |
|
| GCompareTimeVsTime.GCompareTimeVsNullableTimeNullHigh |
|
| GCompareTimeVsTime.GCompareTimeVsNullableTimeNullLow |
|
| GCompareTimeVsTime.GCompareTimeVsTimeNullHigh |
|
| GCompareTimeVsTime.GCompareTimeVsTimeNullLow |
|
| GCompareTimeVsTime.GreaterThanEqTimeVsTime |
|
| GCompareTimeVsTime.GreaterThanTimeVsTime |
|
| GCompareTimeVsTime.LessThanEqTimeVsTime |
|
| GCompareTimeVsTime.LessThanTimeVsTime |
|
| GCompareTimeVsTime.NotEqualsTimeVsTime |
|
| GCompareVarBinaryVsVarBinary |
|
| GCompareVarBinaryVsVarBinary.EqualsVarBinaryVsVarBinary |
|
| GCompareVarBinaryVsVarBinary.GCompareNullableVarBinaryVsNullableVarBinaryNullHigh |
|
| GCompareVarBinaryVsVarBinary.GCompareNullableVarBinaryVsNullableVarBinaryNullLow |
|
| GCompareVarBinaryVsVarBinary.GCompareNullableVarBinaryVsVarBinaryNullHigh |
|
| GCompareVarBinaryVsVarBinary.GCompareNullableVarBinaryVsVarBinaryNullLow |
|
| GCompareVarBinaryVsVarBinary.GCompareVarBinaryVsNullableVarBinaryNullHigh |
|
| GCompareVarBinaryVsVarBinary.GCompareVarBinaryVsNullableVarBinaryNullLow |
|
| GCompareVarBinaryVsVarBinary.GCompareVarBinaryVsVarBinaryNullHigh |
|
| GCompareVarBinaryVsVarBinary.GCompareVarBinaryVsVarBinaryNullLow |
|
| GCompareVarBinaryVsVarBinary.GreaterThanEqVarBinaryVsVarBinary |
|
| GCompareVarBinaryVsVarBinary.GreaterThanVarBinaryVsVarBinary |
|
| GCompareVarBinaryVsVarBinary.LessThanEqVarBinaryVsVarBinary |
|
| GCompareVarBinaryVsVarBinary.LessThanVarBinaryVsVarBinary |
|
| GCompareVarBinaryVsVarBinary.NotEqualsVarBinaryVsVarBinary |
|
| GCompareVarBinaryVsVarChar |
|
| GCompareVarBinaryVsVarChar.EqualsVarBinaryVsVarChar |
|
| GCompareVarBinaryVsVarChar.GCompareNullableVarBinaryVsNullableVarCharNullHigh |
|
| GCompareVarBinaryVsVarChar.GCompareNullableVarBinaryVsNullableVarCharNullLow |
|
| GCompareVarBinaryVsVarChar.GCompareNullableVarBinaryVsVarCharNullHigh |
|
| GCompareVarBinaryVsVarChar.GCompareNullableVarBinaryVsVarCharNullLow |
|
| GCompareVarBinaryVsVarChar.GCompareVarBinaryVsNullableVarCharNullHigh |
|
| GCompareVarBinaryVsVarChar.GCompareVarBinaryVsNullableVarCharNullLow |
|
| GCompareVarBinaryVsVarChar.GCompareVarBinaryVsVarCharNullHigh |
|
| GCompareVarBinaryVsVarChar.GCompareVarBinaryVsVarCharNullLow |
|
| GCompareVarBinaryVsVarChar.GreaterThanEqVarBinaryVsVarChar |
|
| GCompareVarBinaryVsVarChar.GreaterThanVarBinaryVsVarChar |
|
| GCompareVarBinaryVsVarChar.LessThanEqVarBinaryVsVarChar |
|
| GCompareVarBinaryVsVarChar.LessThanVarBinaryVsVarChar |
|
| GCompareVarBinaryVsVarChar.NotEqualsVarBinaryVsVarChar |
|
| GCompareVarCharVsVarBinary |
|
| GCompareVarCharVsVarBinary.EqualsVarCharVsVarBinary |
|
| GCompareVarCharVsVarBinary.GCompareNullableVarCharVsNullableVarBinaryNullHigh |
|
| GCompareVarCharVsVarBinary.GCompareNullableVarCharVsNullableVarBinaryNullLow |
|
| GCompareVarCharVsVarBinary.GCompareNullableVarCharVsVarBinaryNullHigh |
|
| GCompareVarCharVsVarBinary.GCompareNullableVarCharVsVarBinaryNullLow |
|
| GCompareVarCharVsVarBinary.GCompareVarCharVsNullableVarBinaryNullHigh |
|
| GCompareVarCharVsVarBinary.GCompareVarCharVsNullableVarBinaryNullLow |
|
| GCompareVarCharVsVarBinary.GCompareVarCharVsVarBinaryNullHigh |
|
| GCompareVarCharVsVarBinary.GCompareVarCharVsVarBinaryNullLow |
|
| GCompareVarCharVsVarBinary.GreaterThanEqVarCharVsVarBinary |
|
| GCompareVarCharVsVarBinary.GreaterThanVarCharVsVarBinary |
|
| GCompareVarCharVsVarBinary.LessThanEqVarCharVsVarBinary |
|
| GCompareVarCharVsVarBinary.LessThanVarCharVsVarBinary |
|
| GCompareVarCharVsVarBinary.NotEqualsVarCharVsVarBinary |
|
| GCompareVarCharVsVarChar |
|
| GCompareVarCharVsVarChar.EqualsVarCharVsVarChar |
|
| GCompareVarCharVsVarChar.GCompareNullableVarCharVsNullableVarCharNullHigh |
|
| GCompareVarCharVsVarChar.GCompareNullableVarCharVsNullableVarCharNullLow |
|
| GCompareVarCharVsVarChar.GCompareNullableVarCharVsVarCharNullHigh |
|
| GCompareVarCharVsVarChar.GCompareNullableVarCharVsVarCharNullLow |
|
| GCompareVarCharVsVarChar.GCompareVarCharVsNullableVarCharNullHigh |
|
| GCompareVarCharVsVarChar.GCompareVarCharVsNullableVarCharNullLow |
|
| GCompareVarCharVsVarChar.GCompareVarCharVsVarCharNullHigh |
|
| GCompareVarCharVsVarChar.GCompareVarCharVsVarCharNullLow |
|
| GCompareVarCharVsVarChar.GreaterThanEqVarCharVsVarChar |
|
| GCompareVarCharVsVarChar.GreaterThanVarCharVsVarChar |
|
| GCompareVarCharVsVarChar.LessThanEqVarCharVsVarChar |
|
| GCompareVarCharVsVarChar.LessThanVarCharVsVarChar |
|
| GCompareVarCharVsVarChar.NotEqualsVarCharVsVarChar |
|
| GConvertToNullableBigIntHolder |
|
| GConvertToNullableBitHolder |
|
| GConvertToNullableDateHolder |
|
| GConvertToNullableDecimal18Holder |
|
| GConvertToNullableDecimal28DenseHolder |
|
| GConvertToNullableDecimal28SparseHolder |
|
| GConvertToNullableDecimal38DenseHolder |
|
| GConvertToNullableDecimal38SparseHolder |
|
| GConvertToNullableDecimal9Holder |
|
| GConvertToNullableFloat4Holder |
|
| GConvertToNullableFloat8Holder |
|
| GConvertToNullableIntervalDayHolder |
|
| GConvertToNullableIntervalHolder |
|
| GConvertToNullableIntervalYearHolder |
|
| GConvertToNullableIntHolder |
|
| GConvertToNullableSmallIntHolder |
|
| GConvertToNullableTimeHolder |
|
| GConvertToNullableTimeStampHolder |
|
| GConvertToNullableTinyIntHolder |
|
| GConvertToNullableUInt1Holder |
|
| GConvertToNullableUInt2Holder |
|
| GConvertToNullableUInt4Holder |
|
| GConvertToNullableUInt8Holder |
|
| GConvertToNullableVar16CharHolder |
|
| GConvertToNullableVarBinaryHolder |
|
| GConvertToNullableVarCharHolder |
|
| GDateArithmetic |
|
| GDateArithmetic.GDateDifference |
|
| GDateTimeTruncateFunctions |
|
| GDateTimeTruncateFunctions.GDateCenturyDateTrunc |
|
| GDateTimeTruncateFunctions.GDateDayDateTrunc |
|
| GDateTimeTruncateFunctions.GDateDecadeDateTrunc |
|
| GDateTimeTruncateFunctions.GDateDummyDateTrunc |
This class merely act as a placeholder so that Calcite allows 'trunc('truncationUnit', col)'
function in SQL.
|
| GDateTimeTruncateFunctions.GDateHourDateTrunc |
|
| GDateTimeTruncateFunctions.GDateMillenniumDateTrunc |
|
| GDateTimeTruncateFunctions.GDateMinuteDateTrunc |
|
| GDateTimeTruncateFunctions.GDateMonthDateTrunc |
|
| GDateTimeTruncateFunctions.GDateQuarterDateTrunc |
|
| GDateTimeTruncateFunctions.GDateSecondDateTrunc |
|
| GDateTimeTruncateFunctions.GDateWeekDateTrunc |
|
| GDateTimeTruncateFunctions.GDateYearDateTrunc |
|
| GDateTimeTruncateFunctions.GIntervalCenturyDateTrunc |
|
| GDateTimeTruncateFunctions.GIntervalDayCenturyDateTrunc |
|
| GDateTimeTruncateFunctions.GIntervalDayDateTrunc |
|
| GDateTimeTruncateFunctions.GIntervalDayDayDateTrunc |
|
| GDateTimeTruncateFunctions.GIntervalDayDecadeDateTrunc |
|
| GDateTimeTruncateFunctions.GIntervalDayDummyDateTrunc |
This class merely act as a placeholder so that Calcite allows 'trunc('truncationUnit', col)'
function in SQL.
|
| GDateTimeTruncateFunctions.GIntervalDayHourDateTrunc |
|
| GDateTimeTruncateFunctions.GIntervalDayMillenniumDateTrunc |
|
| GDateTimeTruncateFunctions.GIntervalDayMinuteDateTrunc |
|
| GDateTimeTruncateFunctions.GIntervalDayMonthDateTrunc |
|
| GDateTimeTruncateFunctions.GIntervalDayQuarterDateTrunc |
|
| GDateTimeTruncateFunctions.GIntervalDaySecondDateTrunc |
|
| GDateTimeTruncateFunctions.GIntervalDayYearDateTrunc |
|
| GDateTimeTruncateFunctions.GIntervalDecadeDateTrunc |
|
| GDateTimeTruncateFunctions.GIntervalDummyDateTrunc |
This class merely act as a placeholder so that Calcite allows 'trunc('truncationUnit', col)'
function in SQL.
|
| GDateTimeTruncateFunctions.GIntervalHourDateTrunc |
|
| GDateTimeTruncateFunctions.GIntervalMillenniumDateTrunc |
|
| GDateTimeTruncateFunctions.GIntervalMinuteDateTrunc |
|
| GDateTimeTruncateFunctions.GIntervalMonthDateTrunc |
|
| GDateTimeTruncateFunctions.GIntervalQuarterDateTrunc |
|
| GDateTimeTruncateFunctions.GIntervalSecondDateTrunc |
|
| GDateTimeTruncateFunctions.GIntervalYearCenturyDateTrunc |
|
| GDateTimeTruncateFunctions.GIntervalYearDateTrunc |
|
| GDateTimeTruncateFunctions.GIntervalYearDayDateTrunc |
|
| GDateTimeTruncateFunctions.GIntervalYearDecadeDateTrunc |
|
| GDateTimeTruncateFunctions.GIntervalYearDummyDateTrunc |
This class merely act as a placeholder so that Calcite allows 'trunc('truncationUnit', col)'
function in SQL.
|
| GDateTimeTruncateFunctions.GIntervalYearHourDateTrunc |
|
| GDateTimeTruncateFunctions.GIntervalYearMillenniumDateTrunc |
|
| GDateTimeTruncateFunctions.GIntervalYearMinuteDateTrunc |
|
| GDateTimeTruncateFunctions.GIntervalYearMonthDateTrunc |
|
| GDateTimeTruncateFunctions.GIntervalYearQuarterDateTrunc |
|
| GDateTimeTruncateFunctions.GIntervalYearSecondDateTrunc |
|
| GDateTimeTruncateFunctions.GIntervalYearYearDateTrunc |
|
| GDateTimeTruncateFunctions.GTimeCenturyDateTrunc |
|
| GDateTimeTruncateFunctions.GTimeDayDateTrunc |
|
| GDateTimeTruncateFunctions.GTimeDecadeDateTrunc |
|
| GDateTimeTruncateFunctions.GTimeDummyDateTrunc |
This class merely act as a placeholder so that Calcite allows 'trunc('truncationUnit', col)'
function in SQL.
|
| GDateTimeTruncateFunctions.GTimeHourDateTrunc |
|
| GDateTimeTruncateFunctions.GTimeMillenniumDateTrunc |
|
| GDateTimeTruncateFunctions.GTimeMinuteDateTrunc |
|
| GDateTimeTruncateFunctions.GTimeMonthDateTrunc |
|
| GDateTimeTruncateFunctions.GTimeQuarterDateTrunc |
|
| GDateTimeTruncateFunctions.GTimeSecondDateTrunc |
|
| GDateTimeTruncateFunctions.GTimeStampCenturyDateTrunc |
|
| GDateTimeTruncateFunctions.GTimeStampDayDateTrunc |
|
| GDateTimeTruncateFunctions.GTimeStampDecadeDateTrunc |
|
| GDateTimeTruncateFunctions.GTimeStampDummyDateTrunc |
This class merely act as a placeholder so that Calcite allows 'trunc('truncationUnit', col)'
function in SQL.
|
| GDateTimeTruncateFunctions.GTimeStampHourDateTrunc |
|
| GDateTimeTruncateFunctions.GTimeStampMillenniumDateTrunc |
|
| GDateTimeTruncateFunctions.GTimeStampMinuteDateTrunc |
|
| GDateTimeTruncateFunctions.GTimeStampMonthDateTrunc |
|
| GDateTimeTruncateFunctions.GTimeStampQuarterDateTrunc |
|
| GDateTimeTruncateFunctions.GTimeStampSecondDateTrunc |
|
| GDateTimeTruncateFunctions.GTimeStampWeekDateTrunc |
|
| GDateTimeTruncateFunctions.GTimeStampYearDateTrunc |
|
| GDateTimeTruncateFunctions.GTimeYearDateTrunc |
|
| GDateToChar |
|
| GDecimal18ToChar |
|
| GDecimal18ToTimeStamp |
|
| GDecimal28DenseToChar |
|
| GDecimal28DenseToTimeStamp |
|
| GDecimal28SparseToChar |
|
| GDecimal28SparseToTimeStamp |
|
| GDecimal38DenseToChar |
|
| GDecimal38DenseToTimeStamp |
|
| GDecimal38SparseToChar |
|
| GDecimal38SparseToTimeStamp |
|
| GDecimal9ToChar |
|
| GDecimal9ToTimeStamp |
|
| GExtract |
|
| GExtract.DayFromDate |
|
| GExtract.DayFromInterval |
|
| GExtract.DayFromIntervalDay |
|
| GExtract.DayFromIntervalYear |
|
| GExtract.DayFromTimeStamp |
|
| GExtract.HourFromDate |
|
| GExtract.HourFromInterval |
|
| GExtract.HourFromIntervalDay |
|
| GExtract.HourFromIntervalYear |
|
| GExtract.HourFromTime |
|
| GExtract.HourFromTimeStamp |
|
| GExtract.MinuteFromDate |
|
| GExtract.MinuteFromInterval |
|
| GExtract.MinuteFromIntervalDay |
|
| GExtract.MinuteFromIntervalYear |
|
| GExtract.MinuteFromTime |
|
| GExtract.MinuteFromTimeStamp |
|
| GExtract.MonthFromDate |
|
| GExtract.MonthFromInterval |
|
| GExtract.MonthFromIntervalDay |
|
| GExtract.MonthFromIntervalYear |
|
| GExtract.MonthFromTimeStamp |
|
| GExtract.SecondFromDate |
|
| GExtract.SecondFromInterval |
|
| GExtract.SecondFromIntervalDay |
|
| GExtract.SecondFromIntervalYear |
|
| GExtract.SecondFromTime |
|
| GExtract.SecondFromTimeStamp |
|
| GExtract.YearFromDate |
|
| GExtract.YearFromInterval |
|
| GExtract.YearFromIntervalDay |
|
| GExtract.YearFromIntervalYear |
|
| GExtract.YearFromTimeStamp |
|
| GFloat4ToChar |
|
| GFloat4ToTimeStamp |
|
| GFloat8ToChar |
|
| GFloat8ToTimeStamp |
|
| GIntToChar |
|
| GIntToTimeStamp |
|
| GMathFunctions |
|
| GMathFunctions.AbsBigInt |
|
| GMathFunctions.AbsFloat4 |
|
| GMathFunctions.AbsFloat8 |
|
| GMathFunctions.AbsInt |
|
| GMathFunctions.AbsSmallInt |
|
| GMathFunctions.AbsTinyInt |
|
| GMathFunctions.AbsUInt1 |
|
| GMathFunctions.AbsUInt2 |
|
| GMathFunctions.AbsUInt4 |
|
| GMathFunctions.AbsUInt8 |
|
| GMathFunctions.CeilBigInt |
|
| GMathFunctions.CeilFloat4 |
|
| GMathFunctions.CeilFloat8 |
|
| GMathFunctions.CeilInt |
|
| GMathFunctions.CeilSmallInt |
|
| GMathFunctions.CeilTinyInt |
|
| GMathFunctions.CeilUInt1 |
|
| GMathFunctions.CeilUInt2 |
|
| GMathFunctions.CeilUInt4 |
|
| GMathFunctions.CeilUInt8 |
|
| GMathFunctions.DivBigInt |
|
| GMathFunctions.DivFloat4 |
|
| GMathFunctions.DivFloat8 |
|
| GMathFunctions.DivInt |
|
| GMathFunctions.DivSmallInt |
|
| GMathFunctions.DivTinyInt |
|
| GMathFunctions.DivUInt1 |
|
| GMathFunctions.DivUInt2 |
|
| GMathFunctions.DivUInt4 |
|
| GMathFunctions.DivUInt8 |
|
| GMathFunctions.FloorBigInt |
|
| GMathFunctions.FloorFloat4 |
|
| GMathFunctions.FloorFloat8 |
|
| GMathFunctions.FloorInt |
|
| GMathFunctions.FloorSmallInt |
|
| GMathFunctions.FloorTinyInt |
|
| GMathFunctions.FloorUInt1 |
|
| GMathFunctions.FloorUInt2 |
|
| GMathFunctions.FloorUInt4 |
|
| GMathFunctions.FloorUInt8 |
|
| GMathFunctions.LeftShiftBigInt |
|
| GMathFunctions.LeftShiftInt |
|
| GMathFunctions.LeftShiftSmallInt |
|
| GMathFunctions.LeftShiftTinyInt |
|
| GMathFunctions.LeftShiftUInt1 |
|
| GMathFunctions.LeftShiftUInt2 |
|
| GMathFunctions.LeftShiftUInt4 |
|
| GMathFunctions.LeftShiftUInt8 |
|
| GMathFunctions.ModBigInt |
|
| GMathFunctions.ModFloat4 |
|
| GMathFunctions.ModFloat8 |
|
| GMathFunctions.ModInt |
|
| GMathFunctions.ModSmallInt |
|
| GMathFunctions.ModTinyInt |
|
| GMathFunctions.ModUInt1 |
|
| GMathFunctions.ModUInt2 |
|
| GMathFunctions.ModUInt4 |
|
| GMathFunctions.ModUInt8 |
|
| GMathFunctions.NegativeBigInt |
|
| GMathFunctions.NegativeFloat4 |
|
| GMathFunctions.NegativeFloat8 |
|
| GMathFunctions.NegativeInt |
|
| GMathFunctions.NegativeSmallInt |
|
| GMathFunctions.NegativeTinyInt |
|
| GMathFunctions.NegativeUInt1 |
|
| GMathFunctions.NegativeUInt2 |
|
| GMathFunctions.NegativeUInt4 |
|
| GMathFunctions.NegativeUInt8 |
|
| GMathFunctions.RightShiftBigInt |
|
| GMathFunctions.RightShiftInt |
|
| GMathFunctions.RightShiftSmallInt |
|
| GMathFunctions.RightShiftTinyInt |
|
| GMathFunctions.RightShiftUInt1 |
|
| GMathFunctions.RightShiftUInt2 |
|
| GMathFunctions.RightShiftUInt4 |
|
| GMathFunctions.RightShiftUInt8 |
|
| GMathFunctions.RounddBigInt |
|
| GMathFunctions.RounddFloat4 |
|
| GMathFunctions.RounddFloat8 |
|
| GMathFunctions.RounddInt |
|
| GMathFunctions.RounddSmallInt |
|
| GMathFunctions.RounddTinyInt |
|
| GMathFunctions.RounddUInt1 |
|
| GMathFunctions.RounddUInt2 |
|
| GMathFunctions.RounddUInt4 |
|
| GMathFunctions.RounddUInt8 |
|
| GMathFunctions.SignBigInt |
|
| GMathFunctions.SignFloat4 |
|
| GMathFunctions.SignFloat8 |
|
| GMathFunctions.SignInt |
|
| GMathFunctions.SignSmallInt |
|
| GMathFunctions.SignTinyInt |
|
| GMathFunctions.SignUInt1 |
|
| GMathFunctions.SignUInt2 |
|
| GMathFunctions.SignUInt4 |
|
| GMathFunctions.SignUInt8 |
|
| GMathFunctions.SqrtBigInt |
|
| GMathFunctions.SqrtFloat4 |
|
| GMathFunctions.SqrtFloat8 |
|
| GMathFunctions.SqrtInt |
|
| GMathFunctions.SqrtSmallInt |
|
| GMathFunctions.SqrtTinyInt |
|
| GMathFunctions.SqrtUInt1 |
|
| GMathFunctions.SqrtUInt2 |
|
| GMathFunctions.SqrtUInt4 |
|
| GMathFunctions.SqrtUInt8 |
|
| GMathFunctions.TruncateBigInt |
|
| GMathFunctions.TruncateFloat4 |
|
| GMathFunctions.TruncateFloat8 |
|
| GMathFunctions.TruncateInt |
|
| GMathFunctions.TruncateSmallInt |
|
| GMathFunctions.TruncateTinyInt |
|
| GMathFunctions.TruncateUInt1 |
|
| GMathFunctions.TruncateUInt2 |
|
| GMathFunctions.TruncateUInt4 |
|
| GMathFunctions.TruncateUInt8 |
|
| GMathFunctions.TruncBigInt |
|
| GMathFunctions.TruncFloat4 |
|
| GMathFunctions.TruncFloat8 |
|
| GMathFunctions.TruncInt |
|
| GMathFunctions.TruncSmallInt |
|
| GMathFunctions.TruncTinyInt |
|
| GMathFunctions.TruncUInt1 |
|
| GMathFunctions.TruncUInt2 |
|
| GMathFunctions.TruncUInt4 |
|
| GMathFunctions.TruncUInt8 |
|
| GNewValueFunctions |
|
| GNewValueFunctions.NewValueBigInt |
|
| GNewValueFunctions.NewValueBigIntNullable |
|
| GNewValueFunctions.NewValueBit |
|
| GNewValueFunctions.NewValueBitNullable |
|
| GNewValueFunctions.NewValueDate |
|
| GNewValueFunctions.NewValueDateNullable |
|
| GNewValueFunctions.NewValueDecimal18 |
|
| GNewValueFunctions.NewValueDecimal18Nullable |
|
| GNewValueFunctions.NewValueDecimal9 |
|
| GNewValueFunctions.NewValueDecimal9Nullable |
|
| GNewValueFunctions.NewValueFloat4 |
|
| GNewValueFunctions.NewValueFloat4Nullable |
|
| GNewValueFunctions.NewValueFloat8 |
|
| GNewValueFunctions.NewValueFloat8Nullable |
|
| GNewValueFunctions.NewValueInt |
|
| GNewValueFunctions.NewValueIntNullable |
|
| GNewValueFunctions.NewValueSmallInt |
|
| GNewValueFunctions.NewValueSmallIntNullable |
|
| GNewValueFunctions.NewValueTime |
|
| GNewValueFunctions.NewValueTimeNullable |
|
| GNewValueFunctions.NewValueTimeStamp |
|
| GNewValueFunctions.NewValueTimeStampNullable |
|
| GNewValueFunctions.NewValueTinyInt |
|
| GNewValueFunctions.NewValueTinyIntNullable |
|
| GNewValueFunctions.NewValueUInt1 |
|
| GNewValueFunctions.NewValueUInt1Nullable |
|
| GNewValueFunctions.NewValueUInt2 |
|
| GNewValueFunctions.NewValueUInt2Nullable |
|
| GNewValueFunctions.NewValueUInt4 |
|
| GNewValueFunctions.NewValueUInt4Nullable |
|
| GNewValueFunctions.NewValueUInt8 |
|
| GNewValueFunctions.NewValueUInt8Nullable |
|
| GNewValueFunctions.NewValueVar16Char |
|
| GNewValueFunctions.NewValueVar16CharNullable |
|
| GNewValueFunctions.NewValueVarBinary |
|
| GNewValueFunctions.NewValueVarBinaryNullable |
|
| GNewValueFunctions.NewValueVarChar |
|
| GNewValueFunctions.NewValueVarCharNullable |
|
| GNullOpBigIntHolder |
|
| GNullOpBigIntHolder.IsNotNull |
|
| GNullOpBigIntHolder.IsNull |
|
| GNullOpBitHolder |
|
| GNullOpBitHolder.IsNotNull |
|
| GNullOpBitHolder.IsNull |
|
| GNullOpDateHolder |
|
| GNullOpDateHolder.IsNotNull |
|
| GNullOpDateHolder.IsNull |
|
| GNullOpDecimal18Holder |
|
| GNullOpDecimal18Holder.IsNotNull |
|
| GNullOpDecimal18Holder.IsNull |
|
| GNullOpDecimal28DenseHolder |
|
| GNullOpDecimal28DenseHolder.IsNotNull |
|
| GNullOpDecimal28DenseHolder.IsNull |
|
| GNullOpDecimal28SparseHolder |
|
| GNullOpDecimal28SparseHolder.IsNotNull |
|
| GNullOpDecimal28SparseHolder.IsNull |
|
| GNullOpDecimal38DenseHolder |
|
| GNullOpDecimal38DenseHolder.IsNotNull |
|
| GNullOpDecimal38DenseHolder.IsNull |
|
| GNullOpDecimal38SparseHolder |
|
| GNullOpDecimal38SparseHolder.IsNotNull |
|
| GNullOpDecimal38SparseHolder.IsNull |
|
| GNullOpDecimal9Holder |
|
| GNullOpDecimal9Holder.IsNotNull |
|
| GNullOpDecimal9Holder.IsNull |
|
| GNullOpFloat4Holder |
|
| GNullOpFloat4Holder.IsNotNull |
|
| GNullOpFloat4Holder.IsNull |
|
| GNullOpFloat8Holder |
|
| GNullOpFloat8Holder.IsNotNull |
|
| GNullOpFloat8Holder.IsNull |
|
| GNullOpIntervalDayHolder |
|
| GNullOpIntervalDayHolder.IsNotNull |
|
| GNullOpIntervalDayHolder.IsNull |
|
| GNullOpIntervalHolder |
|
| GNullOpIntervalHolder.IsNotNull |
|
| GNullOpIntervalHolder.IsNull |
|
| GNullOpIntervalYearHolder |
|
| GNullOpIntervalYearHolder.IsNotNull |
|
| GNullOpIntervalYearHolder.IsNull |
|
| GNullOpIntHolder |
|
| GNullOpIntHolder.IsNotNull |
|
| GNullOpIntHolder.IsNull |
|
| GNullOpNullableBigIntHolder |
|
| GNullOpNullableBigIntHolder.IsNotNull |
|
| GNullOpNullableBigIntHolder.IsNull |
|
| GNullOpNullableBitHolder |
|
| GNullOpNullableBitHolder.IsNotNull |
|
| GNullOpNullableBitHolder.IsNull |
|
| GNullOpNullableDateHolder |
|
| GNullOpNullableDateHolder.IsNotNull |
|
| GNullOpNullableDateHolder.IsNull |
|
| GNullOpNullableDecimal18Holder |
|
| GNullOpNullableDecimal18Holder.IsNotNull |
|
| GNullOpNullableDecimal18Holder.IsNull |
|
| GNullOpNullableDecimal28DenseHolder |
|
| GNullOpNullableDecimal28DenseHolder.IsNotNull |
|
| GNullOpNullableDecimal28DenseHolder.IsNull |
|
| GNullOpNullableDecimal28SparseHolder |
|
| GNullOpNullableDecimal28SparseHolder.IsNotNull |
|
| GNullOpNullableDecimal28SparseHolder.IsNull |
|
| GNullOpNullableDecimal38DenseHolder |
|
| GNullOpNullableDecimal38DenseHolder.IsNotNull |
|
| GNullOpNullableDecimal38DenseHolder.IsNull |
|
| GNullOpNullableDecimal38SparseHolder |
|
| GNullOpNullableDecimal38SparseHolder.IsNotNull |
|
| GNullOpNullableDecimal38SparseHolder.IsNull |
|
| GNullOpNullableDecimal9Holder |
|
| GNullOpNullableDecimal9Holder.IsNotNull |
|
| GNullOpNullableDecimal9Holder.IsNull |
|
| GNullOpNullableFloat4Holder |
|
| GNullOpNullableFloat4Holder.IsNotNull |
|
| GNullOpNullableFloat4Holder.IsNull |
|
| GNullOpNullableFloat8Holder |
|
| GNullOpNullableFloat8Holder.IsNotNull |
|
| GNullOpNullableFloat8Holder.IsNull |
|
| GNullOpNullableIntervalDayHolder |
|
| GNullOpNullableIntervalDayHolder.IsNotNull |
|
| GNullOpNullableIntervalDayHolder.IsNull |
|
| GNullOpNullableIntervalHolder |
|
| GNullOpNullableIntervalHolder.IsNotNull |
|
| GNullOpNullableIntervalHolder.IsNull |
|
| GNullOpNullableIntervalYearHolder |
|
| GNullOpNullableIntervalYearHolder.IsNotNull |
|
| GNullOpNullableIntervalYearHolder.IsNull |
|
| GNullOpNullableIntHolder |
|
| GNullOpNullableIntHolder.IsNotNull |
|
| GNullOpNullableIntHolder.IsNull |
|
| GNullOpNullableSmallIntHolder |
|
| GNullOpNullableSmallIntHolder.IsNotNull |
|
| GNullOpNullableSmallIntHolder.IsNull |
|
| GNullOpNullableTimeHolder |
|
| GNullOpNullableTimeHolder.IsNotNull |
|
| GNullOpNullableTimeHolder.IsNull |
|
| GNullOpNullableTimeStampHolder |
|
| GNullOpNullableTimeStampHolder.IsNotNull |
|
| GNullOpNullableTimeStampHolder.IsNull |
|
| GNullOpNullableTinyIntHolder |
|
| GNullOpNullableTinyIntHolder.IsNotNull |
|
| GNullOpNullableTinyIntHolder.IsNull |
|
| GNullOpNullableUInt1Holder |
|
| GNullOpNullableUInt1Holder.IsNotNull |
|
| GNullOpNullableUInt1Holder.IsNull |
|
| GNullOpNullableUInt2Holder |
|
| GNullOpNullableUInt2Holder.IsNotNull |
|
| GNullOpNullableUInt2Holder.IsNull |
|
| GNullOpNullableUInt4Holder |
|
| GNullOpNullableUInt4Holder.IsNotNull |
|
| GNullOpNullableUInt4Holder.IsNull |
|
| GNullOpNullableUInt8Holder |
|
| GNullOpNullableUInt8Holder.IsNotNull |
|
| GNullOpNullableUInt8Holder.IsNull |
|
| GNullOpNullableVar16CharHolder |
|
| GNullOpNullableVar16CharHolder.IsNotNull |
|
| GNullOpNullableVar16CharHolder.IsNull |
|
| GNullOpNullableVarBinaryHolder |
|
| GNullOpNullableVarBinaryHolder.IsNotNull |
|
| GNullOpNullableVarBinaryHolder.IsNull |
|
| GNullOpNullableVarCharHolder |
|
| GNullOpNullableVarCharHolder.IsNotNull |
|
| GNullOpNullableVarCharHolder.IsNull |
|
| GNullOpRepeatedBigIntHolder |
|
| GNullOpRepeatedBigIntHolder.IsNotNull |
|
| GNullOpRepeatedBigIntHolder.IsNull |
|
| GNullOpRepeatedBitHolder |
|
| GNullOpRepeatedBitHolder.IsNotNull |
|
| GNullOpRepeatedBitHolder.IsNull |
|
| GNullOpRepeatedDateHolder |
|
| GNullOpRepeatedDateHolder.IsNotNull |
|
| GNullOpRepeatedDateHolder.IsNull |
|
| GNullOpRepeatedDecimal18Holder |
|
| GNullOpRepeatedDecimal18Holder.IsNotNull |
|
| GNullOpRepeatedDecimal18Holder.IsNull |
|
| GNullOpRepeatedDecimal28DenseHolder |
|
| GNullOpRepeatedDecimal28DenseHolder.IsNotNull |
|
| GNullOpRepeatedDecimal28DenseHolder.IsNull |
|
| GNullOpRepeatedDecimal28SparseHolder |
|
| GNullOpRepeatedDecimal28SparseHolder.IsNotNull |
|
| GNullOpRepeatedDecimal28SparseHolder.IsNull |
|
| GNullOpRepeatedDecimal38DenseHolder |
|
| GNullOpRepeatedDecimal38DenseHolder.IsNotNull |
|
| GNullOpRepeatedDecimal38DenseHolder.IsNull |
|
| GNullOpRepeatedDecimal38SparseHolder |
|
| GNullOpRepeatedDecimal38SparseHolder.IsNotNull |
|
| GNullOpRepeatedDecimal38SparseHolder.IsNull |
|
| GNullOpRepeatedDecimal9Holder |
|
| GNullOpRepeatedDecimal9Holder.IsNotNull |
|
| GNullOpRepeatedDecimal9Holder.IsNull |
|
| GNullOpRepeatedFloat4Holder |
|
| GNullOpRepeatedFloat4Holder.IsNotNull |
|
| GNullOpRepeatedFloat4Holder.IsNull |
|
| GNullOpRepeatedFloat8Holder |
|
| GNullOpRepeatedFloat8Holder.IsNotNull |
|
| GNullOpRepeatedFloat8Holder.IsNull |
|
| GNullOpRepeatedIntervalDayHolder |
|
| GNullOpRepeatedIntervalDayHolder.IsNotNull |
|
| GNullOpRepeatedIntervalDayHolder.IsNull |
|
| GNullOpRepeatedIntervalHolder |
|
| GNullOpRepeatedIntervalHolder.IsNotNull |
|
| GNullOpRepeatedIntervalHolder.IsNull |
|
| GNullOpRepeatedIntervalYearHolder |
|
| GNullOpRepeatedIntervalYearHolder.IsNotNull |
|
| GNullOpRepeatedIntervalYearHolder.IsNull |
|
| GNullOpRepeatedIntHolder |
|
| GNullOpRepeatedIntHolder.IsNotNull |
|
| GNullOpRepeatedIntHolder.IsNull |
|
| GNullOpRepeatedSmallIntHolder |
|
| GNullOpRepeatedSmallIntHolder.IsNotNull |
|
| GNullOpRepeatedSmallIntHolder.IsNull |
|
| GNullOpRepeatedTimeHolder |
|
| GNullOpRepeatedTimeHolder.IsNotNull |
|
| GNullOpRepeatedTimeHolder.IsNull |
|
| GNullOpRepeatedTimeStampHolder |
|
| GNullOpRepeatedTimeStampHolder.IsNotNull |
|
| GNullOpRepeatedTimeStampHolder.IsNull |
|
| GNullOpRepeatedTinyIntHolder |
|
| GNullOpRepeatedTinyIntHolder.IsNotNull |
|
| GNullOpRepeatedTinyIntHolder.IsNull |
|
| GNullOpRepeatedUInt1Holder |
|
| GNullOpRepeatedUInt1Holder.IsNotNull |
|
| GNullOpRepeatedUInt1Holder.IsNull |
|
| GNullOpRepeatedUInt2Holder |
|
| GNullOpRepeatedUInt2Holder.IsNotNull |
|
| GNullOpRepeatedUInt2Holder.IsNull |
|
| GNullOpRepeatedUInt4Holder |
|
| GNullOpRepeatedUInt4Holder.IsNotNull |
|
| GNullOpRepeatedUInt4Holder.IsNull |
|
| GNullOpRepeatedUInt8Holder |
|
| GNullOpRepeatedUInt8Holder.IsNotNull |
|
| GNullOpRepeatedUInt8Holder.IsNull |
|
| GNullOpRepeatedVar16CharHolder |
|
| GNullOpRepeatedVar16CharHolder.IsNotNull |
|
| GNullOpRepeatedVar16CharHolder.IsNull |
|
| GNullOpRepeatedVarBinaryHolder |
|
| GNullOpRepeatedVarBinaryHolder.IsNotNull |
|
| GNullOpRepeatedVarBinaryHolder.IsNull |
|
| GNullOpRepeatedVarCharHolder |
|
| GNullOpRepeatedVarCharHolder.IsNotNull |
|
| GNullOpRepeatedVarCharHolder.IsNull |
|
| GNullOpSmallIntHolder |
|
| GNullOpSmallIntHolder.IsNotNull |
|
| GNullOpSmallIntHolder.IsNull |
|
| GNullOpTimeHolder |
|
| GNullOpTimeHolder.IsNotNull |
|
| GNullOpTimeHolder.IsNull |
|
| GNullOpTimeStampHolder |
|
| GNullOpTimeStampHolder.IsNotNull |
|
| GNullOpTimeStampHolder.IsNull |
|
| GNullOpTinyIntHolder |
|
| GNullOpTinyIntHolder.IsNotNull |
|
| GNullOpTinyIntHolder.IsNull |
|
| GNullOpUInt1Holder |
|
| GNullOpUInt1Holder.IsNotNull |
|
| GNullOpUInt1Holder.IsNull |
|
| GNullOpUInt2Holder |
|
| GNullOpUInt2Holder.IsNotNull |
|
| GNullOpUInt2Holder.IsNull |
|
| GNullOpUInt4Holder |
|
| GNullOpUInt4Holder.IsNotNull |
|
| GNullOpUInt4Holder.IsNull |
|
| GNullOpUInt8Holder |
|
| GNullOpUInt8Holder.IsNotNull |
|
| GNullOpUInt8Holder.IsNull |
|
| GNullOpVar16CharHolder |
|
| GNullOpVar16CharHolder.IsNotNull |
|
| GNullOpVar16CharHolder.IsNull |
|
| GNullOpVarBinaryHolder |
|
| GNullOpVarBinaryHolder.IsNotNull |
|
| GNullOpVarBinaryHolder.IsNull |
|
| GNullOpVarCharHolder |
|
| GNullOpVarCharHolder.IsNotNull |
|
| GNullOpVarCharHolder.IsNull |
|
| GSmallIntToChar |
|
| GSmallIntToTimeStamp |
|
| GTimeArithmetic |
|
| GTimeArithmetic.GTimeDifference |
|
| GTimeStampArithmetic |
|
| GTimeStampArithmetic.GTimeStampDifference |
|
| GTimeStampToChar |
|
| GTimeToChar |
|
| GTinyIntToChar |
|
| GTinyIntToTimeStamp |
|
| GToDate |
|
| GToTime |
|
| GToTimeStamp |
|
| GUInt1ToChar |
|
| GUInt1ToTimeStamp |
|
| GUInt2ToChar |
|
| GUInt2ToTimeStamp |
|
| GUInt4ToChar |
|
| GUInt4ToTimeStamp |
|
| GUInt8ToChar |
|
| GUInt8ToTimeStamp |
|
| GUnionFunctions |
|
| GUnionFunctions.CastUnionBigInt |
|
| GUnionFunctions.CastUnionBit |
|
| GUnionFunctions.CastUnionDate |
|
| GUnionFunctions.CastUnionFloat4 |
|
| GUnionFunctions.CastUnionFloat8 |
|
| GUnionFunctions.CastUnionInt |
|
| GUnionFunctions.CastUnionInterval |
|
| GUnionFunctions.CastUnionIntervalDay |
|
| GUnionFunctions.CastUnionIntervalYear |
|
| GUnionFunctions.CastUnionSmallInt |
|
| GUnionFunctions.CastUnionTime |
|
| GUnionFunctions.CastUnionTimeStamp |
|
| GUnionFunctions.CastUnionTinyInt |
|
| GUnionFunctions.CastUnionUInt1 |
|
| GUnionFunctions.CastUnionUInt2 |
|
| GUnionFunctions.CastUnionUInt4 |
|
| GUnionFunctions.CastUnionUInt8 |
|
| GUnionFunctions.CastUnionVar16Char |
|
| GUnionFunctions.CastUnionVarBinary |
|
| GUnionFunctions.CastUnionVarChar |
|
| GUnionFunctions.UnionIsBigInt |
|
| GUnionFunctions.UnionIsBit |
|
| GUnionFunctions.UnionIsDate |
|
| GUnionFunctions.UnionIsFloat4 |
|
| GUnionFunctions.UnionIsFloat8 |
|
| GUnionFunctions.UnionIsInt |
|
| GUnionFunctions.UnionIsInterval |
|
| GUnionFunctions.UnionIsIntervalDay |
|
| GUnionFunctions.UnionIsIntervalYear |
|
| GUnionFunctions.UnionIsSmallInt |
|
| GUnionFunctions.UnionIsTime |
|
| GUnionFunctions.UnionIsTimeStamp |
|
| GUnionFunctions.UnionIsTinyInt |
|
| GUnionFunctions.UnionIsUInt1 |
|
| GUnionFunctions.UnionIsUInt2 |
|
| GUnionFunctions.UnionIsUInt4 |
|
| GUnionFunctions.UnionIsUInt8 |
|
| GUnionFunctions.UnionIsVar16Char |
|
| GUnionFunctions.UnionIsVarBinary |
|
| GUnionFunctions.UnionIsVarChar |
|
| Hash32AsDouble |
hash32 function definitions for numeric data types.
|
| Hash32AsDouble.BigIntHash |
|
| Hash32AsDouble.Decimal18Hash |
|
| Hash32AsDouble.Decimal28Hash |
|
| Hash32AsDouble.Decimal38Hash |
|
| Hash32AsDouble.Decimal9Hash |
|
| Hash32AsDouble.DoubleHash |
|
| Hash32AsDouble.FloatHash |
|
| Hash32AsDouble.IntHash |
|
| Hash32AsDouble.NullableBigIntHash |
|
| Hash32AsDouble.NullableDecimal18Hash |
|
| Hash32AsDouble.NullableDecimal28Hash |
|
| Hash32AsDouble.NullableDecimal38Hash |
|
| Hash32AsDouble.NullableDecimal9Hash |
|
| Hash32AsDouble.NullableDoubleHash |
|
| Hash32AsDouble.NullableFloatHash |
|
| Hash32AsDouble.NullableIntHash |
|
| Hash32Functions |
|
| Hash32Functions.BigIntHash |
|
| Hash32Functions.BitHash |
|
| Hash32Functions.DateHash |
|
| Hash32Functions.Decimal18Hash |
|
| Hash32Functions.Decimal28Hash |
|
| Hash32Functions.Decimal38Hash |
|
| Hash32Functions.Decimal9Hash |
|
| Hash32Functions.DoubleHash |
|
| Hash32Functions.FloatHash |
|
| Hash32Functions.IntHash |
|
| Hash32Functions.NullableBigIntHash |
|
| Hash32Functions.NullableBitHash |
|
| Hash32Functions.NullableDateHash |
|
| Hash32Functions.NullableDecimal18Hash |
|
| Hash32Functions.NullableDecimal28Hash |
|
| Hash32Functions.NullableDecimal38Hash |
|
| Hash32Functions.NullableDecimal9Hash |
|
| Hash32Functions.NullableDoubleHash |
|
| Hash32Functions.NullableFloatHash |
|
| Hash32Functions.NullableIntHash |
|
| Hash32Functions.NullableTimeHash |
|
| Hash32Functions.NullableTimeStampHash |
|
| Hash32Functions.NullableVar16CharHash |
|
| Hash32Functions.NullableVarBinaryHash |
|
| Hash32Functions.NullableVarCharHash |
|
| Hash32Functions.TimeHash |
|
| Hash32Functions.TimeStampHash |
|
| Hash32Functions.Var16CharHash |
|
| Hash32Functions.VarBinaryHash |
|
| Hash32Functions.VarCharHash |
|
| Hash32FunctionsWithSeed |
|
| Hash32FunctionsWithSeed.BigIntHash |
|
| Hash32FunctionsWithSeed.BitHash |
|
| Hash32FunctionsWithSeed.DateHash |
|
| Hash32FunctionsWithSeed.Decimal18Hash |
|
| Hash32FunctionsWithSeed.Decimal28Hash |
|
| Hash32FunctionsWithSeed.Decimal38Hash |
|
| Hash32FunctionsWithSeed.Decimal9Hash |
|
| Hash32FunctionsWithSeed.DoubleHash |
|
| Hash32FunctionsWithSeed.FloatHash |
|
| Hash32FunctionsWithSeed.IntHash |
|
| Hash32FunctionsWithSeed.NullableBigIntHash |
|
| Hash32FunctionsWithSeed.NullableBitHash |
|
| Hash32FunctionsWithSeed.NullableDateHash |
|
| Hash32FunctionsWithSeed.NullableDecimal18Hash |
|
| Hash32FunctionsWithSeed.NullableDecimal28Hash |
|
| Hash32FunctionsWithSeed.NullableDecimal38Hash |
|
| Hash32FunctionsWithSeed.NullableDecimal9Hash |
|
| Hash32FunctionsWithSeed.NullableDoubleHash |
|
| Hash32FunctionsWithSeed.NullableFloatHash |
|
| Hash32FunctionsWithSeed.NullableIntHash |
|
| Hash32FunctionsWithSeed.NullableTimeHash |
|
| Hash32FunctionsWithSeed.NullableTimeStampHash |
|
| Hash32FunctionsWithSeed.NullableVar16CharHash |
|
| Hash32FunctionsWithSeed.NullableVarBinaryHash |
|
| Hash32FunctionsWithSeed.NullableVarCharHash |
|
| Hash32FunctionsWithSeed.TimeHash |
|
| Hash32FunctionsWithSeed.TimeStampHash |
|
| Hash32FunctionsWithSeed.Var16CharHash |
|
| Hash32FunctionsWithSeed.VarBinaryHash |
|
| Hash32FunctionsWithSeed.VarCharHash |
|
| Hash32WithSeedAsDouble |
hash32 with seed function definitions for numeric data types.
|
| Hash32WithSeedAsDouble.BigIntHash |
|
| Hash32WithSeedAsDouble.Decimal18Hash |
|
| Hash32WithSeedAsDouble.Decimal28Hash |
|
| Hash32WithSeedAsDouble.Decimal38Hash |
|
| Hash32WithSeedAsDouble.Decimal9Hash |
|
| Hash32WithSeedAsDouble.DoubleHash |
|
| Hash32WithSeedAsDouble.FloatHash |
|
| Hash32WithSeedAsDouble.IntHash |
|
| Hash32WithSeedAsDouble.NullableBigIntHash |
|
| Hash32WithSeedAsDouble.NullableDecimal18Hash |
|
| Hash32WithSeedAsDouble.NullableDecimal28Hash |
|
| Hash32WithSeedAsDouble.NullableDecimal38Hash |
|
| Hash32WithSeedAsDouble.NullableDecimal9Hash |
|
| Hash32WithSeedAsDouble.NullableDoubleHash |
|
| Hash32WithSeedAsDouble.NullableFloatHash |
|
| Hash32WithSeedAsDouble.NullableIntHash |
|
| Hash64AsDouble |
|
| Hash64AsDouble.BigIntHash |
|
| Hash64AsDouble.Decimal18Hash |
|
| Hash64AsDouble.Decimal28Hash |
|
| Hash64AsDouble.Decimal38Hash |
|
| Hash64AsDouble.Decimal9Hash |
|
| Hash64AsDouble.DoubleHash |
|
| Hash64AsDouble.FloatHash |
|
| Hash64AsDouble.IntHash |
|
| Hash64AsDouble.NullableBigIntHash |
|
| Hash64AsDouble.NullableDecimal18Hash |
|
| Hash64AsDouble.NullableDecimal28Hash |
|
| Hash64AsDouble.NullableDecimal38Hash |
|
| Hash64AsDouble.NullableDecimal9Hash |
|
| Hash64AsDouble.NullableDoubleHash |
|
| Hash64AsDouble.NullableFloatHash |
|
| Hash64AsDouble.NullableIntHash |
|
| Hash64Functions |
|
| Hash64Functions.BigIntHash |
|
| Hash64Functions.BitHash |
|
| Hash64Functions.DateHash |
|
| Hash64Functions.Decimal18Hash |
|
| Hash64Functions.Decimal28Hash |
|
| Hash64Functions.Decimal38Hash |
|
| Hash64Functions.Decimal9Hash |
|
| Hash64Functions.DoubleHash |
|
| Hash64Functions.FloatHash |
|
| Hash64Functions.IntHash |
|
| Hash64Functions.NullableBigIntHash |
|
| Hash64Functions.NullableBitHash |
|
| Hash64Functions.NullableDateHash |
|
| Hash64Functions.NullableDecimal18Hash |
|
| Hash64Functions.NullableDecimal28Hash |
|
| Hash64Functions.NullableDecimal38Hash |
|
| Hash64Functions.NullableDecimal9Hash |
|
| Hash64Functions.NullableDoubleHash |
|
| Hash64Functions.NullableFloatHash |
|
| Hash64Functions.NullableIntHash |
|
| Hash64Functions.NullableTimeHash |
|
| Hash64Functions.NullableTimeStampHash |
|
| Hash64Functions.NullableVar16CharHash |
|
| Hash64Functions.NullableVarBinaryHash |
|
| Hash64Functions.NullableVarCharHash |
|
| Hash64Functions.TimeHash |
|
| Hash64Functions.TimeStampHash |
|
| Hash64Functions.Var16CharHash |
|
| Hash64Functions.VarBinaryHash |
|
| Hash64Functions.VarCharHash |
|
| Hash64FunctionsWithSeed |
|
| Hash64FunctionsWithSeed.BigIntHash |
|
| Hash64FunctionsWithSeed.BitHash |
|
| Hash64FunctionsWithSeed.DateHash |
|
| Hash64FunctionsWithSeed.Decimal18Hash |
|
| Hash64FunctionsWithSeed.Decimal28Hash |
|
| Hash64FunctionsWithSeed.Decimal38Hash |
|
| Hash64FunctionsWithSeed.Decimal9Hash |
|
| Hash64FunctionsWithSeed.DoubleHash |
|
| Hash64FunctionsWithSeed.FloatHash |
|
| Hash64FunctionsWithSeed.IntHash |
|
| Hash64FunctionsWithSeed.NullableBigIntHash |
|
| Hash64FunctionsWithSeed.NullableBitHash |
|
| Hash64FunctionsWithSeed.NullableDateHash |
|
| Hash64FunctionsWithSeed.NullableDecimal18Hash |
|
| Hash64FunctionsWithSeed.NullableDecimal28Hash |
|
| Hash64FunctionsWithSeed.NullableDecimal38Hash |
|
| Hash64FunctionsWithSeed.NullableDecimal9Hash |
|
| Hash64FunctionsWithSeed.NullableDoubleHash |
|
| Hash64FunctionsWithSeed.NullableFloatHash |
|
| Hash64FunctionsWithSeed.NullableIntHash |
|
| Hash64FunctionsWithSeed.NullableTimeHash |
|
| Hash64FunctionsWithSeed.NullableTimeStampHash |
|
| Hash64FunctionsWithSeed.NullableVar16CharHash |
|
| Hash64FunctionsWithSeed.NullableVarBinaryHash |
|
| Hash64FunctionsWithSeed.NullableVarCharHash |
|
| Hash64FunctionsWithSeed.TimeHash |
|
| Hash64FunctionsWithSeed.TimeStampHash |
|
| Hash64FunctionsWithSeed.Var16CharHash |
|
| Hash64FunctionsWithSeed.VarBinaryHash |
|
| Hash64FunctionsWithSeed.VarCharHash |
|
| Hash64WithSeedAsDouble |
|
| Hash64WithSeedAsDouble.BigIntHash |
|
| Hash64WithSeedAsDouble.Decimal18Hash |
|
| Hash64WithSeedAsDouble.Decimal28Hash |
|
| Hash64WithSeedAsDouble.Decimal38Hash |
|
| Hash64WithSeedAsDouble.Decimal9Hash |
|
| Hash64WithSeedAsDouble.DoubleHash |
|
| Hash64WithSeedAsDouble.FloatHash |
|
| Hash64WithSeedAsDouble.IntHash |
|
| Hash64WithSeedAsDouble.NullableBigIntHash |
|
| Hash64WithSeedAsDouble.NullableDecimal18Hash |
|
| Hash64WithSeedAsDouble.NullableDecimal28Hash |
|
| Hash64WithSeedAsDouble.NullableDecimal38Hash |
|
| Hash64WithSeedAsDouble.NullableDecimal9Hash |
|
| Hash64WithSeedAsDouble.NullableDoubleHash |
|
| Hash64WithSeedAsDouble.NullableFloatHash |
|
| Hash64WithSeedAsDouble.NullableIntHash |
|
| HashHelper |
|
| IntervalBigIntFunctions |
|
| IntervalBigIntFunctions.BigIntIntervalMultiplyFunction |
|
| IntervalBigIntFunctions.IntervalBigIntDivideFunction |
|
| IntervalBigIntFunctions.IntervalBigIntMultiplyFunction |
|
| IntervalDayBigIntFunctions |
|
| IntervalDayBigIntFunctions.BigIntIntervalDayMultiplyFunction |
|
| IntervalDayBigIntFunctions.IntervalDayBigIntDivideFunction |
|
| IntervalDayBigIntFunctions.IntervalDayBigIntMultiplyFunction |
|
| IntervalDayFloat4Functions |
|
| IntervalDayFloat4Functions.Float4IntervalDayMultiplyFunction |
|
| IntervalDayFloat4Functions.IntervalDayFloat4DivideFunction |
|
| IntervalDayFloat4Functions.IntervalDayFloat4MultiplyFunction |
|
| IntervalDayFloat8Functions |
|
| IntervalDayFloat8Functions.Float8IntervalDayMultiplyFunction |
|
| IntervalDayFloat8Functions.IntervalDayFloat8DivideFunction |
|
| IntervalDayFloat8Functions.IntervalDayFloat8MultiplyFunction |
|
| IntervalDayFunctions |
|
| IntervalDayFunctions.IntervalDayAddFunction |
|
| IntervalDayFunctions.IntervalDayNegateFunction |
|
| IntervalDayFunctions.IntervalDaySubtractFunction |
|
| IntervalDayIntFunctions |
|
| IntervalDayIntFunctions.IntervalDayIntDivideFunction |
|
| IntervalDayIntFunctions.IntervalDayIntMultiplyFunction |
|
| IntervalDayIntFunctions.IntIntervalDayMultiplyFunction |
|
| IntervalFloat4Functions |
|
| IntervalFloat4Functions.Float4IntervalMultiplyFunction |
|
| IntervalFloat4Functions.IntervalFloat4DivideFunction |
|
| IntervalFloat4Functions.IntervalFloat4MultiplyFunction |
|
| IntervalFloat8Functions |
|
| IntervalFloat8Functions.Float8IntervalMultiplyFunction |
|
| IntervalFloat8Functions.IntervalFloat8DivideFunction |
|
| IntervalFloat8Functions.IntervalFloat8MultiplyFunction |
|
| IntervalFunctions |
|
| IntervalFunctions.IntervalAddFunction |
|
| IntervalFunctions.IntervalNegateFunction |
|
| IntervalFunctions.IntervalSubtractFunction |
|
| IntervalIntFunctions |
|
| IntervalIntFunctions.IntervalIntDivideFunction |
|
| IntervalIntFunctions.IntervalIntMultiplyFunction |
|
| IntervalIntFunctions.IntIntervalMultiplyFunction |
|
| IntervalYearBigIntFunctions |
|
| IntervalYearBigIntFunctions.BigIntIntervalYearMultiplyFunction |
|
| IntervalYearBigIntFunctions.IntervalYearBigIntDivideFunction |
|
| IntervalYearBigIntFunctions.IntervalYearBigIntMultiplyFunction |
|
| IntervalYearFloat4Functions |
|
| IntervalYearFloat4Functions.Float4IntervalYearMultiplyFunction |
|
| IntervalYearFloat4Functions.IntervalYearFloat4DivideFunction |
|
| IntervalYearFloat4Functions.IntervalYearFloat4MultiplyFunction |
|
| IntervalYearFloat8Functions |
|
| IntervalYearFloat8Functions.Float8IntervalYearMultiplyFunction |
|
| IntervalYearFloat8Functions.IntervalYearFloat8DivideFunction |
|
| IntervalYearFloat8Functions.IntervalYearFloat8MultiplyFunction |
|
| IntervalYearFunctions |
|
| IntervalYearFunctions.IntervalYearAddFunction |
|
| IntervalYearFunctions.IntervalYearNegateFunction |
|
| IntervalYearFunctions.IntervalYearSubtractFunction |
|
| IntervalYearIntFunctions |
|
| IntervalYearIntFunctions.IntervalYearIntDivideFunction |
|
| IntervalYearIntFunctions.IntervalYearIntMultiplyFunction |
|
| IntervalYearIntFunctions.IntIntervalYearMultiplyFunction |
|
| IsFalse |
|
| IsFalse.Optional |
|
| IsFalse.Required |
|
| IsNotFalse |
|
| IsNotFalse.Optional |
|
| IsNotFalse.Required |
|
| IsNotTrue |
|
| IsNotTrue.Optional |
|
| IsNotTrue.Required |
|
| IsNumericFunctions |
|
| IsNumericFunctions.BigIntIsNumeric |
|
| IsNumericFunctions.IntIsNumeric |
|
| IsNumericFunctions.NullableBigIntIsNumeric |
|
| IsNumericFunctions.NullableIntIsNumeric |
|
| IsNumericFunctions.NullableSmallIntIsNumeric |
|
| IsNumericFunctions.NullableTinyIntIsNumeric |
|
| IsNumericFunctions.NullableUInt1IsNumeric |
|
| IsNumericFunctions.NullableUInt2IsNumeric |
|
| IsNumericFunctions.NullableUInt4IsNumeric |
|
| IsNumericFunctions.NullableUInt8IsNumeric |
|
| IsNumericFunctions.NullableVarCharIsNumeric |
|
| IsNumericFunctions.SmallIntIsNumeric |
|
| IsNumericFunctions.TinyIntIsNumeric |
|
| IsNumericFunctions.UInt1IsNumeric |
|
| IsNumericFunctions.UInt2IsNumeric |
|
| IsNumericFunctions.UInt4IsNumeric |
|
| IsNumericFunctions.UInt8IsNumeric |
|
| IsNumericFunctions.VarCharIsNumeric |
|
| IsTrue |
|
| IsTrue.Optional |
|
| IsTrue.Required |
|
| Mappify |
|
| Mappify.ConvertMapToKeyValuePairs |
|
| MappifyUtility |
|
| MathFunctions |
|
| MathFunctions.Pi |
|
| MathFunctions.Power |
|
| MathFunctions.Random |
|
| MathFunctions.ToNumber |
|
| MultiplyFunctions |
|
| MultiplyFunctions.BigIntBigIntMultiply |
|
| MultiplyFunctions.Float4Float4Multiply |
|
| MultiplyFunctions.Float8Float8Multiply |
|
| MultiplyFunctions.IntIntMultiply |
|
| MultiplyFunctions.SmallIntSmallIntMultiply |
|
| MultiplyFunctions.TinyIntTinyIntMultiply |
|
| MultiplyFunctions.UInt1UInt1Multiply |
|
| MultiplyFunctions.UInt2UInt2Multiply |
|
| MultiplyFunctions.UInt4UInt4Multiply |
|
| MultiplyFunctions.UInt8UInt8Multiply |
|
| MurmurHash3 |
MurmurHash3 was written by Austin Appleby, and is placed in the public
domain.
|
| NetworkFunctions |
|
| NetworkFunctions.AddressCountFunction |
This function retunrs the number of IP addresses in the input CIDR block.
|
| NetworkFunctions.BroadcastAddressFunction |
This function returns the broadcast address of a given CIDR block.
|
| NetworkFunctions.HighAddressFunction |
This function gets the numerically highest IP address in an input CIDR block.
|
| NetworkFunctions.InetAtonFunction |
This function converts an IPv4 address into a BigInt.
|
| NetworkFunctions.InetNtoaFunction |
This function converts a BigInt IPv4 into dotted decimal notation.
|
| NetworkFunctions.InNetworkFunction |
This function takes two arguments, an input IPv4 and a CIDR, and returns true if the IP is in the given CIDR block
|
| NetworkFunctions.IsPrivateIP |
This function returns true if a given IPv4 address is private, false if not.
|
| NetworkFunctions.IsValidIPFunction |
Returns true if the input string is a valid IP address
|
| NetworkFunctions.IsValidIPV4Function |
Returns true if the input string is a valid IPv4 address
|
| NetworkFunctions.IsValidIPv6Function |
Returns true if the input string is a valid IP address
|
| NetworkFunctions.LowAddressFunction |
This function gets the numerically lowest IP address in an input CIDR block.
|
| NetworkFunctions.NetmaskFunction |
This function gets the netmask of the input CIDR block.
|
| NetworkFunctions.urldecodeFunction |
This function decodes URL strings.
|
| NetworkFunctions.urlencodeFunction |
This function encodes URL strings.
|
| Not |
|
| Not.Required |
|
| ParseQueryFunction |
|
| ParseUrlFunction |
|
| RegexpUtil |
Utilities for converting SQL LIKE and SIMILAR operators
to regular expressions.
|
| RegexpUtil.SqlPatternInfo |
|
| SimpleCastFunctions |
|
| SimpleCastFunctions.CastBooleanVarChar |
|
| SimpleCastFunctions.CastVarCharBoolean |
|
| SimpleRepeatedFunctions |
|
| SimpleRepeatedFunctions.ContainsBigInt |
|
| SimpleRepeatedFunctions.ContainsBit |
|
| SimpleRepeatedFunctions.ContainsFloat4 |
|
| SimpleRepeatedFunctions.ContainsFloat8 |
|
| SimpleRepeatedFunctions.ContainsInt |
|
| SimpleRepeatedFunctions.ContainsTinyInt |
|
| SimpleRepeatedFunctions.ContainsVarChar |
|
| SimpleRepeatedFunctions.RepeatedLengthBigInt |
|
| SimpleRepeatedFunctions.RepeatedLengthBit |
|
| SimpleRepeatedFunctions.RepeatedLengthFloat4 |
|
| SimpleRepeatedFunctions.RepeatedLengthFloat8 |
|
| SimpleRepeatedFunctions.RepeatedLengthInt |
|
| SimpleRepeatedFunctions.RepeatedLengthTinyInt |
|
| SimpleRepeatedFunctions.RepeatedLengthVarChar |
|
| SqlPatternComplexMatcher |
|
| SqlPatternConstantMatcher |
|
| SqlPatternContainsMatcher |
|
| SqlPatternEndsWithMatcher |
|
| SqlPatternFactory |
|
| SqlPatternStartsWithMatcher |
|
| SqlToDate |
|
| SqlToTime |
|
| SqlToTimeStamp |
|
| StringFunctionHelpers |
|
| StringFunctions |
|
| StringFunctions.AsciiEndode |
Convert string to ASCII from another encoding input.
|
| StringFunctions.AsciiString |
Returns the ASCII code of the first character of input string
|
| StringFunctions.AsciiToChar |
Returns the char corresponding to ASCII code input.
|
| StringFunctions.BinaryString |
|
| StringFunctions.BitLength |
|
| StringFunctions.Btrim |
Remove the longest string containing only characters from "from" from the start of "text"
|
| StringFunctions.BtrimOneArg |
Remove the longest string containing only character " " from the start of "text"
|
| StringFunctions.ByteLength |
|
| StringFunctions.CharLength |
|
| StringFunctions.Concat |
|
| StringFunctions.ConcatBothNullInput |
|
| StringFunctions.ConcatLeftNullInput |
|
| StringFunctions.ConcatOperator |
|
| StringFunctions.ConcatRightNullInput |
|
| StringFunctions.ILike |
|
| StringFunctions.ILikeWithEscape |
|
| StringFunctions.InitCap |
|
| StringFunctions.Left |
|
| StringFunctions.Like |
|
| StringFunctions.LikeWithEscape |
|
| StringFunctions.LowerCase |
|
| StringFunctions.Lpad |
|
| StringFunctions.LpadTwoArg |
|
| StringFunctions.Ltrim |
Remove the longest string containing only characters from "from" from the start of "text"
|
| StringFunctions.LtrimOneArg |
Remove the longest string containing only character " " from the start of "text"
|
| StringFunctions.OctetLength |
|
| StringFunctions.Position |
|
| StringFunctions.RegexpMatches |
|
| StringFunctions.RegexpReplace |
|
| StringFunctions.RepeatString |
Returns the input char sequences repeated nTimes.
|
| StringFunctions.Replace |
|
| StringFunctions.ReverseString |
Returns the reverse string for given input.
|
| StringFunctions.Right |
|
| StringFunctions.Rpad |
Fill up the string to length "length" by appending the characters 'fill' at the end of 'text'
If the string is already longer than length then it is truncated.
|
| StringFunctions.RpadTwoArg |
Fill up the string to length "length" by appending the characters ' ' at the end of 'text'
If the string is already longer than length then it is truncated.
|
| StringFunctions.Rtrim |
Remove the longest string containing only characters from "from" from the end of "text"
|
| StringFunctions.RtrimOneArg |
Remove the longest string containing only character " " from the end of "text"
|
| StringFunctions.Similar |
|
| StringFunctions.SimilarWithEscape |
|
| StringFunctions.Split |
|
| StringFunctions.SplitPart |
|
| StringFunctions.StringBinary |
|
| StringFunctions.Strpos |
|
| StringFunctions.Substring |
|
| StringFunctions.SubstringOffset |
|
| StringFunctions.SubstringRegex |
|
| StringFunctions.SubstringRegexNullable |
|
| StringFunctions.UpperCase |
|
| StringFunctionUtil |
|
| SubtractFunctions |
|
| SubtractFunctions.BigIntBigIntSubtract |
|
| SubtractFunctions.Float4Float4Subtract |
|
| SubtractFunctions.Float8Float8Subtract |
|
| SubtractFunctions.IntIntSubtract |
|
| SubtractFunctions.SmallIntSmallIntSubtract |
|
| SubtractFunctions.TinyIntTinyIntSubtract |
|
| SubtractFunctions.UInt1UInt1Subtract |
|
| SubtractFunctions.UInt2UInt2Subtract |
|
| SubtractFunctions.UInt4UInt4Subtract |
|
| SubtractFunctions.UInt8UInt8Subtract |
|
| TimeBigIntFunctions |
|
| TimeBigIntFunctions.BigIntTimeAddFunction |
|
| TimeBigIntFunctions.TimeBigIntAddFunction |
|
| TimeBigIntFunctions.TimeBigIntSubtractFunction |
|
| TimeIntervalDayFunctions |
|
| TimeIntervalDayFunctions.IntervalDayTimeAddFunction |
|
| TimeIntervalDayFunctions.TimeIntervalDayAddFunction |
|
| TimeIntervalDayFunctions.TimeIntervalDaySubtractFunction |
|
| TimeIntervalFunctions |
|
| TimeIntervalFunctions.IntervalTimeAddFunction |
|
| TimeIntervalFunctions.TimeIntervalAddFunction |
|
| TimeIntervalFunctions.TimeIntervalSubtractFunction |
|
| TimeIntervalYearFunctions |
|
| TimeIntervalYearFunctions.IntervalYearTimeAddFunction |
|
| TimeIntervalYearFunctions.TimeIntervalYearAddFunction |
|
| TimeIntervalYearFunctions.TimeIntervalYearSubtractFunction |
|
| TimeIntFunctions |
|
| TimeIntFunctions.IntTimeAddFunction |
|
| TimeIntFunctions.TimeIntAddFunction |
|
| TimeIntFunctions.TimeIntSubtractFunction |
|
| TimeStampBigIntFunctions |
|
| TimeStampBigIntFunctions.BigIntTimeStampAddFunction |
|
| TimeStampBigIntFunctions.TimeStampBigIntAddFunction |
|
| TimeStampBigIntFunctions.TimeStampBigIntSubtractFunction |
|
| TimeStampIntervalDayFunctions |
|
| TimeStampIntervalDayFunctions.IntervalDayTimeStampAddFunction |
|
| TimeStampIntervalDayFunctions.TimeStampIntervalDayAddFunction |
|
| TimeStampIntervalDayFunctions.TimeStampIntervalDaySubtractFunction |
|
| TimeStampIntervalFunctions |
|
| TimeStampIntervalFunctions.IntervalTimeStampAddFunction |
|
| TimeStampIntervalFunctions.TimeStampIntervalAddFunction |
|
| TimeStampIntervalFunctions.TimeStampIntervalSubtractFunction |
|
| TimeStampIntervalYearFunctions |
|
| TimeStampIntervalYearFunctions.IntervalYearTimeStampAddFunction |
|
| TimeStampIntervalYearFunctions.TimeStampIntervalYearAddFunction |
|
| TimeStampIntervalYearFunctions.TimeStampIntervalYearSubtractFunction |
|
| TimeStampIntFunctions |
|
| TimeStampIntFunctions.IntTimeStampAddFunction |
|
| TimeStampIntFunctions.TimeStampIntAddFunction |
|
| TimeStampIntFunctions.TimeStampIntSubtractFunction |
|
| TrigoMathFunctions |
|
| TrigoMathFunctions.ACosBigInt |
|
| TrigoMathFunctions.ACosFloat4 |
|
| TrigoMathFunctions.ACosFloat8 |
|
| TrigoMathFunctions.ACosInt |
|
| TrigoMathFunctions.ACosSmallInt |
|
| TrigoMathFunctions.ACosTinyInt |
|
| TrigoMathFunctions.ACosUInt1 |
|
| TrigoMathFunctions.ACosUInt2 |
|
| TrigoMathFunctions.ACosUInt4 |
|
| TrigoMathFunctions.ACosUInt8 |
|
| TrigoMathFunctions.ASinBigInt |
|
| TrigoMathFunctions.ASinFloat4 |
|
| TrigoMathFunctions.ASinFloat8 |
|
| TrigoMathFunctions.ASinInt |
|
| TrigoMathFunctions.ASinSmallInt |
|
| TrigoMathFunctions.ASinTinyInt |
|
| TrigoMathFunctions.ASinUInt1 |
|
| TrigoMathFunctions.ASinUInt2 |
|
| TrigoMathFunctions.ASinUInt4 |
|
| TrigoMathFunctions.ASinUInt8 |
|
| TrigoMathFunctions.ATanBigInt |
|
| TrigoMathFunctions.ATanFloat4 |
|
| TrigoMathFunctions.ATanFloat8 |
|
| TrigoMathFunctions.ATanInt |
|
| TrigoMathFunctions.ATanSmallInt |
|
| TrigoMathFunctions.ATanTinyInt |
|
| TrigoMathFunctions.ATanUInt1 |
|
| TrigoMathFunctions.ATanUInt2 |
|
| TrigoMathFunctions.ATanUInt4 |
|
| TrigoMathFunctions.ATanUInt8 |
|
| TrigoMathFunctions.CosBigInt |
|
| TrigoMathFunctions.CosFloat4 |
|
| TrigoMathFunctions.CosFloat8 |
|
| TrigoMathFunctions.CoshBigInt |
|
| TrigoMathFunctions.CoshFloat4 |
|
| TrigoMathFunctions.CoshFloat8 |
|
| TrigoMathFunctions.CoshInt |
|
| TrigoMathFunctions.CoshSmallInt |
|
| TrigoMathFunctions.CoshTinyInt |
|
| TrigoMathFunctions.CoshUInt1 |
|
| TrigoMathFunctions.CoshUInt2 |
|
| TrigoMathFunctions.CoshUInt4 |
|
| TrigoMathFunctions.CoshUInt8 |
|
| TrigoMathFunctions.CosInt |
|
| TrigoMathFunctions.CosSmallInt |
|
| TrigoMathFunctions.CosTinyInt |
|
| TrigoMathFunctions.CosUInt1 |
|
| TrigoMathFunctions.CosUInt2 |
|
| TrigoMathFunctions.CosUInt4 |
|
| TrigoMathFunctions.CosUInt8 |
|
| TrigoMathFunctions.CotBigInt |
|
| TrigoMathFunctions.CotFloat4 |
|
| TrigoMathFunctions.CotFloat8 |
|
| TrigoMathFunctions.CotInt |
|
| TrigoMathFunctions.CotSmallInt |
|
| TrigoMathFunctions.CotTinyInt |
|
| TrigoMathFunctions.CotUInt1 |
|
| TrigoMathFunctions.CotUInt2 |
|
| TrigoMathFunctions.CotUInt4 |
|
| TrigoMathFunctions.CotUInt8 |
|
| TrigoMathFunctions.SinBigInt |
|
| TrigoMathFunctions.SinFloat4 |
|
| TrigoMathFunctions.SinFloat8 |
|
| TrigoMathFunctions.SinhBigInt |
|
| TrigoMathFunctions.SinhFloat4 |
|
| TrigoMathFunctions.SinhFloat8 |
|
| TrigoMathFunctions.SinhInt |
|
| TrigoMathFunctions.SinhSmallInt |
|
| TrigoMathFunctions.SinhTinyInt |
|
| TrigoMathFunctions.SinhUInt1 |
|
| TrigoMathFunctions.SinhUInt2 |
|
| TrigoMathFunctions.SinhUInt4 |
|
| TrigoMathFunctions.SinhUInt8 |
|
| TrigoMathFunctions.SinInt |
|
| TrigoMathFunctions.SinSmallInt |
|
| TrigoMathFunctions.SinTinyInt |
|
| TrigoMathFunctions.SinUInt1 |
|
| TrigoMathFunctions.SinUInt2 |
|
| TrigoMathFunctions.SinUInt4 |
|
| TrigoMathFunctions.SinUInt8 |
|
| TrigoMathFunctions.TanBigInt |
|
| TrigoMathFunctions.TanFloat4 |
|
| TrigoMathFunctions.TanFloat8 |
|
| TrigoMathFunctions.TanhBigInt |
|
| TrigoMathFunctions.TanhFloat4 |
|
| TrigoMathFunctions.TanhFloat8 |
|
| TrigoMathFunctions.TanhInt |
|
| TrigoMathFunctions.TanhSmallInt |
|
| TrigoMathFunctions.TanhTinyInt |
|
| TrigoMathFunctions.TanhUInt1 |
|
| TrigoMathFunctions.TanhUInt2 |
|
| TrigoMathFunctions.TanhUInt4 |
|
| TrigoMathFunctions.TanhUInt8 |
|
| TrigoMathFunctions.TanInt |
|
| TrigoMathFunctions.TanSmallInt |
|
| TrigoMathFunctions.TanTinyInt |
|
| TrigoMathFunctions.TanUInt1 |
|
| TrigoMathFunctions.TanUInt2 |
|
| TrigoMathFunctions.TanUInt4 |
|
| TrigoMathFunctions.TanUInt8 |
|
| UnionFunctions |
The class contains additional functions for union types in addition to those in GUnionFunctions
|
| UnionFunctions.CastUnionList |
|
| UnionFunctions.CastUnionMap |
|
| UnionFunctions.CastUnionToUnion |
|
| UnionFunctions.CompareType |
Returns zero if the inputs have equivalent types.
|
| UnionFunctions.GetType |
|
| UnionFunctions.IsNotNull |
|
| UnionFunctions.IsNull |
|
| UnionFunctions.UnionIsList |
|
| UnionFunctions.UnionIsMap |
|
| VarHelpers |
|
| XXHash |
|