Uses of Interface
io.prestosql.decoder.DecoderColumnHandle
-
Packages that use DecoderColumnHandle 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 DecoderColumnHandle in io.prestosql.decoder
Methods in io.prestosql.decoder that return types with arguments of type DecoderColumnHandle Modifier and Type Method Description java.util.Optional<java.util.Map<DecoderColumnHandle,FieldValueProvider>>RowDecoder. decodeRow(byte[] data, java.util.Map<java.lang.String,java.lang.String> dataMap)Decodes a given set of bytes into field values.Method parameters in io.prestosql.decoder with type arguments of type DecoderColumnHandle 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 DecoderColumnHandle in io.prestosql.decoder.avro
Methods in io.prestosql.decoder.avro that return types with arguments of type DecoderColumnHandle Modifier and Type Method Description java.util.Optional<java.util.Map<DecoderColumnHandle,FieldValueProvider>>AvroRowDecoder. decodeRow(byte[] data, java.util.Map<java.lang.String,java.lang.String> dataMap)Method parameters in io.prestosql.decoder.avro with type arguments of type DecoderColumnHandle Modifier and Type Method Description RowDecoderAvroRowDecoderFactory. create(java.util.Map<java.lang.String,java.lang.String> decoderParams, java.util.Set<DecoderColumnHandle> columns)Constructors in io.prestosql.decoder.avro with parameters of type DecoderColumnHandle Constructor Description AvroColumnDecoder(DecoderColumnHandle columnHandle)Constructor parameters in io.prestosql.decoder.avro with type arguments of type DecoderColumnHandle Constructor Description AvroRowDecoder(org.apache.avro.io.DatumReader<org.apache.avro.generic.GenericRecord> avroRecordReader, java.util.Set<DecoderColumnHandle> columns) -
Uses of DecoderColumnHandle in io.prestosql.decoder.csv
Methods in io.prestosql.decoder.csv that return types with arguments of type DecoderColumnHandle Modifier and Type Method Description java.util.Optional<java.util.Map<DecoderColumnHandle,FieldValueProvider>>CsvRowDecoder. decodeRow(byte[] data, java.util.Map<java.lang.String,java.lang.String> dataMap)Method parameters in io.prestosql.decoder.csv with type arguments of type DecoderColumnHandle Modifier and Type Method Description RowDecoderCsvRowDecoderFactory. create(java.util.Map<java.lang.String,java.lang.String> decoderParams, java.util.Set<DecoderColumnHandle> columns)Constructors in io.prestosql.decoder.csv with parameters of type DecoderColumnHandle Constructor Description CsvColumnDecoder(DecoderColumnHandle columnHandle)Constructor parameters in io.prestosql.decoder.csv with type arguments of type DecoderColumnHandle Constructor Description CsvRowDecoder(java.util.Set<DecoderColumnHandle> columnHandles) -
Uses of DecoderColumnHandle in io.prestosql.decoder.dummy
Methods in io.prestosql.decoder.dummy that return types with arguments of type DecoderColumnHandle Modifier and Type Method Description java.util.Optional<java.util.Map<DecoderColumnHandle,FieldValueProvider>>DummyRowDecoder. decodeRow(byte[] data, java.util.Map<java.lang.String,java.lang.String> dataMap)Method parameters in io.prestosql.decoder.dummy with type arguments of type DecoderColumnHandle Modifier and Type Method Description RowDecoderDummyRowDecoderFactory. create(java.util.Map<java.lang.String,java.lang.String> decoderParams, java.util.Set<DecoderColumnHandle> columns) -
Uses of DecoderColumnHandle in io.prestosql.decoder.json
Fields in io.prestosql.decoder.json declared as DecoderColumnHandle Modifier and Type Field Description protected DecoderColumnHandleAbstractDateTimeJsonValueProvider. columnHandleMethods in io.prestosql.decoder.json that return types with arguments of type DecoderColumnHandle Modifier and Type Method Description java.util.Optional<java.util.Map<DecoderColumnHandle,FieldValueProvider>>JsonRowDecoder. decodeRow(byte[] data, java.util.Map<java.lang.String,java.lang.String> dataMap)Methods in io.prestosql.decoder.json with parameters of type DecoderColumnHandle Modifier and Type Method Description static JsonFieldDecoderJsonRowDecoderFactory. throwUnsupportedColumnType(DecoderColumnHandle column)Method parameters in io.prestosql.decoder.json with type arguments of type DecoderColumnHandle Modifier and Type Method Description RowDecoderJsonRowDecoderFactory. create(java.util.Map<java.lang.String,java.lang.String> decoderParams, java.util.Set<DecoderColumnHandle> columns)Constructors in io.prestosql.decoder.json with parameters of type DecoderColumnHandle Constructor Description AbstractDateTimeJsonValueProvider(com.fasterxml.jackson.databind.JsonNode value, DecoderColumnHandle columnHandle)CustomDateTimeJsonFieldDecoder(DecoderColumnHandle columnHandle)CustomDateTimeJsonValueProvider(com.fasterxml.jackson.databind.JsonNode value, DecoderColumnHandle columnHandle, org.joda.time.format.DateTimeFormatter formatter)DefaultJsonFieldDecoder(DecoderColumnHandle columnHandle)ISO8601JsonFieldDecoder(DecoderColumnHandle columnHandle)JsonValueProvider(com.fasterxml.jackson.databind.JsonNode value, DecoderColumnHandle columnHandle, long minValue, long maxValue)MillisecondsSinceEpochJsonFieldDecoder(DecoderColumnHandle columnHandle)MillisecondsSinceEpochJsonValueProvider(com.fasterxml.jackson.databind.JsonNode value, DecoderColumnHandle columnHandle)RFC2822JsonFieldDecoder(DecoderColumnHandle columnHandle)RFC2822JsonValueProvider(com.fasterxml.jackson.databind.JsonNode value, DecoderColumnHandle columnHandle)SecondsSinceEpochJsonFieldDecoder(DecoderColumnHandle columnHandle)SecondsSinceEpochJsonValueProvider(com.fasterxml.jackson.databind.JsonNode value, DecoderColumnHandle columnHandle) -
Uses of DecoderColumnHandle in io.prestosql.decoder.raw
Methods in io.prestosql.decoder.raw that return types with arguments of type DecoderColumnHandle Modifier and Type Method Description java.util.Optional<java.util.Map<DecoderColumnHandle,FieldValueProvider>>RawRowDecoder. decodeRow(byte[] data, java.util.Map<java.lang.String,java.lang.String> dataMap)Method parameters in io.prestosql.decoder.raw with type arguments of type DecoderColumnHandle Modifier and Type Method Description RowDecoderRawRowDecoderFactory. create(java.util.Map<java.lang.String,java.lang.String> decoderParams, java.util.Set<DecoderColumnHandle> columns)Constructors in io.prestosql.decoder.raw with parameters of type DecoderColumnHandle Constructor Description RawColumnDecoder(DecoderColumnHandle columnHandle)Constructor parameters in io.prestosql.decoder.raw with type arguments of type DecoderColumnHandle Constructor Description RawRowDecoder(java.util.Set<DecoderColumnHandle> columnHandles)
-