Documentation ¶
Index ¶
- func PG2CHDataTypesComparator(l, r string) bool
- func PG2CHDataTypesComparatorV1(l, r string) bool
- func ValueComparator(l interface{}, lCol abstract.ColSchema, r interface{}, rCol abstract.ColSchema, ...) (comparable bool, result bool, err error)
- func ValueJSONNullComparator(l interface{}, lCol abstract.ColSchema, r interface{}, rCol abstract.ColSchema, ...) (comparable bool, result bool, err error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func PG2CHDataTypesComparator ¶
PG2CHDataTypesComparator properly compares data types in pg2ch transfers, skipping special cases.
func PG2CHDataTypesComparatorV1 ¶
PG2CHDataTypesComparatorV1 properly compares data types in pg2ch transfers, skipping special cases.
This is a version of this comparator for type system `1`.
func ValueComparator ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.