public final class RecordPortOptions extends Object implements LogicalPortOptions
//filtered contains a filtered view of the original portRecordPort
filtered= input.filtered
(subgraph, newRecordPortOptions
(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 © 2019 Actian Corporation. All rights reserved.