package
0.0.0-20250117090402-068cd5952c55
Repository: https://github.com/apecloud/myduckserver.git
Documentation: pkg.go.dev
# Functions
No description provided by the author
NormalizeArrayType normalizes array types by normalizing its elements first, then to a string using the type IoOutput method.
NormalizeExpectedRow normalizes each value's type, as the tests only want to compare values.
NormalizeIntsAndFloats normalizes all int and float types to int64 and float64, respectively.
NormalizeRow normalizes each value's type, as the tests only want to compare values.
NormalizeRows normalizes each value's type within each row, as the tests only want to compare values.
NormalizeVal normalizes values to the Doltgres type expects, so it can be used to convert the values using the given Doltgres type.
NormalizeValToString normalizes values into types that can be compared.
Numeric creates a numeric value from a string.
ReadRows reads all of the given rows into a slice, then closes the rows.
UnmarshalAndMarshalJsonString is used to normalize expected json type value to compare the actual value.
# Structs
ScriptTestAssertion are the assertions upon which the script executes its main "testing" logic.