DataFrameFormat

sealed interface DataFrameFormat : Function1<InputStream, AnyFrame>

Represents the extraction format for taking data and converting it into a DataFrame.

Inheritors

Properties

Link copied to clipboard
abstract val contentType: ContentType

Functions

Link copied to clipboard
abstract operator fun invoke(p1: InputStream): AnyFrame