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.
- Alphabetic
- By Inheritance
- AddCDCFile
- Serializable
- Serializable
- Product
- Equals
- FileAction
- Action
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
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
-
def
absolutePath(deltaLog: DeltaLog): Path
Returns the absolute Path for this file action (not URL-encoded).
Returns the absolute Path for this file action (not URL-encoded).
- Definition Classes
- FileAction
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @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[_]
- 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()
- val size: Long
-
def
sparkPath: SparkPath
Returns the SparkPath for this file action.
Returns the SparkPath for this file action.
- Definition Classes
- FileAction
-
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
tagsOrEmpty: Map[String, String]
Returns tags or an empty Map if null
Returns tags or an empty Map if null
- Definition Classes
- FileAction
- Annotations
- @JsonIgnore()
-
def
toPath: Path
Returns the Path for this file action (not URL-encoded).
Returns the Path for this file action (not URL-encoded).
- Definition Classes
- FileAction
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
def
wrap: SingleAction
- Definition Classes
- AddCDCFile → Action