public abstract static class ScanTestUtils.ScanFixtureBuilder extends Object
| Modifier and Type | Field and Description |
|---|---|
boolean |
enableSchemaBatch |
OperatorFixture |
opFixture |
| Constructor and Description |
|---|
ScanFixtureBuilder(OperatorFixture opFixture) |
| Modifier and Type | Method and Description |
|---|---|
ScanTestUtils.ScanFixture |
build() |
abstract ManagedScanFramework.ScanFrameworkBuilder |
builder() |
void |
projectAll() |
void |
projectAllWithAllImplicit(int dirs) |
void |
projectAllWithFileImplicit(int dirs) |
void |
setProjection(List<SchemaPath> projection) |
void |
setProjection(String... projCols) |
public final OperatorFixture opFixture
public boolean enableSchemaBatch
public ScanFixtureBuilder(OperatorFixture opFixture)
public abstract ManagedScanFramework.ScanFrameworkBuilder builder()
public void projectAll()
public void projectAllWithFileImplicit(int dirs)
public void projectAllWithAllImplicit(int dirs)
public void setProjection(String... projCols)
public void setProjection(List<SchemaPath> projection)
public ScanTestUtils.ScanFixture build()
Copyright © 2022 The Apache Software Foundation. All rights reserved.