Package | Description |
---|---|
oracle.odi.mapping.generation.spark |
Modifier and Type | Method and Description |
---|---|
SparkSchema |
SparkCommand.calculateOutputSchema(java.util.List inputSchemas)
Calculate the output schema according to the input shcemas.
|
SparkSchema |
SparkSQLCmd.calculateOutputSchema(java.util.List inputSchemas)
For Spark SQL command, the output schema is calculated from the input sql
query
|
SparkSchema |
SparkSchema.clone(SparkScript ownerScript) |
SparkSchema |
SparkScript.getOutputSchema()
Get the output spark schema which is calculated from the last command.
|
SparkSchema |
SparkField.getSchema() |
Modifier and Type | Method and Description |
---|---|
oracle.odi.domain.mapping.MapConnectorPoint |
SparkScript.getInputConnectorPoint(SparkSchema inputSchema)
Get the input connector point according to the spark input schema.
|
void |
SparkScript.setOutputSchema(SparkSchema outputSchema) |