Interface FieldInfo


public interface FieldInfo
Represents a field/column of a ksqlDB stream/table.
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
     
     
     
  • Method Details

    • name

      String name()
      Returns:
      name of this field
    • type

      ColumnType type()
      Returns:
      type of this field
    • isKey

      boolean isKey()
      Returns:
      whether this field is a key field, rather than a value field