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

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

Introduction

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

Usage

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

/**
 * Deserialized for records that reads typed bytes.
 */
public class RTypedBytesRecordOutput implements RecordOutput {

    private RTypedBytesOutput out;