SetLevels sets the Levels index names -- must match actual index dimensionality of the Values. This is automatically done by e.g., GroupBy, but must be done manually if creating custom indexes.
(levels ...string)
| 385 | // of the Values. This is automatically done by e.g., GroupBy, but must be done |
| 386 | // manually if creating custom indexes. |
| 387 | func (spl *Splits) SetLevels(levels ...string) { |
| 388 | spl.Levels = levels |
| 389 | } |
| 390 | |
| 391 | // use these for arg to ArgsToTable* |
| 392 | const ( |
no outgoing calls
no test coverage detected