DeltaTableFormatEnum

enum DeltaTableFormatEnum : Enum<DeltaTableFormatEnum> , ConvertibleToJava<DeltaTableFormatEnum>

Delta table format supported.

Entries

Link copied to clipboard

Bool format

Link copied to clipboard

Signed integer 8

Link copied to clipboard

Signed integer 16

Link copied to clipboard

Signed integer 32

Link copied to clipboard

Unsigned integer 8

Link copied to clipboard

Unsigned integer 16

Link copied to clipboard

Unsigned integer 32

Link copied to clipboard

Unsigned integer 64

Link copied to clipboard

Float 16

Link copied to clipboard

Float 32

Link copied to clipboard

Float 64

Link copied to clipboard

Date 32

Link copied to clipboard

Date 64

Link copied to clipboard

Binary data

Link copied to clipboard

UTF8 format

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Returns a representation of an immutable list of all enum entries, in the order they're declared.

Link copied to clipboard
val javaValue: DeltaTableFormatEnum
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
open override fun toJava(): DeltaTableFormatEnum
Link copied to clipboard

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared.