Example usage for org.apache.hadoop.record RecordInput interface-usage

List of usage examples for org.apache.hadoop.record RecordInput interface-usage

Introduction

In this page you can find the example usage for org.apache.hadoop.record RecordInput interface-usage.

Usage

From source file com.jfolson.hive.serde.RTypedBytesRecordInput.java

/**
 * Serializer for records that writes typed bytes.
 */
public class RTypedBytesRecordInput implements RecordInput {

    private RTypedBytesInput in;