Interface DatasetSchemaField<T>


@PublicEvolving public interface DatasetSchemaField<T>
Field for schema in dataset.
  • Method Summary

    Modifier and Type
    Method
    Description
    The name of the field.
    The type of the field.
  • Method Details

    • name

      String name()
      The name of the field.
    • type

      T type()
      The type of the field.