Class InputDataTransformer<T>
java.lang.Object
org.apache.drill.metastore.iceberg.transform.InputDataTransformer<T>
- Type Parameters:
T
- Metastore component unit type
Converts list of into Metastore component units into
WriteData
holder.-
Constructor Summary
ConstructorDescriptionInputDataTransformer
(org.apache.iceberg.Schema tableSchema, org.apache.iceberg.Schema partitionSpecSchema, Map<String, MethodHandle> unitGetters) -
Method Summary
-
Constructor Details
-
InputDataTransformer
public InputDataTransformer(org.apache.iceberg.Schema tableSchema, org.apache.iceberg.Schema partitionSpecSchema, Map<String, MethodHandle> unitGetters)
-
-
Method Details
-
units
-
execute
-