Constant Field Values

Contents

io.prestosql.*

  • io.prestosql.decoder.avro.AvroRowDecoder 
    Modifier and Type Constant Field Value
    public static final java.lang.String NAME "avro"
  • io.prestosql.decoder.csv.CsvRowDecoder 
    Modifier and Type Constant Field Value
    public static final java.lang.String NAME "csv"
  • io.prestosql.decoder.dummy.DummyRowDecoder 
    Modifier and Type Constant Field Value
    public static final java.lang.String NAME "dummy"
  • io.prestosql.decoder.json.JsonRowDecoder 
    Modifier and Type Constant Field Value
    public static final java.lang.String NAME "json"
  • io.prestosql.decoder.raw.RawRowDecoder 
    Modifier and Type Constant Field Value
    public static final java.lang.String NAME "raw"