| Constructor and Description |
|---|
InputDataTransformer(org.apache.iceberg.Schema tableSchema,
org.apache.iceberg.Schema partitionSpecSchema,
Map<String,MethodHandle> unitGetters) |
| Modifier and Type | Method and Description |
|---|---|
WriteData |
execute() |
InputDataTransformer<T> |
units(List<T> units) |
public InputDataTransformer(org.apache.iceberg.Schema tableSchema,
org.apache.iceberg.Schema partitionSpecSchema,
Map<String,MethodHandle> unitGetters)
public InputDataTransformer<T> units(List<T> units)
public WriteData execute()
Copyright © 2021 The Apache Software Foundation. All rights reserved.