| Package | Description |
|---|---|
| org.finra.herd.sdk.model |
| Modifier and Type | Method and Description |
|---|---|
List<SchemaColumn> |
Schema.getColumns()
A container for Schema Columns that are present in data file(s) for this Business Object Format.
|
List<SchemaColumn> |
Schema.getPartitions()
A container for partition columns in a specific schema.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Schema.setColumns(List<SchemaColumn> columns) |
void |
Schema.setPartitions(List<SchemaColumn> partitions) |
Copyright © 2017. All rights reserved.