FileFormat

The file format of the data in S3.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val csv: Csv?

The file is in .CSV format.

Link copied to clipboard

The file is in parquet format.

Functions

Link copied to clipboard
inline fun copy(block: FileFormat.Builder.() -> Unit = {}): FileFormat
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String