public static class ProjectionMap.Column extends Object
Constructor and Description |
---|
ProjectionMap.Column(Pair<Integer,Integer> inputColumn) |
ProjectionMap.Column(Pair<Integer,Integer> inputColumn,
boolean cast,
byte castType) |
Modifier and Type | Method and Description |
---|---|
boolean |
cast()
Check if the column is cast
|
boolean |
getCast()
Check if the column is cast
|
byte |
getCastType()
Get the data type of the cast
|
Pair<Integer,Integer> |
getInputColumn()
Get the mapped column details
|
String |
toString() |
public ProjectionMap.Column(Pair<Integer,Integer> inputColumn)
inputColumn
- A pair of integers representing the input number and the
input column numberpublic Pair<Integer,Integer> getInputColumn()
public boolean getCast()
public boolean cast()
public byte getCastType()
Copyright © 2007-2012 The Apache Software Foundation