@Public public interface TableRead
SplitRead
to provide reading of InternalRow
.Modifier and Type | Method and Description |
---|---|
default RecordReader<InternalRow> |
createReader(List<Split> splits) |
RecordReader<InternalRow> |
createReader(Split split) |
default RecordReader<InternalRow> |
createReader(TableScan.Plan plan) |
TableRead |
executeFilter() |
TableRead |
withIOManager(IOManager ioManager) |
TableRead |
withMetricRegistry(MetricRegistry registry)
Set
MetricRegistry to table read. |
TableRead withMetricRegistry(MetricRegistry registry)
MetricRegistry
to table read.TableRead executeFilter()
RecordReader<InternalRow> createReader(Split split) throws IOException
IOException
default RecordReader<InternalRow> createReader(List<Split> splits) throws IOException
IOException
default RecordReader<InternalRow> createReader(TableScan.Plan plan) throws IOException
IOException
Copyright © 2023–2025 The Apache Software Foundation. All rights reserved.