Interface TextRowCountEstimator.SamplingStrategy

All Known Implementing Classes:
TextRowCountEstimator.LimitNumberOfFiles, TextRowCountEstimator.LimitNumberOfTotalBytes, TextRowCountEstimator.SampleAllFiles
Enclosing class:
TextRowCountEstimator

public static interface TextRowCountEstimator.SamplingStrategy
Sampling Strategy shows us when should we stop reading further files. *
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    stopSampling(int numberOfFiles, long totalReadBytes)
     
  • Method Details

    • stopSampling

      boolean stopSampling(int numberOfFiles, long totalReadBytes)