|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use InterfaceStability.Unstable | |
---|---|
org.apache.pig | Public interfaces and classes for Pig. |
org.apache.pig.builtin | This package contains builtin Pig UDFs. |
org.apache.pig.data | This package contains implementations of Pig specific data types as well as support functions for reading, writing, and using all Pig data types. |
org.apache.pig.data.utils | |
org.apache.pig.newplan | |
org.apache.pig.newplan.optimizer | |
org.apache.pig.tools |
Uses of InterfaceStability.Unstable in org.apache.pig |
---|
Classes in org.apache.pig with annotations of type InterfaceStability.Unstable | |
---|---|
class |
IteratingAccumulatorEvalFunc<T>
This class provides a much more intuitive way to write Accumulator UDFs. For example, you could express IsEmpty as follows: |
class |
ResourceStatistics
An class that represents statistics about data to be loaded or stored. |
class |
SortColInfo
A class representing information about a sort column in SortInfo |
class |
SortInfo
Class to communicate sort column information based on order by statment's sort columns and schema |
Uses of InterfaceStability.Unstable in org.apache.pig.builtin |
---|
Classes in org.apache.pig.builtin with annotations of type InterfaceStability.Unstable | |
---|---|
interface |
MonitoredUDF
Describes how the execution of a UDF should be monitored, and what to do if it times out. |
interface |
Nondeterministic
A non-deterministic UDF is one that can produce different results when invoked on the same input. |
interface |
OutputSchema
An EvalFunc can annotated with an OutputSchema to
tell Pig what the expected output is. |
Uses of InterfaceStability.Unstable in org.apache.pig.data |
---|
Classes in org.apache.pig.data with annotations of type InterfaceStability.Unstable | |
---|---|
class |
AppendableSchemaTuple<T extends AppendableSchemaTuple<T>>
|
class |
SchemaTuple<T extends SchemaTuple<T>>
A SchemaTuple is a type aware tuple that is much faster and more memory efficient. |
class |
SchemaTupleClassGenerator
This class encapsulates the generation of SchemaTuples, as well as some logic around shipping code to the distributed cache. |
Uses of InterfaceStability.Unstable in org.apache.pig.data.utils |
---|
Classes in org.apache.pig.data.utils with annotations of type InterfaceStability.Unstable | |
---|---|
class |
MethodHelper
|
Uses of InterfaceStability.Unstable in org.apache.pig.newplan |
---|
Classes in org.apache.pig.newplan with annotations of type InterfaceStability.Unstable | |
---|---|
interface |
OperatorPlan
An interface that defines graph operations on plans. |
Uses of InterfaceStability.Unstable in org.apache.pig.newplan.optimizer |
---|
Classes in org.apache.pig.newplan.optimizer with annotations of type InterfaceStability.Unstable | |
---|---|
interface |
PlanTransformListener
An interface to describe listeners that are notified when a plan is modified. |
Uses of InterfaceStability.Unstable in org.apache.pig.tools |
---|
Classes in org.apache.pig.tools with annotations of type InterfaceStability.Unstable | |
---|---|
class |
ToolsPigServer
ToolsPigServer is a subclass of PigServer intended only for Pig tools. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |