| Package | Description |
|---|---|
| org.apache.crunch.lib.sort | |
| org.apache.crunch.types |
Common functionality for business object serialization.
|
| org.apache.crunch.types.orc |
| Constructor and Description |
|---|
TupleKeyFn(int[] indices,
TupleFactory tupleFactory) |
| Modifier and Type | Field and Description |
|---|---|
static TupleFactory<Pair> |
TupleFactory.PAIR |
static TupleFactory<Tuple3> |
TupleFactory.TUPLE3 |
static TupleFactory<Tuple4> |
TupleFactory.TUPLE4 |
static TupleFactory<TupleN> |
TupleFactory.TUPLEN |
| Modifier and Type | Method and Description |
|---|---|
static <T extends Tuple> |
TupleFactory.create(Class<T> clazz,
Class... typeArgs) |
static <T extends Tuple> |
TupleFactory.getTupleFactory(Class<T> tupleClass)
Get the
TupleFactory for a given Tuple implementation. |
| Constructor and Description |
|---|
TupleObjectInspector(TupleFactory<T> tupleFactory,
PType... ptypes) |
Copyright © 2017 The Apache Software Foundation. All rights reserved.