Class TupleNameSpace<T>
java.lang.Object
org.apache.drill.exec.record.metadata.TupleNameSpace<T>
- Type Parameters:
T
- the type of object representing each column
- All Implemented Interfaces:
Iterable<T>
Implementation of a tuple name space. Tuples allow both indexed and
named access to their members.