case class AddCDCFile(path: String, partitionValues: Map[String, String], size: Long, tags: Map[String, String] = null) extends FileAction with Product with Serializable
A change file containing CDC data for the Delta version it's within. Non-CDC readers should ignore this, CDC readers should scan all ChangeFiles in a version rather than computing changes from AddFile and RemoveFile actions.
path is URL-encoded.
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- AddCDCFile
- Serializable
- Product
- Equals
- FileAction
- Action
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new AddCDCFile(path: String, partitionValues: Map[String, String], size: Long, tags: Map[String, String] = null)
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- val dataChange: Boolean
- Definition Classes
- AddCDCFile → FileAction
- val deletionVector: DeletionVectorDescriptor
- Definition Classes
- AddCDCFile → FileAction
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def estLogicalFileSize: Option[Long]
Returns the approx size of the remaining records after excluding the deleted ones.
Returns the approx size of the remaining records after excluding the deleted ones.
- Definition Classes
- AddCDCFile → FileAction
- Annotations
- @JsonIgnore()
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def getFileSize: Long
- Definition Classes
- AddCDCFile → FileAction
- Annotations
- @JsonIgnore()
- def getTag(tagName: String): Option[String]
Return tag value if tags is not null and the tag present.
Return tag value if tags is not null and the tag present.
- Definition Classes
- FileAction
- Annotations
- @JsonIgnore()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def json: String
- Definition Classes
- Action
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- def numLogicalRecords: Option[Long]
- Definition Classes
- AddCDCFile → FileAction
- Annotations
- @JsonIgnore()
- val partitionValues: Map[String, String]
- Definition Classes
- AddCDCFile → FileAction
- val path: String
- Definition Classes
- AddCDCFile → FileAction
- lazy val pathAsUri: URI
- Definition Classes
- FileAction
- Annotations
- @JsonIgnore()
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- val size: Long
- val stats: String
- Definition Classes
- AddCDCFile → FileAction
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- val tags: Map[String, String]
- Definition Classes
- AddCDCFile → FileAction
- def toPath: Path
- Definition Classes
- FileAction
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- def wrap: SingleAction
- Definition Classes
- AddCDCFile → Action