abstract class TextBasedFileScan extends FileScan
- Alphabetic
- By Inheritance
- TextBasedFileScan
- FileScan
- Logging
- SupportsMetadata
- SupportsReportStatistics
- Batch
- Scan
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Instance Constructors
- new TextBasedFileScan(sparkSession: SparkSession, options: CaseInsensitiveStringMap)
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
Returns the data filters that can be use for file listing
- Definition Classes
- FileScan
-
abstract
def
fileIndex: PartitioningAwareFileIndex
- Definition Classes
- FileScan
-
abstract
def
partitionFilters: Seq[Expression]
Returns the filters that can be use for partition pruning
Returns the filters that can be use for partition pruning
- Definition Classes
- FileScan
-
abstract
def
readDataSchema: StructType
Returns the required data schema
Returns the required data schema
- Definition Classes
- FileScan
-
abstract
def
readPartitionSchema: StructType
Returns the required partition schema
Returns the required partition schema
- Definition Classes
- FileScan
-
abstract
def
sparkSession: SparkSession
- Definition Classes
- FileScan
-
abstract
def
withFilters(partitionFilters: Seq[Expression], dataFilters: Seq[Expression]): FileScan
Create a new
FileScan
instance from the current one with differentpartitionFilters
anddataFilters
Create a new
FileScan
instance from the current one with differentpartitionFilters
anddataFilters
- Definition Classes
- FileScan
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( ... ) @native()
-
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
- Definition Classes
- FileScan
-
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[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
getFileUnSplittableReason(path: Path): String
If a file with
path
is unsplittable, return the unsplittable reason, otherwise returnNone
.If a file with
path
is unsplittable, return the unsplittable reason, otherwise returnNone
.- Definition Classes
- TextBasedFileScan → FileScan
-
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
path
could be split or not.Returns whether a file with
path
could be split or not.- Definition Classes
- TextBasedFileScan → FileScan
-
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
- Definition Classes
- FileScan
-
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
- Definition Classes
- FileScan
-
def
planInputPartitions(): Array[InputPartition]
- Definition Classes
- FileScan → Batch
-
def
readSchema(): StructType
- Definition Classes
- FileScan → Scan
-
def
seqToString(seq: Seq[Any]): String
- Attributes
- protected
- Definition Classes
- FileScan
-
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( ... )
-
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()