Packages

c

org.apache.spark.sql.delta.files

TahoeLogFileIndex

case class TahoeLogFileIndex(spark: SparkSession, deltaLog: DeltaLog, path: Path, partitionFilters: Seq[Expression] = Nil, versionToUse: Option[Long] = None) extends TahoeFileIndex with Product with Serializable

A TahoeFileIndex that generates the list of files from DeltaLog with given partition filters.

Linear Supertypes
Serializable, Serializable, Product, Equals, TahoeFileIndex, FileIndex, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. TahoeLogFileIndex
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. TahoeFileIndex
  7. FileIndex
  8. AnyRef
  9. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new TahoeLogFileIndex(spark: SparkSession, deltaLog: DeltaLog, path: Path, partitionFilters: Seq[Expression] = Nil, versionToUse: Option[Long] = None)

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. def absolutePath(child: String): Path
    Attributes
    protected
    Definition Classes
    TahoeFileIndex
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  7. val deltaLog: DeltaLog
    Definition Classes
    TahoeLogFileIndexTahoeFileIndex
  8. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  9. def equals(that: Any): Boolean
    Definition Classes
    TahoeLogFileIndex → Equals → AnyRef → Any
  10. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  11. def getBasePath(filePath: Path): Option[Path]

    Returns the path of the base directory of the given file path (i.e.

    Returns the path of the base directory of the given file path (i.e. its parent directory with all the partition directories stripped off).

    Definition Classes
    TahoeFileIndex
  12. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  13. def getSnapshot(stalenessAcceptable: Boolean): Snapshot
  14. def hashCode(): Int
    Definition Classes
    TahoeLogFileIndex → AnyRef → Any
  15. def inputFiles: Array[String]
    Definition Classes
    TahoeLogFileIndex → FileIndex
  16. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  17. def listFiles(partitionFilters: Seq[Expression], dataFilters: Seq[Expression]): Seq[PartitionDirectory]
    Definition Classes
    TahoeFileIndex → FileIndex
  18. def matchingFiles(partitionFilters: Seq[Expression], dataFilters: Seq[Expression], keepStats: Boolean = false): Seq[AddFile]

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

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

    Definition Classes
    TahoeLogFileIndexTahoeFileIndex
  19. def metadataOpsTimeNs: Option[Long]
    Definition Classes
    FileIndex
  20. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  21. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  22. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  23. val partitionFilters: Seq[Expression]
  24. def partitionSchema: StructType
    Definition Classes
    TahoeLogFileIndexTahoeFileIndex → FileIndex
  25. val path: Path
    Definition Classes
    TahoeLogFileIndexTahoeFileIndex
  26. def refresh(): Unit
    Definition Classes
    TahoeLogFileIndex → FileIndex
  27. def rootPaths: Seq[Path]
    Definition Classes
    TahoeFileIndex → FileIndex
  28. val sizeInBytes: Long
    Definition Classes
    TahoeLogFileIndex → FileIndex
  29. val spark: SparkSession
    Definition Classes
    TahoeLogFileIndexTahoeFileIndex
  30. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  31. def tableVersion: Long
    Definition Classes
    TahoeLogFileIndexTahoeFileIndex
  32. def toString(): String
    Definition Classes
    TahoeFileIndex → AnyRef → Any
  33. val versionToUse: Option[Long]
  34. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  35. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  36. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from TahoeFileIndex

Inherited from FileIndex

Inherited from AnyRef

Inherited from Any

Ungrouped