|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ResourceSchema | |
---|---|
org.apache.pig | Public interfaces and classes for Pig. |
org.apache.pig.backend.hadoop.hbase | |
org.apache.pig.builtin | This package contains builtin Pig UDFs. |
org.apache.pig.impl.io | |
org.apache.pig.impl.logicalLayer.schema | |
org.apache.pig.impl.util |
Uses of ResourceSchema in org.apache.pig |
---|
Methods in org.apache.pig that return ResourceSchema | |
---|---|
ResourceSchema |
ResourceSchema.ResourceFieldSchema.getSchema()
Get the schema for this field. |
ResourceSchema |
LoadMetadata.getSchema(String location,
org.apache.hadoop.mapreduce.Job job)
Get a schema for the data to be loaded. |
ResourceSchema |
ResourceSchema.setFields(ResourceSchema.ResourceFieldSchema[] fields)
Set all the fields. |
ResourceSchema |
ResourceSchema.setSortKeyOrders(ResourceSchema.Order[] sortKeyOrders)
Set the order for each sort key. |
ResourceSchema |
ResourceSchema.setSortKeys(int[] sortKeys)
Set the sort keys for htis data. |
ResourceSchema |
ResourceSchema.setVersion(int version)
|
Methods in org.apache.pig with parameters of type ResourceSchema | |
---|---|
void |
StoreFuncInterface.checkSchema(ResourceSchema s)
Set the schema for data to be stored. |
void |
StoreFunc.checkSchema(ResourceSchema s)
Set the schema for data to be stored. |
static boolean |
ResourceSchema.equals(ResourceSchema rs1,
ResourceSchema rs2)
Test whether two ResourceSchemas are the same. |
ResourceSchema.ResourceFieldSchema |
ResourceSchema.ResourceFieldSchema.setSchema(ResourceSchema schema)
Set the schema for this field. |
void |
StoreMetadata.storeSchema(ResourceSchema schema,
String location,
org.apache.hadoop.mapreduce.Job job)
Store schema of the data being written |
Uses of ResourceSchema in org.apache.pig.backend.hadoop.hbase |
---|
Methods in org.apache.pig.backend.hadoop.hbase with parameters of type ResourceSchema | |
---|---|
void |
HBaseStorage.checkSchema(ResourceSchema s)
|
Uses of ResourceSchema in org.apache.pig.builtin |
---|
Methods in org.apache.pig.builtin that return ResourceSchema | |
---|---|
ResourceSchema |
BinStorage.getSchema(String location,
org.apache.hadoop.mapreduce.Job job)
|
Methods in org.apache.pig.builtin with parameters of type ResourceSchema | |
---|---|
void |
PigStorage.checkSchema(ResourceSchema s)
|
void |
BinStorage.checkSchema(ResourceSchema s)
|
Uses of ResourceSchema in org.apache.pig.impl.io |
---|
Methods in org.apache.pig.impl.io that return ResourceSchema | |
---|---|
ResourceSchema |
TFileStorage.getSchema(String location,
org.apache.hadoop.mapreduce.Job job)
|
ResourceSchema |
InterStorage.getSchema(String location,
org.apache.hadoop.mapreduce.Job job)
|
Methods in org.apache.pig.impl.io with parameters of type ResourceSchema | |
---|---|
void |
TFileStorage.checkSchema(ResourceSchema s)
|
void |
InterStorage.checkSchema(ResourceSchema s)
|
Uses of ResourceSchema in org.apache.pig.impl.logicalLayer.schema |
---|
Methods in org.apache.pig.impl.logicalLayer.schema with parameters of type ResourceSchema | |
---|---|
static Schema |
Schema.getPigSchema(ResourceSchema rSchema)
|
Uses of ResourceSchema in org.apache.pig.impl.util |
---|
Methods in org.apache.pig.impl.util that return ResourceSchema | |
---|---|
static ResourceSchema |
Utils.getSchema(LoadFunc wrappedLoadFunc,
String location,
boolean checkExistence,
org.apache.hadoop.mapreduce.Job job)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |