Uses of Class
org.apache.drill.exec.store.iceberg.IcebergWork
-
Uses of IcebergWork in org.apache.drill.exec.store.iceberg
Modifier and TypeMethodDescriptionIcebergWork.IcebergWorkDeserializer.deserialize
(com.fasterxml.jackson.core.JsonParser p, com.fasterxml.jackson.databind.DeserializationContext ctxt) Modifier and TypeMethodDescriptionvoid
IcebergWork.IcebergWorkSerializer.serialize
(IcebergWork value, com.fasterxml.jackson.core.JsonGenerator gen, com.fasterxml.jackson.databind.SerializerProvider provider) Modifier and TypeMethodDescriptionIcebergSubScan.IcebergSubScanBuilder.workList
(List<IcebergWork> workList) -
Uses of IcebergWork in org.apache.drill.exec.store.iceberg.read
ModifierConstructorDescriptionIcebergRecordReader
(org.apache.iceberg.TableScan tableScan, IcebergWork work, int maxRecords)