Class RowExtractorFactory

java.lang.Object
org.dflib.parquet.read.RowExtractorFactory

public class RowExtractorFactory extends Object
Since:
1.0.0-M23
  • Constructor Details

    • RowExtractorFactory

      public RowExtractorFactory()
  • Method Details

    • converterFor

      public static Extractor<Object[],?> converterFor(org.apache.parquet.schema.Type schemaField, int idx)