Packages

package convert

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. class CatalogFileManifest extends ConvertTargetFileManifest with DeltaLogging

    A file manifest generated through listing partition paths from Metastore catalog.

  2. case class ConvertTargetFile(fileStatus: SerializableFileStatus, partitionValues: Option[Map[String, String]] = None, parquetSchemaDDL: Option[String] = None) extends Serializable with Product

    An interface for the file to be included during conversion.

    An interface for the file to be included during conversion.

    fileStatus

    the file info

    partitionValues

    partition values of this file that may be available from the source table format. If none, the converter will infer partition values from the file path, assuming the Hive directory format.

    parquetSchemaDDL

    the Parquet schema DDL associated with the file.

  3. trait ConvertTargetFileManifest extends Closeable

    An interface for providing an iterator of files for a table.

  4. trait ConvertTargetTable extends AnyRef

    An interface for the table to be converted to Delta.

  5. trait ConvertUtilsBase extends DeltaLogging
  6. class ManualListingFileManifest extends ConvertTargetFileManifest with DeltaLogging

    A file manifest generated through recursively listing a base path.

  7. class MetadataLogFileManifest extends ConvertTargetFileManifest with DeltaLogging

    A file manifest generated from pre-existing parquet MetadataLog.

  8. case class ParquetSchemaFetchConfig(assumeBinaryIsString: Boolean, assumeInt96IsTimestamp: Boolean, ignoreCorruptFiles: Boolean) extends Product with Serializable

    Configuration for fetching Parquet schema.

  9. class ParquetTable extends ConvertTargetTable with DeltaLogging

    A target Parquet table for conversion to a Delta table.

Value Members

  1. object ConvertUtils extends ConvertUtilsBase

Ungrouped