@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 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–2024 The Apache Software Foundation. All rights reserved.