class AvroProviderImpl extends AvroProvider
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- AvroProviderImpl
- AvroProvider
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new AvroProviderImpl()
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
createMultiFileReaderFactory(format: FileFormat, broadcastedConf: Broadcast[SerializableConfiguration], pushedFilters: Array[Filter], fileScan: GpuFileSourceScanExec): PartitionReaderFactory
Create a multi-file reader factory for the input format.
Create a multi-file reader factory for the input format. Better to check if the format is supported first by calling 'isSupportedFormat'
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
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
getReadFileFormat(format: FileFormat): FileFormat
Get a read file format for the input format.
Get a read file format for the input format. Better to check if the format is supported first by calling 'isSupportedFormat'
- Definition Classes
- AvroProviderImpl → AvroProvider
-
def
getScans: Map[Class[_ <: Scan], ScanRule[_ <: Scan]]
- Definition Classes
- AvroProviderImpl → AvroProvider
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def isPerFileReadEnabledForFormat(format: FileFormat, conf: RapidsConf): Boolean
-
def
isSupportedFormat(format: Class[_ <: FileFormat]): Boolean
If the file format is supported as an external source
If the file format is supported as an external source
- Definition Classes
- AvroProviderImpl → AvroProvider
-
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()
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
tagSupportForGpuFileSourceScan(meta: SparkPlanMeta[FileSourceScanExec]): Unit
- Definition Classes
- AvroProviderImpl → AvroProvider
-
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()