This project has retired. For details please refer to its
Attic page.
SortFns.KeyExtraction (Apache Crunch 0.9.0 API)
org.apache.crunch.lib.sort
Class SortFns.KeyExtraction<V extends Tuple>
java.lang.Object
org.apache.crunch.lib.sort.SortFns.KeyExtraction<V>
- Enclosing class:
- SortFns
public static class SortFns.KeyExtraction<V extends Tuple>
- extends Object
Utility class for encapsulating key extraction logic and serialization information about
key extraction.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SortFns.KeyExtraction
public SortFns.KeyExtraction(PType<V> ptype,
Sort.ColumnOrder[] columnOrder)
getByFn
public MapFn<V,Object> getByFn()
getKeyType
public PType<Object> getKeyType()
Copyright © 2014 The Apache Software Foundation. All Rights Reserved.