trait FileScan extends Scan with Batch with SupportsReportStatistics with SupportsMetadata with Logging
- Alphabetic
- By Inheritance
- FileScan
- Logging
- SupportsMetadata
- SupportsReportStatistics
- Batch
- Scan
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Abstract Value Members
- abstract def createReaderFactory(): PartitionReaderFactory
- Definition Classes
- Batch
- abstract def dataFilters: Seq[Expression]
Returns the data filters that can be use for file listing
- abstract def dataSchema: StructType
- abstract def fileIndex: PartitioningAwareFileIndex
- abstract def partitionFilters: Seq[Expression]
Returns the filters that can be use for partition pruning
- abstract def readDataSchema: StructType
Returns the required data schema
- abstract def readPartitionSchema: StructType
Returns the required partition schema
- abstract def sparkSession: SparkSession
Concrete 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()
- def columnarSupportMode(): ColumnarSupportMode
- Definition Classes
- Scan
- def description(): String
- Definition Classes
- FileScan → Scan
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(obj: Any): Boolean
- Definition Classes
- FileScan → AnyRef → Any
- def equivalentFilters(a: Array[Filter], b: Array[Filter]): Boolean
- Attributes
- protected
- def estimateStatistics(): Statistics
- Definition Classes
- FileScan → SupportsReportStatistics
- 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 getFileUnSplittableReason(path: Path): String
If a file with
pathis unsplittable, return the unsplittable reason, otherwise returnNone. - def getMetaData(): Map[String, String]
- Definition Classes
- FileScan → SupportsMetadata
- def hashCode(): Int
- Definition Classes
- FileScan → AnyRef → Any
- def initializeLogIfNecessary(isInterpreter: Boolean, silent: Boolean): Boolean
- Attributes
- protected
- Definition Classes
- Logging
- def initializeLogIfNecessary(isInterpreter: Boolean): Unit
- Attributes
- protected
- Definition Classes
- Logging
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def isSplitable(path: Path): Boolean
Returns whether a file with
pathcould be split or not. - def isTraceEnabled(): Boolean
- Attributes
- protected
- Definition Classes
- Logging
- def log: Logger
- Attributes
- protected
- Definition Classes
- Logging
- def logDebug(msg: => String, throwable: Throwable): Unit
- Attributes
- protected
- Definition Classes
- Logging
- def logDebug(msg: => String): Unit
- Attributes
- protected
- Definition Classes
- Logging
- def logError(msg: => String, throwable: Throwable): Unit
- Attributes
- protected
- Definition Classes
- Logging
- def logError(msg: => String): Unit
- Attributes
- protected
- Definition Classes
- Logging
- def logInfo(msg: => String, throwable: Throwable): Unit
- Attributes
- protected
- Definition Classes
- Logging
- def logInfo(msg: => String): Unit
- Attributes
- protected
- Definition Classes
- Logging
- def logName: String
- Attributes
- protected
- Definition Classes
- Logging
- def logTrace(msg: => String, throwable: Throwable): Unit
- Attributes
- protected
- Definition Classes
- Logging
- def logTrace(msg: => String): Unit
- Attributes
- protected
- Definition Classes
- Logging
- def logWarning(msg: => String, throwable: Throwable): Unit
- Attributes
- protected
- Definition Classes
- Logging
- def logWarning(msg: => String): Unit
- Attributes
- protected
- Definition Classes
- Logging
- val maxMetadataValueLength: Int
- 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 partitions: Seq[FilePartition]
- Attributes
- protected
- def planInputPartitions(): Array[InputPartition]
- Definition Classes
- FileScan → Batch
- def readSchema(): StructType
- Definition Classes
- FileScan → Scan
- def reportDriverMetrics(): Array[CustomTaskMetric]
- Definition Classes
- Scan
- def seqToString(seq: Seq[Any]): String
- Attributes
- protected
- def supportedCustomMetrics(): Array[CustomMetric]
- Definition Classes
- Scan
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toBatch(): Batch
- Definition Classes
- FileScan → Scan
- def toContinuousStream(arg0: String): ContinuousStream
- Definition Classes
- Scan
- def toMicroBatchStream(arg0: String): MicroBatchStream
- Definition Classes
- Scan
- def toString(): String
- Definition Classes
- AnyRef → Any
- 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()