com.exasol.parquetio.data.GenericRow Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of parquet-io-java Show documentation
Show all versions of parquet-io-java Show documentation
This project provides a library that reads Parquet files into Java objects.
The newest version!
package com.exasol.parquetio.data;
import java.util.*;
import org.apache.parquet.schema.MessageType;
import org.apache.parquet.schema.Type;
/**
* An implementation of {@link Row} that uses unmodifiable list for storing values.
*/
public class GenericRow implements Row {
private final MessageType schema;
private final List