Constant Field Values

Contents

io.trino.*

  • io.trino.plugin.kafka.encoder.avro.AvroRowEncoder 
    Modifier and Type Constant Field Value
    public static final String NAME "avro"
  • io.trino.plugin.kafka.encoder.csv.CsvRowEncoder 
    Modifier and Type Constant Field Value
    public static final String NAME "csv"
  • io.trino.plugin.kafka.encoder.json.JsonRowEncoder 
    Modifier and Type Constant Field Value
    public static final String NAME "json"
  • io.trino.plugin.kafka.encoder.raw.RawRowEncoder 
    Modifier and Type Constant Field Value
    public static final String NAME "raw"