Package | Description |
---|---|
org.apache.pig.impl.plan |
Modifier and Type | Method and Description |
---|---|
MapKeysInfo |
RequiredFields.getMapKeysInfo(int i)
Get the ith MapKeysInfo structure
|
Modifier and Type | Method and Description |
---|---|
void |
RequiredFields.mergeMapKeysInfo(int input,
int column,
MapKeysInfo mapKeysInfo)
Merge a MapKeysInfo structure to existing required map keys list
|
void |
RequiredFields.setMapKeysInfo(int input,
int column,
MapKeysInfo mapKeysInfo)
Set a MapKeysInfo structure to the required map keys list
|
void |
RequiredFields.setMapKeysInfo(int i,
MapKeysInfo mapKeysInfo)
Set the ith MapKeysInfo structure
|
Copyright © 2007-2012 The Apache Software Foundation