public class EasyWriter extends AbstractWriter
childINIT_ALLOCATION, initialAllocation, MAX_ALLOCATION, maxAllocation| Constructor and Description |
|---|
EasyWriter(PhysicalOperator child,
String location,
List<String> partitionColumns,
EasyFormatPlugin<?> formatPlugin) |
EasyWriter(PhysicalOperator child,
String location,
List<String> partitionColumns,
StorageStrategy storageStrategy,
StoragePluginConfig storageConfig,
FormatPluginConfig formatConfig,
StoragePluginRegistry engineRegistry) |
| Modifier and Type | Method and Description |
|---|---|
FormatPluginConfig |
getFormatConfig() |
EasyFormatPlugin<?> |
getFormatPlugin() |
String |
getLocation() |
protected PhysicalOperator |
getNewWithChild(PhysicalOperator child) |
String |
getOperatorType() |
StoragePluginConfig |
getStorageConfig() |
String |
toString() |
accept, getStorageStrategy, setStorageStrategygetChild, getNewWithChildren, iteratoraccept, getCost, getInitialAllocation, getMaxAllocation, getOperatorId, getSVMode, getUserName, isBufferedOperator, isExecutable, setCost, setMaxAllocation, setOperatorIdclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetCost, getInitialAllocation, getMaxAllocation, getNewWithChildren, getOperatorId, getSVMode, getUserName, isBufferedOperator, isExecutable, setCost, setMaxAllocation, setOperatorIdacceptforEach, iterator, spliteratorpublic EasyWriter(PhysicalOperator child, String location, List<String> partitionColumns, StorageStrategy storageStrategy, StoragePluginConfig storageConfig, FormatPluginConfig formatConfig, StoragePluginRegistry engineRegistry)
public EasyWriter(PhysicalOperator child, String location, List<String> partitionColumns, EasyFormatPlugin<?> formatPlugin)
public String getLocation()
public StoragePluginConfig getStorageConfig()
public FormatPluginConfig getFormatConfig()
public EasyFormatPlugin<?> getFormatPlugin()
protected PhysicalOperator getNewWithChild(PhysicalOperator child)
getNewWithChild in class AbstractSinglepublic String getOperatorType()
Copyright © 2021 The Apache Software Foundation. All rights reserved.