|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SortInfo | |
---|---|
org.apache.pig | Public interfaces and classes for Pig. |
org.apache.pig.backend.hadoop.executionengine.physicalLayer.relationalOperators | |
org.apache.pig.newplan.logical.relational |
Uses of SortInfo in org.apache.pig |
---|
Constructors in org.apache.pig with parameters of type SortInfo | |
---|---|
ResourceSchema(LogicalSchema pigSchema,
SortInfo sortInfo)
Only for use by Pig internal code. |
|
ResourceSchema(Schema pigSchema,
SortInfo sortInfo)
Only for use by Pig internal code. |
Uses of SortInfo in org.apache.pig.backend.hadoop.executionengine.physicalLayer.relationalOperators |
---|
Methods in org.apache.pig.backend.hadoop.executionengine.physicalLayer.relationalOperators that return SortInfo | |
---|---|
SortInfo |
POStore.getSortInfo()
|
Methods in org.apache.pig.backend.hadoop.executionengine.physicalLayer.relationalOperators with parameters of type SortInfo | |
---|---|
void |
POStore.setSortInfo(SortInfo sortInfo)
|
Uses of SortInfo in org.apache.pig.newplan.logical.relational |
---|
Methods in org.apache.pig.newplan.logical.relational that return SortInfo | |
---|---|
SortInfo |
LOStore.getSortInfo()
|
SortInfo |
LOSort.getSortInfo()
|
Methods in org.apache.pig.newplan.logical.relational with parameters of type SortInfo | |
---|---|
void |
LOStore.setSortInfo(SortInfo sortInfo)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |