Uses of Interface
io.prestosql.decoder.RowDecoder
-
Packages that use RowDecoder Package Description io.prestosql.decoder io.prestosql.decoder.avro io.prestosql.decoder.csv io.prestosql.decoder.dummy io.prestosql.decoder.json io.prestosql.decoder.raw -
-
Uses of RowDecoder in io.prestosql.decoder
Methods in io.prestosql.decoder that return RowDecoder Modifier and Type Method Description RowDecoderDispatchingRowDecoderFactory. create(java.lang.String dataFormat, java.util.Map<java.lang.String,java.lang.String> decoderParams, java.util.Set<DecoderColumnHandle> columns)RowDecoderRowDecoderFactory. create(java.util.Map<java.lang.String,java.lang.String> decoderParams, java.util.Set<DecoderColumnHandle> columns) -
Uses of RowDecoder in io.prestosql.decoder.avro
Classes in io.prestosql.decoder.avro that implement RowDecoder Modifier and Type Class Description classAvroRowDecoderMethods in io.prestosql.decoder.avro that return RowDecoder Modifier and Type Method Description RowDecoderAvroRowDecoderFactory. create(java.util.Map<java.lang.String,java.lang.String> decoderParams, java.util.Set<DecoderColumnHandle> columns) -
Uses of RowDecoder in io.prestosql.decoder.csv
Classes in io.prestosql.decoder.csv that implement RowDecoder Modifier and Type Class Description classCsvRowDecoderDecode row as CSV.Methods in io.prestosql.decoder.csv that return RowDecoder Modifier and Type Method Description RowDecoderCsvRowDecoderFactory. create(java.util.Map<java.lang.String,java.lang.String> decoderParams, java.util.Set<DecoderColumnHandle> columns) -
Uses of RowDecoder in io.prestosql.decoder.dummy
Classes in io.prestosql.decoder.dummy that implement RowDecoder Modifier and Type Class Description classDummyRowDecoderThe row decoder for the 'dummy' format.Methods in io.prestosql.decoder.dummy that return RowDecoder Modifier and Type Method Description RowDecoderDummyRowDecoderFactory. create(java.util.Map<java.lang.String,java.lang.String> decoderParams, java.util.Set<DecoderColumnHandle> columns) -
Uses of RowDecoder in io.prestosql.decoder.json
Classes in io.prestosql.decoder.json that implement RowDecoder Modifier and Type Class Description classJsonRowDecoderJSON specific row decoder.Methods in io.prestosql.decoder.json that return RowDecoder Modifier and Type Method Description RowDecoderJsonRowDecoderFactory. create(java.util.Map<java.lang.String,java.lang.String> decoderParams, java.util.Set<DecoderColumnHandle> columns) -
Uses of RowDecoder in io.prestosql.decoder.raw
Classes in io.prestosql.decoder.raw that implement RowDecoder Modifier and Type Class Description classRawRowDecoderDecoder for raw (direct byte) rows.Methods in io.prestosql.decoder.raw that return RowDecoder Modifier and Type Method Description RowDecoderRawRowDecoderFactory. create(java.util.Map<java.lang.String,java.lang.String> decoderParams, java.util.Set<DecoderColumnHandle> columns)
-