public class SimpleFetchOptimizer extends Transform
| Constructor and Description |
|---|
SimpleFetchOptimizer() |
| Modifier and Type | Method and Description |
|---|---|
static ListSinkOperator |
replaceFSwithLS(Operator<?> fileSink,
String nullFormat) |
ParseContext |
transform(ParseContext pctx)
All transformation steps implement this interface.
|
beginPerfLogging, endPerfLogging, endPerfLoggingpublic ParseContext transform(ParseContext pctx) throws SemanticException
Transformtransform in class Transformpctx - input parse contextSemanticExceptionpublic static ListSinkOperator replaceFSwithLS(Operator<?> fileSink, String nullFormat)
Copyright © 2019 The Apache Software Foundation. All Rights Reserved.