コード例 #1
0
 public ObjectInspector getObjectInspector() throws SerDeException {
   return tsd.getObjectInspector();
 }
コード例 #2
0
 public Object deserialize(Writable field) throws SerDeException {
   return tsd.deserialize(field);
 }