miller/internal/pkg/mlrval
John Kerl 394681c4c1
Values-only -a option for mlr grep (#1305)
* Values-only option for `mlr grep`

* Artifacts from `make dev`
2023-06-03 17:19:40 -04:00
..
mlrmap.go Support simplified sort-map-by-value in the DSL (#1069) 2022-08-07 00:31:08 -04:00
mlrmap_accessors.go Fix typos (#1135) 2022-11-30 09:27:42 -05:00
mlrmap_accessors_test.go Use int64 wherever "64-bit integer" is assumed (#902) 2022-01-27 12:06:25 -05:00
mlrmap_flatten_unflatten.go Convert mlrval polymorphism from struct to unionish interface (#1133) 2022-11-26 20:55:21 -05:00
mlrmap_json.go New mlr json-parse -k flag (#1291) 2023-05-13 11:22:01 -04:00
mlrmap_new_test.go Performance improvement by JIT type inference (#786) 2021-12-20 23:56:04 -05:00
mlrmap_print.go Values-only -a option for mlr grep (#1305) 2023-06-03 17:19:40 -04:00
mlrval_accessors.go Convert mlrval polymorphism from struct to unionish interface (#1133) 2022-11-26 20:55:21 -05:00
mlrval_benchmark_test.go Improve type-inference performance (#809) 2021-12-27 00:54:21 -05:00
mlrval_cmp.go Convert mlrval polymorphism from struct to unionish interface (#1133) 2022-11-26 20:55:21 -05:00
mlrval_cmp_test.go Simplify and unit-test cmp disposition matrices (#819) 2021-12-29 21:53:56 -05:00
mlrval_collections.go Convert mlrval polymorphism from struct to unionish interface (#1133) 2022-11-26 20:55:21 -05:00
mlrval_constants.go Convert mlrval polymorphism from struct to unionish interface (#1133) 2022-11-26 20:55:21 -05:00
mlrval_copy.go Convert mlrval polymorphism from struct to unionish interface (#1133) 2022-11-26 20:55:21 -05:00
mlrval_format.go Address some staticcheck issues (#823) 2022-01-01 14:28:19 -05:00
mlrval_format_test.go Simplify and unit-test cmp disposition matrices (#819) 2021-12-29 21:53:56 -05:00
mlrval_get.go Convert mlrval polymorphism from struct to unionish interface (#1133) 2022-11-26 20:55:21 -05:00
mlrval_get_test.go Use int64 wherever "64-bit integer" is assumed (#902) 2022-01-27 12:06:25 -05:00
mlrval_infer.go Treaet data-file numbers with leading + as numeric (#1269) 2023-04-15 15:57:22 -04:00
mlrval_infer_test.go Improve type-inference performance (#809) 2021-12-27 00:54:21 -05:00
mlrval_is.go Convert mlrval polymorphism from struct to unionish interface (#1133) 2022-11-26 20:55:21 -05:00
mlrval_is_test.go Mlrval arrayval from []Mlrval to []*Mlrval (#880) 2022-01-17 15:13:57 -05:00
mlrval_json.go New mlr json-parse -k flag (#1291) 2023-05-13 11:22:01 -04:00
mlrval_new.go Convert mlrval polymorphism from struct to unionish interface (#1133) 2022-11-26 20:55:21 -05:00
mlrval_new_test.go Convert mlrval polymorphism from struct to unionish interface (#1133) 2022-11-26 20:55:21 -05:00
mlrval_output.go Convert mlrval polymorphism from struct to unionish interface (#1133) 2022-11-26 20:55:21 -05:00
mlrval_output_test.go Performance improvement by JIT type inference (#786) 2021-12-20 23:56:04 -05:00
mlrval_sort.go Fix natsort of empty strings; support mlr sort -rt same as -tr (#1068) 2022-08-06 23:10:09 -04:00
mlrval_sort_test.go Simplify and unit-test cmp disposition matrices (#819) 2021-12-29 21:53:56 -05:00
mlrval_type.go Convert mlrval polymorphism from struct to unionish interface (#1133) 2022-11-26 20:55:21 -05:00
mlrval_type_test.go More of 884 (#887) 2022-01-18 21:53:40 -05:00