public abstract static class ScanFixture.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 |
|---|---|
ScanFixture |
build() |
abstract ScanLifecycleBuilder |
builder() |
void |
projectAll() |
void |
setProjection(List<SchemaPath> projection) |
void |
setProjection(String... projCols) |
public final OperatorFixture opFixture
public boolean enableSchemaBatch
public ScanFixtureBuilder(OperatorFixture opFixture)
public abstract ScanLifecycleBuilder builder()
public void projectAll()
public void setProjection(String... projCols)
public void setProjection(List<SchemaPath> projection)
public ScanFixture build()
Copyright © 2021 The Apache Software Foundation. All rights reserved.