|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use StoreMetadata | |
---|---|
org.apache.pig | Public interfaces and classes for Pig. |
org.apache.pig.builtin | This package contains builtin Pig UDFs. |
org.apache.pig.builtin.mock | |
org.apache.pig.piggybank.storage |
Uses of StoreMetadata in org.apache.pig |
---|
Classes in org.apache.pig that implement StoreMetadata | |
---|---|
class |
StoreFuncMetadataWrapper
Convenience class to extend when decorating a class that implements both StoreFunc and StoreMetadata. |
Methods in org.apache.pig with parameters of type StoreMetadata | |
---|---|
protected void |
StoreFuncMetadataWrapper.setStoreFunc(StoreMetadata storeFunc)
The wrapped StoreMetadata object must be set before method calls are made on this object. |
Uses of StoreMetadata in org.apache.pig.builtin |
---|
Classes in org.apache.pig.builtin that implement StoreMetadata | |
---|---|
class |
JsonMetadata
Reads and Writes metadata using JSON in metafiles next to the data. |
class |
JsonStorage
A JSON Pig store function. |
class |
ParquetStorer
Wrapper class which will delegate calls to parquet.pig.ParquetStorer |
class |
PigStorage
A load function that parses a line of input into fields using a character delimiter. |
Uses of StoreMetadata in org.apache.pig.builtin.mock |
---|
Classes in org.apache.pig.builtin.mock that implement StoreMetadata | |
---|---|
class |
Storage
A convenient mock Storage for unit tests |
Uses of StoreMetadata in org.apache.pig.piggybank.storage |
---|
Classes in org.apache.pig.piggybank.storage that implement StoreMetadata | |
---|---|
class |
AllLoader
The AllLoader provides the ability to point pig at a folder that contains files in multiple formats e.g. |
class |
CSVExcelStorage
CSV loading and storing with support for multi-line fields, and escaping of delimiters and double quotes within fields; uses CSV conventions of Excel 2007. |
class |
HiveColumnarStorage
|
class |
IndexedStorage
IndexedStorage is a form of PigStorage that supports a
per record seek. |
class |
PigStorageSchema
Deprecated. Use PigStorage with a -schema option instead |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |