Package net.hydromatic.sqllogictest
Class SqlTestQueryOutputDescription
- java.lang.Object
-
- net.hydromatic.sqllogictest.SqlTestQueryOutputDescription
-
public class SqlTestQueryOutputDescription extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classSqlTestQueryOutputDescription.SortOrder
-
Field Summary
Fields Modifier and Type Field Description @Nullable StringcolumnTypesEncoded types of columns expected in result.@Nullable Stringhash
-
Constructor Summary
Constructors Constructor Description SqlTestQueryOutputDescription()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddResultLine(String line)voidclearResults()intgetExpectedOutputSize()Return -1 if the output size is not known.SqlTestQueryOutputDescription.SortOrdergetOrder()@Nullable List<String>getQueryResults()intgetValueCount()voidsetHash(String hash)voidsetValueCount(int values)
-
-
-
Method Detail
-
getOrder
public SqlTestQueryOutputDescription.SortOrder getOrder()
-
getValueCount
public int getValueCount()
-
clearResults
public void clearResults()
-
addResultLine
public void addResultLine(String line)
-
setHash
public void setHash(String hash)
-
setValueCount
public void setValueCount(int values)
-
getExpectedOutputSize
public int getExpectedOutputSize()
Return -1 if the output size is not known.
-
-