| Constructor and Description |
|---|
JoinRow(Map<String,PropertyValue> columns,
OperandEvaluator evaluator,
Row leftRow,
Set<String> leftSelectors,
Row rightRow,
Set<String> rightSelectors) |
| Modifier and Type | Method and Description |
|---|---|
Node |
getNode() |
Node |
getNode(String selectorName) |
String |
getPath() |
String |
getPath(String selectorName) |
double |
getScore() |
double |
getScore(String selectorName) |
Value |
getValue(String columnName) |
Value[] |
getValues() |
String |
toString() |
public JoinRow(Map<String,PropertyValue> columns, OperandEvaluator evaluator, Row leftRow, Set<String> leftSelectors, Row rightRow, Set<String> rightSelectors)
public Node getNode() throws RepositoryException
RepositoryExceptionpublic Node getNode(String selectorName) throws RepositoryException
RepositoryExceptionpublic double getScore()
throws RepositoryException
RepositoryExceptionpublic double getScore(String selectorName) throws RepositoryException
RepositoryExceptionpublic Value[] getValues() throws RepositoryException
getValues in interface RowRepositoryExceptionpublic Value getValue(String columnName) throws ItemNotFoundException, RepositoryException
getValue in interface RowItemNotFoundExceptionRepositoryExceptionpublic String getPath() throws RepositoryException
getPath in interface RowRepositoryExceptionpublic String getPath(String selectorName) throws RepositoryException
getPath in interface RowRepositoryExceptionCopyright © 2004–2024 The Apache Software Foundation. All rights reserved.