Class JsonTypeAttribute

java.lang.Object
org.apache.calcite.model.JsonTypeAttribute

public class JsonTypeAttribute extends Object
JSON object representing a type attribute.
  • Field Details

    • name

      public final String name
      Name of this attribute.

      Required.

    • type

      public final String type
      Type of this attribute.

      Required.

  • Constructor Details

    • JsonTypeAttribute

      public JsonTypeAttribute(String name, String type)