Interface DatasetSchemaField<T>


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

      • name

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

        T type()
        The type of the field.