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
|
| Modifier and Type | Method and Description |
|---|---|
List<String> |
getSelectedFields()
Returns the selected fields.
|
boolean |
isSpecified() |
public static final RecordPortOptions DEFAULT
Copyright © 2020 Actian Corporation. All rights reserved.