接口 SchemaBuilder


@Public @Stable public interface SchemaBuilder
Builder to build schema.
  • 方法详细资料

    • record

      static RecordSchemaBuilder record(String name)
      Build the schema for a record.
      参数:
      name - name of the record.
      返回:
      builder to build the schema for a record.