public final class RecordPortOptions extends Object implements LogicalPortOptions
//filtered contains a filtered view of the original port
RecordPort filtered= input.filtered(subgraph, new RecordPortOptions(selectedFields))
| Modifier and Type | Field and Description |
|---|---|
static RecordPortOptions |
DEFAULT
By default, we don't provide any filtering
|
| Constructor and Description |
|---|
RecordPortOptions(List<String> selectedFields)
Select the specified set of fields
|
public static final RecordPortOptions DEFAULT
Copyright © 2015 Actian Corporation. All Rights Reserved.