enumAsString property

bool? enumAsString
getter/setter pair

Indicates whether to infer Parquet ENUM logical type as STRING instead of BYTES by default.

Optional.

Implementation

core.bool? enumAsString;