public class OperateFilePlan extends PhysicalPlan
PhysicalPlan.Factory, PhysicalPlan.PhysicalPlanTypecanBeSplit, index| 构造器和说明 |
|---|
OperateFilePlan(File file,
File targetDir,
Operator.OperatorType operatorType) |
OperateFilePlan(File file,
Operator.OperatorType operatorType) |
OperateFilePlan(File file,
Operator.OperatorType operatorType,
boolean autoCreateSchema,
int sgLevel,
boolean verifyMetadata)
used for generate loading tsfile physical plan.
|
| 限定符和类型 | 方法和说明 |
|---|---|
File |
getFile() |
List<PartialPath> |
getPaths() |
int |
getSgLevel() |
File |
getTargetDir() |
boolean |
getVerifyMetadata() |
boolean |
isAutoCreateSchema() |
String |
toString() |
canBeSplit, checkIntegrity, deserialize, getAggregations, getAuthPaths, getIndex, getLoginUserName, getOperatorName, getOperatorType, getSerializedSize, isAuthenticationRequired, isDebug, isPrefixMatch, isQuery, isSelectInto, putString, putString, putStrings, putStrings, readString, readStrings, serialize, serialize, serializeImpl, setDebug, setIndex, setLoginUserName, setOperatorType, setPaths, setPrefixMatch, setQuerypublic OperateFilePlan(File file, Operator.OperatorType operatorType)
public OperateFilePlan(File file, Operator.OperatorType operatorType, boolean autoCreateSchema, int sgLevel, boolean verifyMetadata)
file - the loading fileoperatorType - the operator typeautoCreateSchema - auto create schema if neededsgLevel - the level of sgverifyMetadata - metadata check if neededpublic OperateFilePlan(File file, File targetDir, Operator.OperatorType operatorType)
public List<PartialPath> getPaths()
getPaths 在类中 PhysicalPlanpublic File getFile()
public File getTargetDir()
public boolean isAutoCreateSchema()
public int getSgLevel()
public boolean getVerifyMetadata()
Copyright © 2022 The Apache Software Foundation. All rights reserved.