|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
Math.abs(double) for computing the
absolute value of the argument.ABSMath.acos(double) for computing the
arc cosine of value of the argument.ACOSStreamingCommand.HandleSpec to a given StreamingCommand.Handle
GenericDatumReader.readArray(java.lang.Object, org.apache.avro.Schema, org.apache.avro.io.ResolvingDecoder) to add a
value.
SIZE instead.Math.asin(double) for computing the
arc sine of value of the argument.ASINMath.atan(double) for computing the
arc tangent of value of the argument.ATANMath.atan2(double,double).FSDataInputStream to SeekableInput.SIZE.BaseOutputFormat class for creating a
BasicTable.String Bin(arithmetic_expression, string1, ,..., stringN, sentinelN, default_string).
Logic:
if (arithmetic_expression<=sentinel1) return string1;
......- Bin() -
Constructor for class org.apache.pig.piggybank.evaluation.decode.Bin
-
- BinaryComparisonOperator - Class in org.apache.pig.backend.hadoop.executionengine.physicalLayer.expressionOperators
- This is a base class for all binary comparison operators.
- BinaryComparisonOperator(OperatorKey) -
Constructor for class org.apache.pig.backend.hadoop.executionengine.physicalLayer.expressionOperators.BinaryComparisonOperator
-
- BinaryComparisonOperator(OperatorKey, int) -
Constructor for class org.apache.pig.backend.hadoop.executionengine.physicalLayer.expressionOperators.BinaryComparisonOperator
-
- BinaryExpression - Class in org.apache.pig.newplan.logical.expression
- Superclass for all binary expressions
- BinaryExpression(String, OperatorPlan, LogicalExpression, LogicalExpression) -
Constructor for class org.apache.pig.newplan.logical.expression.BinaryExpression
- Will add this operator to the plan and connect it to the
left and right hand side operators.
- BinaryExpressionOperator - Class in org.apache.pig.backend.hadoop.executionengine.physicalLayer.expressionOperators
- A base class for all Binary expression operators.
- BinaryExpressionOperator(OperatorKey) -
Constructor for class org.apache.pig.backend.hadoop.executionengine.physicalLayer.expressionOperators.BinaryExpressionOperator
-
- BinaryExpressionOperator(OperatorKey, int) -
Constructor for class org.apache.pig.backend.hadoop.executionengine.physicalLayer.expressionOperators.BinaryExpressionOperator
-
- BinaryExpressionOperator - Class in org.apache.pig.impl.logicalLayer
- This abstract class represents the logical Binary Expression Operator
The binary operator has two operands and an operator.
- BinaryExpressionOperator(LogicalPlan, OperatorKey, int) -
Constructor for class org.apache.pig.impl.logicalLayer.BinaryExpressionOperator
-
- BinaryExpressionOperator(LogicalPlan, OperatorKey) -
Constructor for class org.apache.pig.impl.logicalLayer.BinaryExpressionOperator
-
- binaryInputQueue -
Variable in class org.apache.pig.backend.hadoop.executionengine.physicalLayer.relationalOperators.POStream
-
- binaryOutputQueue -
Variable in class org.apache.pig.backend.hadoop.executionengine.physicalLayer.relationalOperators.POStream
-
- BinCond - Class in org.apache.pig.piggybank.evaluation.decode
-
Syntax:
String BinCond(boolean_expression1, mapping_string1, ..., boolean_expressionN, mapping_stringN, other_string).
Logic:
if (boolean_expression1) return mapping_string1;
......- BinCond() -
Constructor for class org.apache.pig.piggybank.evaluation.decode.BinCond
-
- BinCondExpression - Class in org.apache.pig.newplan.logical.expression
-
- BinCondExpression(OperatorPlan, LogicalExpression, LogicalExpression, LogicalExpression) -
Constructor for class org.apache.pig.newplan.logical.expression.BinCondExpression
- Will add this operator to the plan and connect it to the
left and right hand side operators and the condition operator
- bindTo(OutputStream) -
Method in class org.apache.pig.impl.streaming.FileInputHandler
-
- bindTo(String, BufferedPositionedInputStream, long, long) -
Method in class org.apache.pig.impl.streaming.FileOutputHandler
-
- bindTo(OutputStream) -
Method in class org.apache.pig.impl.streaming.InputHandler
- Bind the
InputHandler to the OutputStream
from which it reads input and sends it to the managed process.
- bindTo(String, BufferedPositionedInputStream, long, long) -
Method in class org.apache.pig.impl.streaming.OutputHandler
- Bind the
OutputHandler to the InputStream
from which to read the output data of the managed process.
- BinInterSedes - Class in org.apache.pig.data
- A class to handle reading and writing of intermediate results of data types.
- BinInterSedes() -
Constructor for class org.apache.pig.data.BinInterSedes
-
- BinInterSedes.BinInterSedesTupleRawComparator - Class in org.apache.pig.data
-
- BinInterSedes.BinInterSedesTupleRawComparator() -
Constructor for class org.apache.pig.data.BinInterSedes.BinInterSedesTupleRawComparator
-
- BinSedesTuple - Class in org.apache.pig.data
- This tuple has a faster (de)serialization mechanism.
- BinSedesTupleFactory - Class in org.apache.pig.data
- Default implementation of TupleFactory.
- BinSedesTupleFactory() -
Constructor for class org.apache.pig.data.BinSedesTupleFactory
-
- BinStorage - Class in org.apache.pig.builtin
- Load and store data in a binary format.
- BinStorage() -
Constructor for class org.apache.pig.builtin.BinStorage
- Simple binary nested reader format
- BinStorageInputFormat - Class in org.apache.pig.impl.io
-
- BinStorageInputFormat() -
Constructor for class org.apache.pig.impl.io.BinStorageInputFormat
-
- BinStorageOutputFormat - Class in org.apache.pig.impl.io
-
- BinStorageOutputFormat() -
Constructor for class org.apache.pig.impl.io.BinStorageOutputFormat
-
- BinStorageRecordReader - Class in org.apache.pig.impl.io
- Treats keys as offset in file and value as line.
- BinStorageRecordReader() -
Constructor for class org.apache.pig.impl.io.BinStorageRecordReader
-
- BinStorageRecordWriter - Class in org.apache.pig.impl.io
-
- BinStorageRecordWriter(DataOutputStream) -
Constructor for class org.apache.pig.impl.io.BinStorageRecordWriter
-
- BLOCK_REPLICATION_KEY -
Static variable in interface org.apache.pig.backend.datastorage.ElementDescriptor
- Available from getConfiguration as a String and getStatistics as a Short.
- BLOCK_SIZE_KEY -
Static variable in interface org.apache.pig.backend.datastorage.ElementDescriptor
- Available from getConfiguration as a String and getStatistics as a Long.
- BlockDistribution - Class in org.apache.hadoop.zebra.io
- Class used to convey the information of how on-disk data that fall in a
specific split are distributed across hosts.
- BlockDistribution() -
Constructor for class org.apache.hadoop.zebra.io.BlockDistribution
-
- BOOLEAN -
Static variable in class org.apache.pig.data.DataType
-
- BOOLEAN_FALSE -
Static variable in class org.apache.pig.data.BinInterSedes
-
- BOOLEAN_TRUE -
Static variable in class org.apache.pig.data.BinInterSedes
-
- BooleanExpr - Class in org.apache.hadoop.zebra.pig.comparator
-
- BooleanExpr(int) -
Constructor for class org.apache.hadoop.zebra.pig.comparator.BooleanExpr
-
- BooleanSchema -
Static variable in class org.apache.pig.piggybank.storage.avro.AvroStorageUtils
-
- BoundedByteArrayOutputStream - Class in org.apache.hadoop.zebra.tfile
- A byte array backed output stream with a limit.
- BoundedByteArrayOutputStream(int) -
Constructor for class org.apache.hadoop.zebra.tfile.BoundedByteArrayOutputStream
- Create a BoundedByteArrayOutputStream with the specified
capacity
- BoundedByteArrayOutputStream(int, int) -
Constructor for class org.apache.hadoop.zebra.tfile.BoundedByteArrayOutputStream
- Create a BoundedByteArrayOutputStream with the specified
capacity and limit.
- breadthFirst() -
Method in class org.apache.pig.backend.hadoop.executionengine.physicalLayer.plans.PlanPrinter
-
- buffer() -
Method in class org.apache.hadoop.zebra.tfile.ByteArray
-
- buffer() -
Method in interface org.apache.hadoop.zebra.tfile.RawComparable
- Get the underlying byte array.
- buffer -
Variable in class org.apache.pig.backend.hadoop.executionengine.physicalLayer.relationalOperators.POForEach
-
- BufferedPositionedInputStream - Class in org.apache.pig.impl.io
-
- BufferedPositionedInputStream(InputStream, long) -
Constructor for class org.apache.pig.impl.io.BufferedPositionedInputStream
-
- BufferedPositionedInputStream(InputStream) -
Constructor for class org.apache.pig.impl.io.BufferedPositionedInputStream
-
- BUG -
Static variable in exception org.apache.pig.PigException
-
- build() -
Method in class org.apache.pig.backend.hadoop.hbase.HBaseTableInputFormat.HBaseTableIFBuilder
-
- buildPattern() -
Method in class org.apache.pig.newplan.logical.rules.DuplicateForEachColumnRewrite
-
- buildPattern() -
Method in class org.apache.pig.newplan.logical.rules.FilterAboveForeach
-
- buildPattern() -
Method in class org.apache.pig.newplan.logical.rules.GroupByConstParallelSetter
-
- buildPattern() -
Method in class org.apache.pig.newplan.logical.rules.ImplicitSplitInserter
-
- buildPattern() -
Method in class org.apache.pig.newplan.logical.rules.LimitOptimizer
-
- buildPattern() -
Method in class org.apache.pig.newplan.logical.rules.LogicalExpressionSimplifier
-
- buildPattern() -
Method in class org.apache.pig.newplan.logical.rules.MergeFilter
-
- buildPattern() -
Method in class org.apache.pig.newplan.logical.rules.MergeForEach
-
- buildPattern() -
Method in class org.apache.pig.newplan.logical.rules.PartitionFilterOptimizer
-
- buildPattern() -
Method in class org.apache.pig.newplan.logical.rules.PushDownForEachFlatten
-
- buildPattern() -
Method in class org.apache.pig.newplan.logical.rules.PushUpFilter
-
- buildPattern() -
Method in class org.apache.pig.newplan.logical.rules.SplitFilter
-
- buildPattern() -
Method in class org.apache.pig.newplan.logical.rules.TypeCastInserter
-
- buildPattern() -
Method in class org.apache.pig.newplan.logical.rules.WholePlanRule
-
- buildPattern() -
Method in class org.apache.pig.newplan.optimizer.Rule
- Build the pattern that this rule will look for
- buildRuleSets() -
Method in class org.apache.pig.newplan.logical.optimizer.LogicalPlanOptimizer
-
- buildSimpleFuncSpec(String, byte...) -
Static method in class org.apache.pig.impl.util.Utils
-
- BYTE -
Static variable in class org.apache.pig.data.BinInterSedes
-
- BYTE -
Static variable in class org.apache.pig.data.DataType
-
- ByteArray - Class in org.apache.hadoop.zebra.tfile
- Adaptor class to wrap byte-array backed objects (including java byte array)
as RawComparable objects.
- ByteArray(BytesWritable) -
Constructor for class org.apache.hadoop.zebra.tfile.ByteArray
- Constructing a ByteArray from a
BytesWritable.
- ByteArray(byte[]) -
Constructor for class org.apache.hadoop.zebra.tfile.ByteArray
- Wrap a whole byte array as a RawComparable.
- ByteArray(byte[], int, int) -
Constructor for class org.apache.hadoop.zebra.tfile.ByteArray
- Wrap a partial byte array as a RawComparable.
- BYTEARRAY -
Static variable in class org.apache.pig.data.BinInterSedes
-
- BYTEARRAY -
Static variable in class org.apache.pig.data.DataType
-
- ByteExpr - Class in org.apache.hadoop.zebra.pig.comparator
-
- ByteExpr(int) -
Constructor for class org.apache.hadoop.zebra.pig.comparator.ByteExpr
-
- bytes -
Variable in class org.apache.hadoop.zebra.pig.comparator.FixedLengthPrimitive
-
- BytesExpr - Class in org.apache.hadoop.zebra.pig.comparator
-
- BytesExpr(int) -
Constructor for class org.apache.hadoop.zebra.pig.comparator.BytesExpr
-
- BytesSchema -
Static variable in class org.apache.pig.piggybank.storage.avro.AvroStorageUtils
-
- bytesToBag(byte[], ResourceSchema.ResourceFieldSchema) -
Method in class org.apache.pig.backend.hadoop.hbase.HBaseBinaryConverter
- NOT IMPLEMENTED
- bytesToBag(byte[], ResourceSchema.ResourceFieldSchema) -
Method in class org.apache.pig.builtin.BinStorage
-
- bytesToBag(byte[], ResourceSchema.ResourceFieldSchema) -
Method in class org.apache.pig.builtin.TextLoader
- TextLoader does not support conversion to Bag
- bytesToBag(byte[], ResourceSchema.ResourceFieldSchema) -
Method in class org.apache.pig.builtin.Utf8StorageConverter
-
- bytesToBag(DataInput) -
Static method in class org.apache.pig.data.DataReaderWriter
-
- bytesToBag(byte[], ResourceSchema.ResourceFieldSchema) -
Method in interface org.apache.pig.LoadCaster
- Cast data from bytearray to bag value.
- bytesToBigCharArray(DataInput) -
Static method in class org.apache.pig.data.DataReaderWriter
-
- bytesToBoolean(byte[]) -
Method in class org.apache.pig.builtin.Utf8StorageConverter
- Note: NOT part of the LoadCaster interface.
- bytesToCharArray(byte[]) -
Method in class org.apache.pig.backend.hadoop.hbase.HBaseBinaryConverter
-
- bytesToCharArray(byte[]) -
Method in class org.apache.pig.builtin.BinStorage
-
- bytesToCharArray(byte[]) -
Method in class org.apache.pig.builtin.TextLoader
- Cast data from bytes to chararray value.
- bytesToCharArray(byte[]) -
Method in class org.apache.pig.builtin.Utf8StorageConverter
-
- bytesToCharArray(DataInput) -
Static method in class org.apache.pig.data.DataReaderWriter
-
- bytesToCharArray(byte[]) -
Method in interface org.apache.pig.LoadCaster
- Cast data from bytearray to chararray value.
- bytesToDouble(byte[]) -
Method in class org.apache.pig.backend.hadoop.hbase.HBaseBinaryConverter
-
- bytesToDouble(byte[]) -
Method in class org.apache.pig.builtin.BinStorage
-
- bytesToDouble(byte[]) -
Method in class org.apache.pig.builtin.TextLoader
- TextLoader does not support conversion to Double
- bytesToDouble(byte[]) -
Method in class org.apache.pig.builtin.Utf8StorageConverter
-
- bytesToDouble(byte[]) -
Method in interface org.apache.pig.LoadCaster
- Cast data from bytearray to double value.
- bytesToFloat(byte[]) -
Method in class org.apache.pig.backend.hadoop.hbase.HBaseBinaryConverter
-
- bytesToFloat(byte[]) -
Method in class org.apache.pig.builtin.BinStorage
-
- bytesToFloat(byte[]) -
Method in class org.apache.pig.builtin.TextLoader
- TextLoader does not support conversion to Float
- bytesToFloat(byte[]) -
Method in class org.apache.pig.builtin.Utf8StorageConverter
-
- bytesToFloat(byte[]) -
Method in interface org.apache.pig.LoadCaster
- Cast data from bytearray to float value.
- bytesToInteger(byte[]) -
Method in class org.apache.pig.backend.hadoop.hbase.HBaseBinaryConverter
-
- bytesToInteger(byte[]) -
Method in class org.apache.pig.builtin.BinStorage
-
- bytesToInteger(byte[]) -
Method in class org.apache.pig.builtin.TextLoader
- TextLoader does not support conversion to Integer
- bytesToInteger(byte[]) -
Method in class org.apache.pig.builtin.Utf8StorageConverter
-
- bytesToInteger(byte[]) -
Method in interface org.apache.pig.LoadCaster
- Cast data from bytearray to integer value.
- bytesToInternalMap(DataInput) -
Static method in class org.apache.pig.data.DataReaderWriter
-
- bytesToLong(byte[]) -
Method in class org.apache.pig.backend.hadoop.hbase.HBaseBinaryConverter
-
- bytesToLong(byte[]) -
Method in class org.apache.pig.builtin.BinStorage
-
- bytesToLong(byte[]) -
Method in class org.apache.pig.builtin.TextLoader
- TextLoader does not support conversion to Long
- bytesToLong(byte[]) -
Method in class org.apache.pig.builtin.Utf8StorageConverter
-
- bytesToLong(byte[]) -
Method in interface org.apache.pig.LoadCaster
- Cast data from bytearray to long value.
- bytesToMap(byte[]) -
Method in class org.apache.pig.backend.hadoop.hbase.HBaseBinaryConverter
- NOT IMPLEMENTED
- bytesToMap(byte[]) -
Method in class org.apache.pig.builtin.BinStorage
-
- bytesToMap(byte[]) -
Method in class org.apache.pig.builtin.TextLoader
- TextLoader does not support conversion to Map
- bytesToMap(byte[]) -
Method in class org.apache.pig.builtin.Utf8StorageConverter
-
- bytesToMap(DataInput) -
Static method in class org.apache.pig.data.DataReaderWriter
-
- bytesToMap(byte[]) -
Method in interface org.apache.pig.LoadCaster
- Cast data from bytearray to map value.
- bytesToTuple(byte[], ResourceSchema.ResourceFieldSchema) -
Method in class org.apache.pig.backend.hadoop.hbase.HBaseBinaryConverter
- NOT IMPLEMENTED
- bytesToTuple(byte[], ResourceSchema.ResourceFieldSchema) -
Method in class org.apache.pig.builtin.BinStorage
-
- bytesToTuple(byte[], ResourceSchema.ResourceFieldSchema) -
Method in class org.apache.pig.builtin.TextLoader
- TextLoader does not support conversion to Tuple
- bytesToTuple(byte[], ResourceSchema.ResourceFieldSchema) -
Method in class org.apache.pig.builtin.Utf8StorageConverter
-
- bytesToTuple(DataInput) -
Static method in class org.apache.pig.data.DataReaderWriter
-
- bytesToTuple(byte[], ResourceSchema.ResourceFieldSchema) -
Method in interface org.apache.pig.LoadCaster
- Cast data from bytearray to tuple value.
- bytesToWritable(DataInput) -
Static method in class org.apache.pig.data.DataReaderWriter
-
Math.cbrt(double) for computing the
cube root of the argument.CBRTMath.ceil(double).CEILObject.equals(java.lang.Object)
The method checks whether the two arguments are both null or both not null and
whether they are of the same class
Object.equals(java.lang.Object)
checks if two objects are equals - two levels of checks are
made - first if both are null or not null.
StoreFunc.cleanupOnFailure(String, Job).
ExecutableManager.
InputHandler since there is no more input
to be sent to the managed process.
OutputHandler.
LoadFunc implementations indicates to
Pig that it has the capability to load data such that all instances of a key
will occur in same split.DataType.compare(Object, Object), but does not use reflection to determine the type
of passed in objects, relying instead on the caller to provide the appropriate values, as
determined by DataType.findType(Object).
ExecutableManager.
SIZE.AvroStorageUtils.containsRecursiveRecord(Schema) and it recursively checks
whether the input schema contains recursive records.
Math.copySign(double,double).CORMath.cos(double).COSMath.cosh(double).COSHCOVExecutableManager depending on the ExecType.
InputHandler for the given input specification
of the StreamingCommand.
OutputHandler for the given output specification
of the StreamingCommand.
TFile.Reader.createScannerByKey(byte[], byte[]) instead.
TFile.Reader.createScannerByKey(RawComparable, RawComparable)
instead.
String Decode(expression, value1, mapping_string1, ..., valueN, mapping_stringN, other_string).
Logic:
if (expression==value1) return mapping_string1;
......- Decode() -
Constructor for class org.apache.pig.piggybank.evaluation.decode.Decode
-
- decodeBytes(String) -
Static method in class org.apache.pig.impl.util.ObjectSerializer
-
- deepCopy(LogicalExpressionPlan) -
Method in class org.apache.pig.newplan.logical.expression.AddExpression
-
- deepCopy(LogicalExpressionPlan) -
Method in class org.apache.pig.newplan.logical.expression.AndExpression
-
- deepCopy(LogicalExpressionPlan) -
Method in class org.apache.pig.newplan.logical.expression.BinCondExpression
-
- deepCopy(LogicalExpressionPlan) -
Method in class org.apache.pig.newplan.logical.expression.CastExpression
-
- deepCopy(LogicalExpressionPlan) -
Method in class org.apache.pig.newplan.logical.expression.ConstantExpression
-
- deepCopy(LogicalExpressionPlan) -
Method in class org.apache.pig.newplan.logical.expression.DereferenceExpression
-
- deepCopy(LogicalExpressionPlan) -
Method in class org.apache.pig.newplan.logical.expression.DivideExpression
-
- deepCopy(LogicalExpressionPlan) -
Method in class org.apache.pig.newplan.logical.expression.EqualExpression
-
- deepCopy(LogicalExpressionPlan) -
Method in class org.apache.pig.newplan.logical.expression.GreaterThanEqualExpression
-
- deepCopy(LogicalExpressionPlan) -
Method in class org.apache.pig.newplan.logical.expression.GreaterThanExpression
-
- deepCopy(LogicalExpressionPlan) -
Method in class org.apache.pig.newplan.logical.expression.IsNullExpression
-
- deepCopy(LogicalExpressionPlan) -
Method in class org.apache.pig.newplan.logical.expression.LessThanEqualExpression
-
- deepCopy(LogicalExpressionPlan) -
Method in class org.apache.pig.newplan.logical.expression.LessThanExpression
-
- deepCopy(LogicalExpressionPlan) -
Method in class org.apache.pig.newplan.logical.expression.LogicalExpression
- Create the deep copy of this expression and add that into the passed
LogicalExpressionPlan Return the copy of this expression with updated
logical expression plan.
- deepCopy() -
Method in class org.apache.pig.newplan.logical.expression.LogicalExpressionPlan
-
- deepCopy(LogicalExpressionPlan) -
Method in class org.apache.pig.newplan.logical.expression.MapLookupExpression
-
- deepCopy(LogicalExpressionPlan) -
Method in class org.apache.pig.newplan.logical.expression.ModExpression
-
- deepCopy(LogicalExpressionPlan) -
Method in class org.apache.pig.newplan.logical.expression.MultiplyExpression
-
- deepCopy(LogicalExpressionPlan) -
Method in class org.apache.pig.newplan.logical.expression.NegativeExpression
-
- deepCopy(LogicalExpressionPlan) -
Method in class org.apache.pig.newplan.logical.expression.NotEqualExpression
-
- deepCopy(LogicalExpressionPlan) -
Method in class org.apache.pig.newplan.logical.expression.NotExpression
-
- deepCopy(LogicalExpressionPlan) -
Method in class org.apache.pig.newplan.logical.expression.OrExpression
-
- deepCopy(LogicalExpressionPlan) -
Method in class org.apache.pig.newplan.logical.expression.ProjectExpression
-
- deepCopy(LogicalExpressionPlan) -
Method in class org.apache.pig.newplan.logical.expression.RegexExpression
-
- deepCopy(LogicalExpressionPlan) -
Method in class org.apache.pig.newplan.logical.expression.SubtractExpression
-
- deepCopy(LogicalExpressionPlan) -
Method in class org.apache.pig.newplan.logical.expression.UserFuncExpression
-
- deepCopy() -
Method in class org.apache.pig.newplan.logical.relational.LogicalSchema
-
- deepCopy() -
Method in class org.apache.pig.newplan.logical.relational.LogicalSchema.LogicalFieldSchema
-
- DEFAULT_CHUNK_SIZE -
Static variable in class org.apache.pig.backend.hadoop.executionengine.physicalLayer.relationalOperators.POJoinPackage
-
- DEFAULT_COMPARATOR -
Static variable in class org.apache.hadoop.zebra.types.SortInfo
-
- DEFAULT_DEFLATE_LEVEL -
Static variable in class org.apache.pig.piggybank.storage.avro.PigAvroOutputFormat
- The default deflate level.
- DEFAULT_PARALLELISM -
Static variable in class org.apache.pig.impl.builtin.GFCross
-
- DEFAULT_PERCENT_MEMUSAGE -
Static variable in class org.apache.pig.impl.builtin.PartitionSkewedKeys
-
- DEFAULT_REPLICATION_FACTOR_KEY -
Static variable in interface org.apache.pig.backend.datastorage.DataStorage
-
- DEFAULT_SCOPE -
Static variable in class org.apache.pig.newplan.PlanVisitor
-
- DefaultAbstractBag - Class in org.apache.pig.data
- Default implementation of DataBag.
- DefaultAbstractBag() -
Constructor for class org.apache.pig.data.DefaultAbstractBag
-
- DefaultAbstractBag.BagDelimiterTuple - Class in org.apache.pig.data
-
- DefaultAbstractBag.BagDelimiterTuple() -
Constructor for class org.apache.pig.data.DefaultAbstractBag.BagDelimiterTuple
-
- DefaultAbstractBag.EndBag - Class in org.apache.pig.data
-
- DefaultAbstractBag.EndBag() -
Constructor for class org.apache.pig.data.DefaultAbstractBag.EndBag
-
- DefaultAbstractBag.StartBag - Class in org.apache.pig.data
-
- DefaultAbstractBag.StartBag() -
Constructor for class org.apache.pig.data.DefaultAbstractBag.StartBag
-
- DefaultBagFactory - Class in org.apache.pig.data
- Default implementation of BagFactory.
- DefaultDataBag - Class in org.apache.pig.data
- An unordered collection of Tuples (possibly) with multiples.
- DefaultDataBag() -
Constructor for class org.apache.pig.data.DefaultDataBag
-
- DefaultDataBag(List<Tuple>) -
Constructor for class org.apache.pig.data.DefaultDataBag
- This constructor creates a bag out of an existing list
of tuples by taking ownership of the list and NOT
copying the contents of the list.
- DefaultIndexableLoader - Class in org.apache.pig.impl.builtin
- Used by MergeJoin .
- DefaultIndexableLoader(String, String, String, String, String) -
Constructor for class org.apache.pig.impl.builtin.DefaultIndexableLoader
-
- DefaultInputHandler - Class in org.apache.pig.impl.streaming
- DefaultInputHandler handles the input for the Pig-Streaming
executable in a synchronous manner by feeding it input
via its
stdin. - DefaultInputHandler() -
Constructor for class org.apache.pig.impl.streaming.DefaultInputHandler
-
- DefaultInputHandler(StreamingCommand.HandleSpec) -
Constructor for class org.apache.pig.impl.streaming.DefaultInputHandler
-
- defaultNumGroups -
Static variable in class org.apache.pig.impl.builtin.GFAny
-
- DefaultOutputHandler - Class in org.apache.pig.impl.streaming
- FileOutputHandler handles the output from the Pig-Streaming
executable in an synchronous manner by reading its output
via its
stdout. - DefaultOutputHandler() -
Constructor for class org.apache.pig.impl.streaming.DefaultOutputHandler
-
- DefaultOutputHandler(StreamingCommand.HandleSpec) -
Constructor for class org.apache.pig.impl.streaming.DefaultOutputHandler
-
- defaultParallel -
Variable in class org.apache.pig.impl.PigContext
-
- DefaultTuple - Class in org.apache.pig.data
- A default implementation of Tuple.
- DefaultTuple() -
Constructor for class org.apache.pig.data.DefaultTuple
- Default constructor.
- DefaultTuple.DefaultTupleRawComparator - Class in org.apache.pig.data
-
- DefaultTuple.DefaultTupleRawComparator() -
Constructor for class org.apache.pig.data.DefaultTuple.DefaultTupleRawComparator
-
- DefaultTupleFactory - Class in org.apache.pig.data
- Deprecated. Use
TupleFactory - DefaultTupleFactory() -
Constructor for class org.apache.pig.data.DefaultTupleFactory
- Deprecated.
- DEFLATE_CODEC -
Static variable in class org.apache.pig.piggybank.storage.avro.PigAvroOutputFormat
- The deflate codec
- DEFLATE_LEVEL_KEY -
Static variable in class org.apache.pig.piggybank.storage.avro.PigAvroOutputFormat
- The configuration key for Avro deflate level.
- delete() -
Method in interface org.apache.pig.backend.datastorage.ElementDescriptor
- Remove entity from the Data Storage.
- delete() -
Method in class org.apache.pig.backend.hadoop.datastorage.HPath
-
- delete(String, PigContext) -
Static method in class org.apache.pig.impl.io.FileLocalizer
-
- DELETED_CG_SEPARATOR_PER_TABLE -
Static variable in class org.apache.hadoop.zebra.io.BasicTable
-
- deleteFile(String) -
Method in class org.apache.pig.PigServer
- Delete a file.
- deleteTempFiles() -
Static method in class org.apache.pig.impl.io.FileLocalizer
-
- DependencyOrderLimitedWalker<O extends Operator,P extends OperatorPlan<O>> - Class in org.apache.pig.pen.util
-
- DependencyOrderLimitedWalker(O, P) -
Constructor for class org.apache.pig.pen.util.DependencyOrderLimitedWalker
-
- DependencyOrderWalker<O extends Operator,P extends OperatorPlan<O>> - Class in org.apache.pig.impl.plan
- DependencyOrderWalker traverses the graph in such a way that no node is visited
before all the nodes it depends on have been visited.
- DependencyOrderWalker(P) -
Constructor for class org.apache.pig.impl.plan.DependencyOrderWalker
-
- DependencyOrderWalker - Class in org.apache.pig.newplan
- A walker to walk graphs in dependency order.
- DependencyOrderWalker(OperatorPlan) -
Constructor for class org.apache.pig.newplan.DependencyOrderWalker
-
- DependencyOrderWalkerWOSeenChk<O extends Operator,P extends OperatorPlan<O>> - Class in org.apache.pig.impl.plan
- DependencyOrderWalker traverses the graph in such a way that no node is visited
before all the nodes it depends on have been visited.
- DependencyOrderWalkerWOSeenChk(P) -
Constructor for class org.apache.pig.impl.plan.DependencyOrderWalkerWOSeenChk
-
- depthFirst() -
Method in class org.apache.pig.impl.plan.optimizer.RulePlanPrinter
-
- depthFirst() -
Method in class org.apache.pig.impl.plan.PlanPrinter
-
- depthFirstLP() -
Method in class org.apache.pig.impl.logicalLayer.LOPrinter
-
- depthFirstLP() -
Method in class org.apache.pig.newplan.logical.optimizer.LogicalPlanPrinter
-
- depthFirstPP() -
Method in class org.apache.pig.backend.hadoop.executionengine.physicalLayer.plans.PlanPrinter
-
- DepthFirstWalker<O extends Operator,P extends OperatorPlan<O>> - Class in org.apache.pig.impl.plan
- DepthFirstWalker traverses a plan in a depth first manner.
- DepthFirstWalker(P) -
Constructor for class org.apache.pig.impl.plan.DepthFirstWalker
-
- DepthFirstWalker - Class in org.apache.pig.newplan
- Do a depth first traversal of the graph.
- DepthFirstWalker(OperatorPlan) -
Constructor for class org.apache.pig.newplan.DepthFirstWalker
-
- DereferenceExpression - Class in org.apache.pig.newplan.logical.expression
- This is a special case Expression and violates some of the rules of an
Expression.
- DereferenceExpression(OperatorPlan, int) -
Constructor for class org.apache.pig.newplan.logical.expression.DereferenceExpression
-
- DereferenceExpression(OperatorPlan, List<Integer>) -
Constructor for class org.apache.pig.newplan.logical.expression.DereferenceExpression
-
- DerivedDataVisitor - Class in org.apache.pig.pen
-
- DerivedDataVisitor(LogicalPlan, PigContext, Map<LOLoad, DataBag>, Map<LogicalOperator, PhysicalOperator>, PhysicalPlan) -
Constructor for class org.apache.pig.pen.DerivedDataVisitor
-
- DerivedDataVisitor(LogicalOperator, PigContext, Map<LOLoad, DataBag>, Map<LogicalOperator, PhysicalOperator>, PhysicalPlan) -
Constructor for class org.apache.pig.pen.DerivedDataVisitor
-
- deserialize(byte[]) -
Method in class org.apache.pig.builtin.PigStreaming
-
- deserialize(String) -
Static method in class org.apache.pig.impl.util.ObjectSerializer
-
- deserialize() -
Method in class org.apache.pig.impl.util.UDFContext
- Populate the udfConfs field.
- deserialize(byte[]) -
Method in interface org.apache.pig.StreamToPig
- Given a byte array from a streaming executable, produce a tuple.
- deserializer -
Variable in class org.apache.pig.impl.streaming.OutputHandler
-
- detachInput() -
Method in class org.apache.pig.backend.hadoop.executionengine.physicalLayer.PhysicalOperator
- Detaches any tuples that are attached
- detachInput() -
Method in class org.apache.pig.backend.hadoop.executionengine.physicalLayer.plans.PhysicalPlan
-
- detachInput() -
Method in class org.apache.pig.backend.hadoop.executionengine.physicalLayer.relationalOperators.POMultiQueryPackage
-
- detachInput() -
Method in class org.apache.pig.backend.hadoop.executionengine.physicalLayer.relationalOperators.POPackage
- attachInput's better half!
- detailedMessage -
Variable in exception org.apache.pig.PigException
-
- DETAILS -
Static variable in class org.apache.pig.piggybank.storage.avro.AvroStorageLog
-
- determineErrorSource(int) -
Static method in exception org.apache.pig.PigException
- A static method to determine the error source given the error code
- determineFieldSchema(ResourceSchema.ResourceFieldSchema) -
Static method in class org.apache.pig.data.DataType
- Determine the field schema of an ResourceFieldSchema
- determineFieldSchema(Object) -
Static method in class org.apache.pig.data.DataType
- Determine the field schema of an object
- didFetch -
Variable in class org.apache.pig.impl.io.FileLocalizer.FetchFileRet
-
- DIFF - Class in org.apache.pig.builtin
- DIFF takes two bags as arguments and compares them.
- DIFF() -
Constructor for class org.apache.pig.builtin.DIFF
-
- DiffDate - Class in org.apache.pig.piggybank.evaluation.datetime
-
Syntax:
int DiffDate(String yyyymmdd1, String yyyymmdd2).
Input:
date string in "yyyymmdd" format.
Output:
(date1-date2) in days, can be negative.
- DiffDate() -
Constructor for class org.apache.pig.piggybank.evaluation.datetime.DiffDate
-
- discardBatch() -
Method in class org.apache.pig.PigServer
- Discards a batch of Pig commands.
- disconnect(E, E) -
Method in class org.apache.pig.impl.plan.OperatorPlan
- Remove an edge from between two nodes.
- disconnect(Operator, Operator) -
Method in class org.apache.pig.newplan.BaseOperatorPlan
- Disconnect two operators in the plan.
- disconnect(Operator, Operator) -
Method in interface org.apache.pig.newplan.OperatorPlan
- Disconnect two operators in the plan.
- disconnect(Operator, Operator) -
Method in class org.apache.pig.newplan.OperatorSubPlan
-
- DiscreteProbabilitySampleGenerator - Class in org.apache.pig.backend.hadoop.executionengine.mapReduceLayer.partitioners
-
- DiscreteProbabilitySampleGenerator(float[]) -
Constructor for class org.apache.pig.backend.hadoop.executionengine.mapReduceLayer.partitioners.DiscreteProbabilitySampleGenerator
-
- display() -
Method in class org.apache.pig.backend.hadoop.executionengine.mapReduceLayer.partitioners.CountingMap
-
- DisplayExamples - Class in org.apache.pig.pen.util
-
- DisplayExamples() -
Constructor for class org.apache.pig.pen.util.DisplayExamples
-
- displayStatistics() -
Static method in class org.apache.pig.tools.pigstats.PigStatsUtil
- Logs the statistics in the Pig log file at INFO level
- distinct -
Variable in class org.apache.pig.backend.hadoop.executionengine.physicalLayer.relationalOperators.POPackage
-
- Distinct - Class in org.apache.pig.builtin
- Find the distinct set of tuples in a bag.
- Distinct() -
Constructor for class org.apache.pig.builtin.Distinct
-
- Distinct.Final - Class in org.apache.pig.builtin
-
- Distinct.Final() -
Constructor for class org.apache.pig.builtin.Distinct.Final
-
- Distinct.Initial - Class in org.apache.pig.builtin
-
- Distinct.Initial() -
Constructor for class org.apache.pig.builtin.Distinct.Initial
-
- Distinct.Intermediate - Class in org.apache.pig.builtin
-
- Distinct.Intermediate() -
Constructor for class org.apache.pig.builtin.Distinct.Intermediate
-
- DistinctCombiner - Class in org.apache.pig.backend.hadoop.executionengine.mapReduceLayer
- A special implementation of combiner used only for distinct.
- DistinctCombiner() -
Constructor for class org.apache.pig.backend.hadoop.executionengine.mapReduceLayer.DistinctCombiner
-
- DistinctCombiner.Combine - Class in org.apache.pig.backend.hadoop.executionengine.mapReduceLayer
-
- DistinctCombiner.Combine() -
Constructor for class org.apache.pig.backend.hadoop.executionengine.mapReduceLayer.DistinctCombiner.Combine
-
- DistinctDataBag - Class in org.apache.pig.data
- An unordered collection of Tuples with no multiples.
- DistinctDataBag() -
Constructor for class org.apache.pig.data.DistinctDataBag
-
- Divide - Class in org.apache.pig.backend.hadoop.executionengine.physicalLayer.expressionOperators
-
- Divide(OperatorKey) -
Constructor for class org.apache.pig.backend.hadoop.executionengine.physicalLayer.expressionOperators.Divide
-
- Divide(OperatorKey, int) -
Constructor for class org.apache.pig.backend.hadoop.executionengine.physicalLayer.expressionOperators.Divide
-
- DivideExpression - Class in org.apache.pig.newplan.logical.expression
- Divide Operator
- DivideExpression(OperatorPlan, LogicalExpression, LogicalExpression) -
Constructor for class org.apache.pig.newplan.logical.expression.DivideExpression
- Will add this operator to the plan and connect it to the
left and right hand side operators.
- doAllPredecessors(O, Set<O>, Collection<O>) -
Method in class org.apache.pig.impl.plan.DependencyOrderWalker
-
- doAllPredecessors(Operator, Set<Operator>, Collection<Operator>) -
Method in class org.apache.pig.newplan.DependencyOrderWalker
-
- doAllSuccessors(O, Set<O>, Collection<O>) -
Method in class org.apache.pig.impl.plan.ReverseDependencyOrderWalker
-
- doAllSuccessors(Operator, Set<Operator>, Collection<Operator>) -
Method in class org.apache.pig.newplan.ReverseDependencyOrderWalker
-
- doAllSuccessors(Operator, Collection<Operator>) -
Method in class org.apache.pig.newplan.ReverseDependencyOrderWalkerWOSeenChk
-
- doInsertBetween(E, E, E, boolean) -
Method in class org.apache.pig.impl.plan.OperatorPlan
-
- DotLOPrinter - Class in org.apache.pig.impl.logicalLayer
- This class can print a logical plan in the DOT format.
- DotLOPrinter(LogicalPlan, PrintStream) -
Constructor for class org.apache.pig.impl.logicalLayer.DotLOPrinter
-
- DotMRPrinter - Class in org.apache.pig.backend.hadoop.executionengine.mapReduceLayer.plans
- This class can print an MR plan in the DOT format.
- DotMRPrinter(MROperPlan, PrintStream) -
Constructor for class org.apache.pig.backend.hadoop.executionengine.mapReduceLayer.plans.DotMRPrinter
-
- DotMRPrinter.InnerOperator - Class in org.apache.pig.backend.hadoop.executionengine.mapReduceLayer.plans
- Helper class to represent the relationship of map, reduce and
combine phases in an MR operator.
- DotMRPrinter.InnerOperator(PhysicalPlan, String) -
Constructor for class org.apache.pig.backend.hadoop.executionengine.mapReduceLayer.plans.DotMRPrinter.InnerOperator
-
- DotMRPrinter.InnerPlan - Class in org.apache.pig.backend.hadoop.executionengine.mapReduceLayer.plans
- Helper class to represent the relationship of map, reduce and
combine phases in an MR operator.
- DotMRPrinter.InnerPlan(PhysicalPlan, PhysicalPlan, PhysicalPlan) -
Constructor for class org.apache.pig.backend.hadoop.executionengine.mapReduceLayer.plans.DotMRPrinter.InnerPlan
-
- DotPlanDumper<E extends Operator,P extends OperatorPlan<E>,N extends Operator,S extends OperatorPlan<N>> - Class in org.apache.pig.impl.plan
- This class puts everything that is needed to dump a plan in a
format readable by graphviz's dot algorithm.
- DotPlanDumper(P, PrintStream) -
Constructor for class org.apache.pig.impl.plan.DotPlanDumper
-
- DotPlanDumper(P, PrintStream, boolean, Set<Operator>, Set<Operator>, Set<Operator>) -
Constructor for class org.apache.pig.impl.plan.DotPlanDumper
-
- DotPOPrinter - Class in org.apache.pig.backend.hadoop.executionengine.physicalLayer.plans
- This class can print a physical plan in the DOT format.
- DotPOPrinter(PhysicalPlan, PrintStream) -
Constructor for class org.apache.pig.backend.hadoop.executionengine.physicalLayer.plans.DotPOPrinter
-
- DotPOPrinter(PhysicalPlan, PrintStream, boolean, Set<Operator>, Set<Operator>, Set<Operator>) -
Constructor for class org.apache.pig.backend.hadoop.executionengine.physicalLayer.plans.DotPOPrinter
-
- DOUBLE -
Static variable in class org.apache.pig.data.BinInterSedes
-
- DOUBLE -
Static variable in class org.apache.pig.data.DataType
-
- DoubleAbs - Class in org.apache.pig.builtin
-
- DoubleAbs() -
Constructor for class org.apache.pig.builtin.DoubleAbs
-
- DoubleAbs - Class in org.apache.pig.piggybank.evaluation.math
- Deprecated. Use
DoubleAbs - DoubleAbs() -
Constructor for class org.apache.pig.piggybank.evaluation.math.DoubleAbs
- Deprecated.
- DoubleAvg - Class in org.apache.pig.builtin
- This method should never be used directly, use
AVG. - DoubleAvg() -
Constructor for class org.apache.pig.builtin.DoubleAvg
-
- DoubleAvg.Final - Class in org.apache.pig.builtin
-
- DoubleAvg.Final() -
Constructor for class org.apache.pig.builtin.DoubleAvg.Final
-
- DoubleAvg.Initial - Class in org.apache.pig.builtin
-
- DoubleAvg.Initial() -
Constructor for class org.apache.pig.builtin.DoubleAvg.Initial
-
- DoubleAvg.Intermediate - Class in org.apache.pig.builtin
-
- DoubleAvg.Intermediate() -
Constructor for class org.apache.pig.builtin.DoubleAvg.Intermediate
-
- DoubleBase - Class in org.apache.pig.builtin
- base class for math udfs that return Double value
- DoubleBase() -
Constructor for class org.apache.pig.builtin.DoubleBase
-
- DoubleBase - Class in org.apache.pig.piggybank.evaluation.math
- Deprecated. Use
DoubleBase - DoubleBase() -
Constructor for class org.apache.pig.piggybank.evaluation.math.DoubleBase
- Deprecated.
- DoubleCopySign - Class in org.apache.pig.piggybank.evaluation.math
- math.copySign implements a binding to the Java function
Math.copySign(double,double). - DoubleCopySign() -
Constructor for class org.apache.pig.piggybank.evaluation.math.DoubleCopySign
-
- DoubleDoubleBase - Class in org.apache.pig.piggybank.evaluation.math
- base class for math udfs that return Double value
- DoubleDoubleBase() -
Constructor for class org.apache.pig.piggybank.evaluation.math.DoubleDoubleBase
-
- DoubleExpr - Class in org.apache.hadoop.zebra.pig.comparator
-
- DoubleGetExponent - Class in org.apache.pig.piggybank.evaluation.math
- math.getExponent implements a binding to the Java function
Math.getExponent(double). - DoubleGetExponent() -
Constructor for class org.apache.pig.piggybank.evaluation.math.DoubleGetExponent
-
- DoubleMax - Class in org.apache.pig.builtin
- This method should never be used directly, use
MAX. - DoubleMax() -
Constructor for class org.apache.pig.builtin.DoubleMax
-
- DoubleMax - Class in org.apache.pig.piggybank.evaluation.math
- math.max implements a binding to the Java function
Math.max(int,int) for computing the
the max value of the arguments. - DoubleMax() -
Constructor for class org.apache.pig.piggybank.evaluation.math.DoubleMax
-
- DoubleMax.Final - Class in org.apache.pig.builtin
-
- DoubleMax.Final() -
Constructor for class org.apache.pig.builtin.DoubleMax.Final
-
- DoubleMax.Initial - Class in org.apache.pig.builtin
-
- DoubleMax.Initial() -
Constructor for class org.apache.pig.builtin.DoubleMax.Initial
-
- DoubleMax.Intermediate - Class in org.apache.pig.builtin
-
- DoubleMax.Intermediate() -
Constructor for class org.apache.pig.builtin.DoubleMax.Intermediate
-
- DoubleMin - Class in org.apache.pig.builtin
- This method should never be used directly, use
MIN. - DoubleMin() -
Constructor for class org.apache.pig.builtin.DoubleMin
-
- DoubleMin - Class in org.apache.pig.piggybank.evaluation.math
- math.min implements a binding to the Java function
Math.min(int,int) for computing the
the min value of the arguments. - DoubleMin() -
Constructor for class org.apache.pig.piggybank.evaluation.math.DoubleMin
-
- DoubleMin.Final - Class in org.apache.pig.builtin
-
- DoubleMin.Final() -
Constructor for class org.apache.pig.builtin.DoubleMin.Final
-
- DoubleMin.Initial - Class in org.apache.pig.builtin
-
- DoubleMin.Initial() -
Constructor for class org.apache.pig.builtin.DoubleMin.Initial
-
- DoubleMin.Intermediate - Class in org.apache.pig.builtin
-
- DoubleMin.Intermediate() -
Constructor for class org.apache.pig.builtin.DoubleMin.Intermediate
-
- DoubleNextAfter - Class in org.apache.pig.piggybank.evaluation.math
- math.nextAfter implements a binding to the Java function
Math.nextAfter(double,double). - DoubleNextAfter() -
Constructor for class org.apache.pig.piggybank.evaluation.math.DoubleNextAfter
-
- DoubleNextup - Class in org.apache.pig.piggybank.evaluation.math
- math.NEXTUP implements a binding to the Java function
Math.nextUp(double). - DoubleNextup() -
Constructor for class org.apache.pig.piggybank.evaluation.math.DoubleNextup
-
- DoubleRound - Class in org.apache.pig.builtin
- Given a single data atom it Returns the closest long to the argument.
- DoubleRound() -
Constructor for class org.apache.pig.builtin.DoubleRound
-
- DoubleRound - Class in org.apache.pig.piggybank.evaluation.math
- Deprecated. Use
DoubleRound - DoubleRound() -
Constructor for class org.apache.pig.piggybank.evaluation.math.DoubleRound
- Deprecated.
- DoubleSchema -
Static variable in class org.apache.pig.piggybank.storage.avro.AvroStorageUtils
-
- DoubleSignum - Class in org.apache.pig.piggybank.evaluation.math
- math.SIGNUM implements a binding to the Java function
Math.signum(double). - DoubleSignum() -
Constructor for class org.apache.pig.piggybank.evaluation.math.DoubleSignum
-
- DoubleSum - Class in org.apache.pig.builtin
- This method should never be used directly, use
SUM. - DoubleSum() -
Constructor for class org.apache.pig.builtin.DoubleSum
-
- DoubleSum.Final - Class in org.apache.pig.builtin
-
- DoubleSum.Final() -
Constructor for class org.apache.pig.builtin.DoubleSum.Final
-
- DoubleSum.Initial - Class in org.apache.pig.builtin
-
- DoubleSum.Initial() -
Constructor for class org.apache.pig.builtin.DoubleSum.Initial
-
- DoubleSum.Intermediate - Class in org.apache.pig.builtin
-
- DoubleSum.Intermediate() -
Constructor for class org.apache.pig.builtin.DoubleSum.Intermediate
-
- DoubleUlp - Class in org.apache.pig.piggybank.evaluation.math
- math.ULP implements a binding to the Java function
Math.ulp(double). - DoubleUlp() -
Constructor for class org.apache.pig.piggybank.evaluation.math.DoubleUlp
-
- DoubleWritable - Class in org.apache.pig.backend.hadoop
- Writable for Double values.
- DoubleWritable() -
Constructor for class org.apache.pig.backend.hadoop.DoubleWritable
-
- DoubleWritable(double) -
Constructor for class org.apache.pig.backend.hadoop.DoubleWritable
-
- DoubleWritable.Comparator - Class in org.apache.pig.backend.hadoop
- A Comparator optimized for DoubleWritable.
- DoubleWritable.Comparator() -
Constructor for class org.apache.pig.backend.hadoop.DoubleWritable.Comparator
-
- drop(Path, Configuration) -
Static method in class org.apache.hadoop.zebra.io.BasicTable
- Drop a Basic Table, all files consisting of the BasicTable will be removed.
- drop(FileSystem, Path) -
Static method in class org.apache.hadoop.zebra.types.CGSchema
-
- dropColumnGroup(Path, Configuration, String) -
Static method in class org.apache.hadoop.zebra.io.BasicTable
- Deletes the data for column group specified by cgName.
- ds -
Variable in class org.apache.pig.backend.hadoop.executionengine.HExecutionEngine
-
- dummyBag -
Static variable in class org.apache.pig.backend.hadoop.executionengine.physicalLayer.PhysicalOperator
-
- dummyBool -
Static variable in class org.apache.pig.backend.hadoop.executionengine.physicalLayer.PhysicalOperator
-
- dummyDBA -
Static variable in class org.apache.pig.backend.hadoop.executionengine.physicalLayer.PhysicalOperator
-
- dummyDouble -
Static variable in class org.apache.pig.backend.hadoop.executionengine.physicalLayer.PhysicalOperator
-
- dummyFloat -
Static variable in class org.apache.pig.backend.hadoop.executionengine.physicalLayer.PhysicalOperator
-
- dummyInt -
Static variable in class org.apache.pig.backend.hadoop.executionengine.physicalLayer.PhysicalOperator
-
- dummyLong -
Static variable in class org.apache.pig.backend.hadoop.executionengine.physicalLayer.PhysicalOperator
-
- dummyMap -
Static variable in class org.apache.pig.backend.hadoop.executionengine.physicalLayer.PhysicalOperator
-
- dummyString -
Static variable in class org.apache.pig.backend.hadoop.executionengine.physicalLayer.PhysicalOperator
-
- dummyTuple -
Static variable in class org.apache.pig.backend.hadoop.executionengine.physicalLayer.PhysicalOperator
-
- dump() -
Method in class org.apache.pig.impl.plan.DotPlanDumper
-
- dump(PrintStream) -
Method in class org.apache.pig.impl.plan.OperatorPlan
-
- dump() -
Method in class org.apache.pig.impl.plan.PlanDumper
- This is the public interface.
- dumpEdge(Operator, Operator) -
Method in class org.apache.pig.impl.plan.DotPlanDumper
-
- dumpEdge(Operator, Operator) -
Method in class org.apache.pig.impl.plan.PlanDumper
- Will be called to dump the edges of the plan.
- dumpInfo(String, PrintStream, Configuration) -
Static method in class org.apache.hadoop.zebra.io.BasicTable
-
- dumpInfo(String, PrintStream, Configuration, int) -
Static method in class org.apache.hadoop.zebra.io.BasicTable
-
- dumpInvisibleOperators(E) -
Method in class org.apache.pig.impl.plan.DotPlanDumper
-
- dumpMultiInputNestedOperator(E, MultiMap<E, S>) -
Method in class org.apache.pig.impl.plan.DotPlanDumper
-
- dumpMultiInputNestedOperator(E, MultiMap<E, S>) -
Method in class org.apache.pig.impl.plan.PlanDumper
- Will be called when an operator has nested plans, which are
connected to one of the multiple inputs.
- dumpMultiOutputNestedOperator(E, Collection<S>) -
Method in class org.apache.pig.impl.plan.DotPlanDumper
-
- dumpMultiOutputNestedOperator(E, Collection<S>) -
Method in class org.apache.pig.impl.plan.PlanDumper
- Will be called for nested operators, where the plans represent
how the output of the operator is processed.
- dumpNestedOperator(E, Collection<S>) -
Method in class org.apache.pig.impl.plan.DotPlanDumper
-
- dumpNestedOperator(E, Collection<S>) -
Method in class org.apache.pig.impl.plan.PlanDumper
- Will be called for nested operators.
- dumpNestedSchema(String, String) -
Method in class org.apache.pig.impl.logicalLayer.LOForEach
-
- dumpOperator(E) -
Method in class org.apache.pig.impl.plan.DotPlanDumper
-
- dumpOperator(E) -
Method in class org.apache.pig.impl.plan.PlanDumper
- Will be called to dump a simple operator
- dumpSchema(String) -
Method in class org.apache.pig.PigServer
- Write the schema for an alias to System.out.
- dumpSchemaNested(String, String) -
Method in class org.apache.pig.PigServer
- Write the schema for a nestedAlias to System.out.
- dumpTimers(PrintStream) -
Method in class org.apache.pig.tools.timer.PerformanceTimerFactory
- Call print on all of the known performance timers.
- dumpTimers() -
Method in class org.apache.pig.tools.timer.PerformanceTimerFactory
-
- duplicate() -
Method in class org.apache.pig.impl.logicalLayer.LOLimit
-
- DuplicateForEachColumnRewrite - Class in org.apache.pig.newplan.logical.rules
-
- DuplicateForEachColumnRewrite(String) -
Constructor for class org.apache.pig.newplan.logical.rules.DuplicateForEachColumnRewrite
-
o is a DoubleWritable with the same value.
ExecutableManager manages an external executable which processes data
in a Pig query.ExecutableManager.
EXPMath.expm1(double).FileLocalizer.fileExists(String, PigContext) instead
FloatAbsAVG.Math.copySign(float,float).Math.getExponent(double).MAX.Math.max(int,int) for computing the
the max value of the arguments.MIN.Math.min(int,int) for computing the
the min value of the arguments.Math.nextAfter(double,double).Math.nextUp(double).Math.round(float).FloatRoundMath.signum(float).SUM.Math.ulp(float).Math.floor(double).FLOORFileLocalizer.fullPath(String, PigContext) instead
GenericDatumWriter.writeArray(org.apache.avro.Schema, java.lang.Object, org.apache.avro.io.Encoder) to enumerate
array elements.
GenericDatumWriter.writeArray(org.apache.avro.Schema, java.lang.Object, org.apache.avro.io.Encoder) to get the
size of an array.
StreamingCommand for this StreamSpec.
StreamingCommand for the given alias.
PigContext.getProperties() instead
PigException
Math.getExponent(double).PigAvroDatumWriter.writeRecord(org.apache.avro.Schema, java.lang.Object, org.apache.avro.io.Encoder) to retrieve
a record field value.
FuncSpec that performs the casting functionality
Handle.
StreamingCommand.
InputType
POStore
HandleSpec.