public class HiveStringPassResolver extends HiveResolver
| Constructor and Description |
|---|
HiveStringPassResolver(InputData input) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<OneField> |
getFields(OneRow onerow)
getFields returns a singleton list of OneField item.
|
isThreadSafepublic HiveStringPassResolver(InputData input) throws java.lang.Exception
java.lang.Exceptionpublic java.util.List<OneField> getFields(OneRow onerow) throws java.lang.Exception
getFields in interface ReadResolvergetFields in class HiveResolveronerow - the row to get the fields fromOneField list of one row.java.lang.Exception - if decomposing the row into fields failed