Package | Description |
---|---|
oracle.odi.mapping.generation |
Modifier and Type | Method and Description |
---|---|
PigField |
PigField.clone()
Clones this field to a new one.
|
PigField |
PigScript.getInputField(MapAttributeWithPath attrSpec) |
PigField |
PigField.getParentField()
Gets the parent field.
|
PigField |
PigSchema.removeField(int index)
Removes the field at a specific index, and returns the removed field.
|
Modifier and Type | Method and Description |
---|---|
void |
PigField.addChildField(PigField childField)
Adds one more child field.
|
void |
PigSchema.addField(PigField field)
Adds a new field to this schema, if the field has not been added yet.
|
void |
PigCommand.adjustOutputFieldByExpr(PigField outputField,
oracle.odi.domain.mapping.expression.MapExpression expr)
Adjusts the definition of an output field using the output expression.
|
void |
PigField.setParentField(PigField parentField)
Sets the parent field.
|