Uses of Class
io.trino.plugin.kafka.Range
-
Packages that use Range Package Description io.trino.plugin.kafka -
-
Uses of Range in io.trino.plugin.kafka
Methods in io.trino.plugin.kafka that return Range Modifier and Type Method Description RangeKafkaSplit. getMessagesRange()Methods in io.trino.plugin.kafka that return types with arguments of type Range Modifier and Type Method Description static Optional<Range>KafkaFilterManager. filterRangeByDomain(Domain domain)List<Range>Range. partition(int partitionSize)Constructors in io.trino.plugin.kafka with parameters of type Range Constructor Description KafkaSplit(String topicName, String keyDataFormat, String messageDataFormat, Optional<String> keyDataSchemaContents, Optional<String> messageDataSchemaContents, int partitionId, Range messagesRange, HostAddress leader)
-