Package | Description |
---|---|
oracle.odi.mapping.generation |
Modifier and Type | Class and Description |
---|---|
class |
PigField |
class |
PigSchema |
Modifier and Type | Method and Description |
---|---|
PigFieldOwner |
PigField.getOwner()
Gets the owner of this field.
|
PigFieldOwner |
PigField.getParent() |
PigFieldOwner |
PigFieldOwner.getParent()
Gets the parent of this field owner.
|
PigFieldOwner |
PigSchema.getParent() |
Modifier and Type | Method and Description |
---|---|
void |
PigField.setOwner(PigFieldOwner owner)
Sets the owner of this field.
|
Constructor and Description |
---|
PigField(PigFieldOwner owner,
PigField.PigFieldKind fieldKind)
Constructor for a Pig field.
|