| Interface | Description |
|---|---|
| AtomicType<T> | |
| CompositeType<T> | |
| InputTypeConfigurable |
OutputFormats can implement this interface to be configured
with the data type they will operate on. |
| ResultTypeQueryable<T> |
This interface can be implemented by functions and input formats to tell the framework
about their produced data type.
|
| Class | Description |
|---|---|
| BasicArrayTypeInfo<T,C> | |
| BasicTypeInfo<T> | |
| GenericTypeInfo<T> | |
| ObjectArrayTypeInfo<T,C> | |
| PojoTypeInfo<T> | |
| PrimitiveArrayTypeInfo<T> | |
| RecordTypeInfo |
Type information for the record API.
|
| TupleTypeInfo<T extends Tuple> | |
| TypeExtractor | |
| TypeInfoParser | |
| ValueTypeInfo<T extends Value> | |
| WritableTypeInfo<T extends Writable> |
Copyright © 2014 The Apache Software Foundation. All rights reserved.