Class

org.apache.spark.sql.delta.files

TahoeBatchFileIndex

Related Doc: package files

Permalink

class TahoeBatchFileIndex extends TahoeFileIndex

A TahoeFileIndex that generates the list of files from a given list of files that are within a version range of DeltaLog.

Linear Supertypes
TahoeFileIndex, FileIndex, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. TahoeBatchFileIndex
  2. TahoeFileIndex
  3. FileIndex
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new TahoeBatchFileIndex(spark: SparkSession, actionType: String, addFiles: Seq[AddFile], deltaLog: DeltaLog, path: Path, snapshot: Snapshot)

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. def absolutePath(child: String): Path

    Permalink
    Attributes
    protected
    Definition Classes
    TahoeFileIndex
  5. val actionType: String

    Permalink
  6. val addFiles: Seq[AddFile]

    Permalink
  7. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  8. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  9. val deltaLog: DeltaLog

    Permalink
    Definition Classes
    TahoeFileIndex
  10. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  11. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  12. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  13. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  14. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  15. def inputFiles: Array[String]

    Permalink
    Definition Classes
    TahoeBatchFileIndex → FileIndex
  16. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  17. def listFiles(partitionFilters: Seq[Expression], dataFilters: Seq[Expression]): Seq[PartitionDirectory]

    Permalink
    Definition Classes
    TahoeFileIndex → FileIndex
  18. def matchingFiles(partitionFilters: Seq[Expression], dataFilters: Seq[Expression], keepStats: Boolean = false): Seq[AddFile]

    Permalink

    Returns all matching/valid files by the given partitionFilters and dataFilters

    Returns all matching/valid files by the given partitionFilters and dataFilters

    Definition Classes
    TahoeBatchFileIndexTahoeFileIndex
  19. def metadataOpsTimeNs: Option[Long]

    Permalink
    Definition Classes
    FileIndex
  20. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  21. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  22. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  23. def partitionSchema: StructType

    Permalink
    Definition Classes
    TahoeBatchFileIndexTahoeFileIndex → FileIndex
  24. val path: Path

    Permalink
    Definition Classes
    TahoeFileIndex
  25. def refresh(): Unit

    Permalink
    Definition Classes
    TahoeBatchFileIndex → FileIndex
  26. def rootPaths: Seq[Path]

    Permalink
    Definition Classes
    TahoeFileIndex → FileIndex
  27. val sizeInBytes: Long

    Permalink
    Definition Classes
    TahoeBatchFileIndex → FileIndex
  28. val spark: SparkSession

    Permalink
    Definition Classes
    TahoeBatchFileIndexTahoeFileIndex
  29. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  30. def tableVersion: Long

    Permalink
    Definition Classes
    TahoeBatchFileIndexTahoeFileIndex
  31. def toString(): String

    Permalink
    Definition Classes
    TahoeFileIndex → AnyRef → Any
  32. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  33. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  34. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from TahoeFileIndex

Inherited from FileIndex

Inherited from AnyRef

Inherited from Any

Ungrouped