|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use LoadFunc | |
---|---|
org.apache.pig | |
org.apache.pig.builtin | |
org.apache.pig.impl.builtin | |
org.apache.pig.impl.io | |
org.apache.pig.impl.streaming |
Uses of LoadFunc in org.apache.pig |
---|
Subinterfaces of LoadFunc in org.apache.pig | |
---|---|
interface |
ReversibleLoadStoreFunc
This interface is used to implement classes that can perform both Load and Store functionalities in a symmetric fashion (thus reversible). |
Uses of LoadFunc in org.apache.pig.builtin |
---|
Classes in org.apache.pig.builtin that implement LoadFunc | |
---|---|
class |
BinaryStorage
BinaryStorage is a simple, as-is, serializer/deserializer pair. |
class |
BinStorage
|
class |
PigStorage
A load function that parses a line of input into fields using a delimiter to set the fields. |
class |
TextLoader
This load function simply creates a tuple for each line of text that has a single field that contains the line of text. |
Uses of LoadFunc in org.apache.pig.impl.builtin |
---|
Classes in org.apache.pig.impl.builtin that implement LoadFunc | |
---|---|
class |
RandomSampleLoader
|
Uses of LoadFunc in org.apache.pig.impl.io |
---|
Methods in org.apache.pig.impl.io with parameters of type LoadFunc | |
---|---|
DataBag |
PigFile.load(LoadFunc lfunc,
PigContext pigContext)
|
Uses of LoadFunc in org.apache.pig.impl.streaming |
---|
Fields in org.apache.pig.impl.streaming declared as LoadFunc | |
---|---|
protected LoadFunc |
OutputHandler.deserializer
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |