mirror of
https://github.com/johnkerl/miller.git
synced 2026-01-23 02:14:13 +00:00
parent
41649bf4f9
commit
5424e753a4
4 changed files with 0 additions and 4 deletions
|
|
@ -14,7 +14,6 @@ import (
|
|||
|
||||
type RecordWriterCSV struct {
|
||||
writerOptions *cli.TWriterOptions
|
||||
ofs0 byte // Go's CSV library only lets its 'Comma' be a single character
|
||||
csvWriter *csv.Writer
|
||||
needToPrintHeader bool
|
||||
firstRecordKeys []string
|
||||
|
|
|
|||
|
|
@ -12,7 +12,6 @@ import (
|
|||
|
||||
type RecordWriterMarkdown struct {
|
||||
writerOptions *cli.TWriterOptions
|
||||
ors string
|
||||
|
||||
numHeaderLinesOutput int
|
||||
lastJoinedHeader string
|
||||
|
|
|
|||
|
|
@ -116,7 +116,6 @@ func transformerFillDownParseCLI(
|
|||
type TransformerFillDown struct {
|
||||
// input
|
||||
fillDownFieldNames []string
|
||||
doAll bool
|
||||
onlyIfAbsent bool
|
||||
|
||||
// state
|
||||
|
|
|
|||
|
|
@ -260,7 +260,6 @@ type TransformerStep struct {
|
|||
// STATE
|
||||
|
||||
// Scratch space used per-record
|
||||
valueFieldValues []mlrval.Mlrval
|
||||
// Map from group-by field names to value-field names to stepper name to stepper object. See
|
||||
// the Transform method below for more details.
|
||||
groups map[string]map[string]map[string]tStepper
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue