Uses of Class
org.apache.drill.exec.store.iceberg.IcebergWork
Packages that use IcebergWork
-
Uses of IcebergWork in org.apache.drill.exec.store.iceberg
Methods in org.apache.drill.exec.store.iceberg that return IcebergWorkModifier and TypeMethodDescriptionIcebergWork.IcebergWorkDeserializer.deserialize(com.fasterxml.jackson.core.JsonParser p, com.fasterxml.jackson.databind.DeserializationContext ctxt) Methods in org.apache.drill.exec.store.iceberg that return types with arguments of type IcebergWorkMethods in org.apache.drill.exec.store.iceberg with parameters of type IcebergWorkModifier and TypeMethodDescriptionvoidIcebergWork.IcebergWorkSerializer.serialize(IcebergWork value, com.fasterxml.jackson.core.JsonGenerator gen, com.fasterxml.jackson.databind.SerializerProvider provider) Method parameters in org.apache.drill.exec.store.iceberg with type arguments of type IcebergWorkModifier and TypeMethodDescriptionIcebergSubScan.IcebergSubScanBuilder.workList(List<IcebergWork> workList) -
Uses of IcebergWork in org.apache.drill.exec.store.iceberg.read
Constructors in org.apache.drill.exec.store.iceberg.read with parameters of type IcebergWorkModifierConstructorDescriptionIcebergRecordReader(org.apache.iceberg.TableScan tableScan, IcebergWork work, int maxRecords)