Package | Description |
---|---|
oracle.odi.mapping.generation |
Modifier and Type | Method and Description |
---|---|
PigSchema |
PigLoadCmd.adjustOutputSchema()
Adjust the output schema for load command.
|
PigSchema |
PigCommand.calculateOutputSchema()
Calculates the output schema.
|
PigSchema |
PigGroupCmd.calculateOutputSchema() |
PigSchema |
PigSchema.clone(PigScript ownerScript)
clones this schema to a new one.
|
PigSchema |
PigScript.getOutputSchema()
Gets the output schema for this script.
|
PigSchema |
PigField.getSchema()
Gets the schema for this field
|
Modifier and Type | Method and Description |
---|---|
oracle.odi.domain.mapping.MapConnectorPoint |
PigScript.getInputConnectorPoint(PigSchema inputSchema)
Gets the input connector point for an input schema.
|
void |
PigScript.setOutputSchema(PigSchema outputSchema) |