CONTRIBUTING.md HISTORY.md LICENSE.txt Manifest.txt README.md Rakefile bin/fk examples/stream-active-record-to-csv.rb lib/flat_kit.rb lib/flat_kit/cli.rb lib/flat_kit/command.rb lib/flat_kit/command/cat.rb lib/flat_kit/command/merge.rb lib/flat_kit/command/sort.rb lib/flat_kit/command/stats.rb lib/flat_kit/descendant_tracker.rb lib/flat_kit/error.rb lib/flat_kit/event_emitter.rb lib/flat_kit/field_stats.rb lib/flat_kit/field_type.rb lib/flat_kit/field_type/boolean_type.rb lib/flat_kit/field_type/date_type.rb lib/flat_kit/field_type/float_type.rb lib/flat_kit/field_type/guess_type.rb lib/flat_kit/field_type/integer_type.rb lib/flat_kit/field_type/null_type.rb lib/flat_kit/field_type/string_type.rb lib/flat_kit/field_type/timestamp_type.rb lib/flat_kit/field_type/unknown_type.rb lib/flat_kit/format.rb lib/flat_kit/input.rb lib/flat_kit/input/file.rb lib/flat_kit/input/io.rb lib/flat_kit/internal_node.rb lib/flat_kit/jsonl.rb lib/flat_kit/jsonl/format.rb lib/flat_kit/jsonl/reader.rb lib/flat_kit/jsonl/record.rb lib/flat_kit/jsonl/writer.rb lib/flat_kit/leaf_node.rb lib/flat_kit/logger.rb lib/flat_kit/merge.rb lib/flat_kit/merge_tree.rb lib/flat_kit/output.rb lib/flat_kit/output/file.rb lib/flat_kit/output/io.rb lib/flat_kit/position.rb lib/flat_kit/reader.rb lib/flat_kit/record.rb lib/flat_kit/sentinel_internal_node.rb lib/flat_kit/sentinel_leaf_node.rb lib/flat_kit/sort.rb lib/flat_kit/stat_type.rb lib/flat_kit/stat_type/nominal_stats.rb lib/flat_kit/stat_type/numerical_stats.rb lib/flat_kit/stat_type/ordinal_stats.rb lib/flat_kit/stats.rb lib/flat_kit/writer.rb lib/flat_kit/xsv.rb lib/flat_kit/xsv/format.rb lib/flat_kit/xsv/reader.rb lib/flat_kit/xsv/record.rb lib/flat_kit/xsv/writer.rb tasks/default.rake tasks/extension.rake tasks/man.rake tasks/this.rb test/device_dataset.rb test/field_type/test_boolean_type.rb test/field_type/test_date_type.rb test/field_type/test_float_type.rb test/field_type/test_guess_type.rb test/field_type/test_integer_type.rb test/field_type/test_null_type.rb test/field_type/test_string_type.rb test/field_type/test_timestamp_type.rb test/field_type/test_unknown_type.rb test/input/test_file.rb test/input/test_io.rb test/jsonl/test_format.rb test/jsonl/test_reader.rb test/jsonl/test_record.rb test/jsonl/test_writer.rb test/output/test_file.rb test/output/test_io.rb test/run test/stat_type/test_nominal_stats.rb test/stat_type/test_numerical_stats.rb test/stat_type/test_ordinal_stats.rb test/test_conversions.rb test/test_event_emitter.rb test/test_field_stats.rb test/test_field_type.rb test/test_format.rb test/test_helper.rb test/test_merge.rb test/test_merge_tree.rb test/test_version.rb test/xsv/test_format.rb test/xsv/test_reader.rb test/xsv/test_record.rb test/xsv/test_writer.rb