@Evolving public interface DataWriteContext
Transaction.getWriteContext(Engine, Row, Map)
(String, Map, List)}.Modifier and Type | Method and Description |
---|---|
java.util.List<Column> |
getStatisticsColumns()
Returns the list of
Column that the connector can optionally collect statistics. |
String |
getTargetDirectory()
Returns the target directory where the data should be written.
|
String getTargetDirectory()
java.util.List<Column> getStatisticsColumns()
Column
that the connector can optionally collect statistics. Each
Column
is a reference to a top-level or nested column in the table.
Statistics collections can be skipped or collected for a partial list of the returned Column
s. When stats are present in the written Delta log, they can be used to optimize query
performance.