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
RepositoryException
public Node getNode(String selectorName) throws RepositoryException
RepositoryException
public double getScore() throws RepositoryException
RepositoryException
public double getScore(String selectorName) throws RepositoryException
RepositoryException
public Value[] getValues() throws RepositoryException
getValues
in interface Row
RepositoryException
public Value getValue(String columnName) throws ItemNotFoundException, RepositoryException
getValue
in interface Row
ItemNotFoundException
RepositoryException
public String getPath() throws RepositoryException
getPath
in interface Row
RepositoryException
public String getPath(String selectorName) throws RepositoryException
getPath
in interface Row
RepositoryException
Copyright © 2004–2021 The Apache Software Foundation. All rights reserved.