Package | Description |
---|---|
oracle.odi.mapping.generation | |
oracle.odi.mapping.generation.pig |
Modifier and Type | Method and Description |
---|---|
abstract Field |
Field.clone()
Clones this field to a new one.
|
static Field |
CommandFactory.createScalarField(ITechnology techno,
Schema schema) |
Field |
Script.getInputField(MapAttributeWithPath attrSpec) |
Field |
Field.getParentField()
Gets the parent field.
|
Field |
Schema.removeField(int index)
Removes the field at a specific index, and returns the removed field.
|
Modifier and Type | Method and Description |
---|---|
void |
Field.addChildField(Field childField)
Adds one more child field.
|
void |
Schema.addField(Field field)
Adds a new field to this schema, if the field has not been added yet.
|
void |
Field.setParentField(Field parentField)
Sets the parent field.
|
Modifier and Type | Class and Description |
---|---|
class |
PigField |
Modifier and Type | Method and Description |
---|---|
Field |
PigField.clone() |
static Field |
PigCommandFactory.createScalarField(Schema schema) |