Interface SchemaFieldConfig.Builder

Enclosing class:
SchemaFieldConfig

public static interface SchemaFieldConfig.Builder
Builder helper class.
  • Method Details

    • dtype

      SchemaFieldConfig dtype(@Nonnull ColumnType dtype)
      Set the dtype of this SchemaFieldConfig instance.
      Parameters:
      dtype - The data type of the column. Supports base types (string, numeric, date, time) and extended types (e.g., Boolean, Integer, Timestamp). Extended types are mapped to corresponding base types internally. Case-insensitive.
      Returns:
      The SchemaFieldConfig instance.