public interface ReadResolver
ReadAccessor.
All deserialization methods (e.g, Writable, Avro, ...) implement this interface.| Modifier and Type | Method and Description |
|---|---|
java.util.List<OneField> |
getFields(OneRow row)
Gets the
OneField list of one row. |