Package | Description |
---|---|
oracle.odi.mapping.generation | |
oracle.odi.mapping.generation.pig |
Modifier and Type | Method and Description |
---|---|
Schema |
LoadCmd.adjustOutputSchema()
Adjust the output schema for load command.
|
Schema |
Command.calculateOutputSchema()
Calculates the output schema.
|
abstract Schema |
Schema.clone(Script ownerScript)
clones this schema to a new one.
|
abstract Schema |
CommandHelper.createProjectorSchema(Script ownerScript,
java.lang.String baseName,
Schema existingSchema,
MapConnectorPoint outputCP) |
static Schema |
CommandFactory.createSchema(ITechnology techno,
Script ownerScript,
java.lang.String name) |
abstract Schema |
CommandHelper.createSelectorSchema(Script ownerScript,
java.lang.String baseName,
boolean isDecorator) |
Schema |
Script.getOutputSchema()
Gets the output schema for this script.
|
Schema |
Field.getSchema()
Gets the owner schema of this field.
|
Modifier and Type | Method and Description |
---|---|
abstract Schema |
CommandHelper.createProjectorSchema(Script ownerScript,
java.lang.String baseName,
Schema existingSchema,
MapConnectorPoint outputCP) |
static Field |
CommandFactory.createScalarField(ITechnology techno,
Schema schema) |
MapConnectorPoint |
Script.getInputConnectorPoint(Schema inputSchema)
Gets the input connector point for an input schema.
|
void |
Script.setOutputSchema(Schema outputSchema)
Sets the output schema of this script.
|
void |
Field.setSchema(Schema schema)
Sets the owner of this field.
|
Constructor and Description |
---|
Field(Schema schema,
FieldKind fieldKind) |
Modifier and Type | Class and Description |
---|---|
class |
PigSchema |
Modifier and Type | Method and Description |
---|---|
Schema |
PigLoadCmd.adjustOutputSchema() |
Schema |
PigGroupCmd.calculateOutputSchema() |
Schema |
PigSchema.clone(Script ownerScript) |
Schema |
PigCommandHelper.createProjectorSchema(Script ownerScript,
java.lang.String baseName,
Schema existingSchema,
MapConnectorPoint outputCP) |
static Schema |
PigCommandFactory.createSchema(Script ownerScript,
java.lang.String name) |
Schema |
PigCommandHelper.createSelectorSchema(Script ownerScript,
java.lang.String baseName,
boolean isDecorator) |
Modifier and Type | Method and Description |
---|---|
Schema |
PigCommandHelper.createProjectorSchema(Script ownerScript,
java.lang.String baseName,
Schema existingSchema,
MapConnectorPoint outputCP) |
static Field |
PigCommandFactory.createScalarField(Schema schema) |
Constructor and Description |
---|
PigField(Schema schema,
PigField.PigFieldKind fieldKind)
Constructor for a Pig field.
|