| 
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ColumnMapping | |
|---|---|
| org.kitesdk.data | Provides interfaces and classes for reading and writing datasets. | 
| Uses of ColumnMapping in org.kitesdk.data | 
|---|
| Methods in org.kitesdk.data that return ColumnMapping | |
|---|---|
 ColumnMapping | 
ColumnMapping.Builder.build()
Builds and returns a ColumnMapping from the fields
 mappings added to this builder. | 
 ColumnMapping | 
DatasetDescriptor.getColumnMapping()
Get the ColumnMapping. | 
| Methods in org.kitesdk.data with parameters of type ColumnMapping | |
|---|---|
 DatasetDescriptor.Builder | 
DatasetDescriptor.Builder.columnMapping(ColumnMapping columnMappings)
Configure the dataset's column mapping descriptor (optional)  | 
| Constructors in org.kitesdk.data with parameters of type ColumnMapping | |
|---|---|
DatasetDescriptor(Schema schema,
                  URL schemaUrl,
                  Format format,
                  URI location,
                  Map<String,String> properties,
                  PartitionStrategy partitionStrategy,
                  ColumnMapping columnMapping)
Create an instance of this class with the supplied Schema, optional
 URL, Format, optional location URL, optional
 PartitionStrategy, and optional ColumnMapping. | 
|
  | 
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||