mirror of
https://github.com/dolthub/dolt.git
synced 2026-05-07 19:30:22 -05:00
Addressed review feedback and extracted a constant for the printed NULL value, used it everywhere.
This commit is contained in:
@@ -221,6 +221,8 @@ const (
|
||||
ZEROFILL = "zerofill"
|
||||
)
|
||||
|
||||
const PRINTED_NULL = "<NULL>"
|
||||
|
||||
// Boolean predicate func type to filter rows in result sets
|
||||
type rowFilterFn = func(r row.Row) (matchesFilter bool)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user