- Enclosing class:
- ListToColumns
public static class ListToColumns.Options
extends Object
A Struct
defining all options that may be passed to this function.
-
Field Summary
Fields
A list of column names to use.
The number of columns to process.
A prefix to apply to all column names.
The number to assign to the first column when naming
number
.
-
Constructor Summary
Constructors
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
names
A list of column names to use.
-
prefix
A prefix to apply to all column names.
-
number
The number of columns to process. Used instead of names
-
startNumbering
The number to assign to the first column when naming number
.
-