| Package | Description |
|---|---|
| oracle.odi.mapping.generation.spark |
| Modifier and Type | Class and Description |
|---|---|
class |
SparkField
An enum to model the type of a Spark field.
|
class |
SparkSchema
A class to model a schema in a spark mapping.
|
| Modifier and Type | Method and Description |
|---|---|
SparkFieldOwner |
SparkField.getOwner() |
SparkFieldOwner |
SparkField.getParent() |
SparkFieldOwner |
SparkFieldOwner.getParent() |
SparkFieldOwner |
SparkSchema.getParent() |
| Modifier and Type | Method and Description |
|---|---|
void |
SparkField.setOwner(SparkFieldOwner owner) |
| Constructor and Description |
|---|
SparkField(SparkFieldOwner owner,
SparkField.FieldKind fieldKind) |