Uses of Interface
io.trino.plugin.kafka.encoder.RowEncoderFactory
-
-
Uses of RowEncoderFactory in io.trino.plugin.kafka.encoder
Methods in io.trino.plugin.kafka.encoder that return types with arguments of type RowEncoderFactory Modifier and Type Method Description static com.google.inject.multibindings.MapBinder<String,RowEncoderFactory>EncoderModule. encoderFactory(com.google.inject.Binder binder)Constructor parameters in io.trino.plugin.kafka.encoder with type arguments of type RowEncoderFactory Constructor Description DispatchingRowEncoderFactory(Map<String,RowEncoderFactory> factories) -
Uses of RowEncoderFactory in io.trino.plugin.kafka.encoder.avro
Classes in io.trino.plugin.kafka.encoder.avro that implement RowEncoderFactory Modifier and Type Class Description classAvroRowEncoderFactory -
Uses of RowEncoderFactory in io.trino.plugin.kafka.encoder.csv
Classes in io.trino.plugin.kafka.encoder.csv that implement RowEncoderFactory Modifier and Type Class Description classCsvRowEncoderFactory -
Uses of RowEncoderFactory in io.trino.plugin.kafka.encoder.json
Classes in io.trino.plugin.kafka.encoder.json that implement RowEncoderFactory Modifier and Type Class Description classJsonRowEncoderFactory -
Uses of RowEncoderFactory in io.trino.plugin.kafka.encoder.raw
Classes in io.trino.plugin.kafka.encoder.raw that implement RowEncoderFactory Modifier and Type Class Description classRawRowEncoderFactory
-