Uses of Class
com.databricks.jdbc.client.impl.thrift.generated.TRowSet
-
Packages that use TRowSet Package Description com.databricks.jdbc.client.impl.thrift.commons com.databricks.jdbc.client.impl.thrift.generated com.databricks.jdbc.core -
-
Uses of TRowSet in com.databricks.jdbc.client.impl.thrift.commons
Methods in com.databricks.jdbc.client.impl.thrift.commons with parameters of type TRowSet Modifier and Type Method Description static List<List<Object>>DatabricksThriftHelper. convertColumnarToRowBased(TRowSet rowSet)Converts columnar data from a TRowSet to a row-based list format.static List<List<Object>>DatabricksThriftHelper. extractValuesFromRowSet(TRowSet rowSet)Extracts and returns the values from each column of a TRowSet as a list of lists.static longDatabricksThriftHelper. getRowCount(TRowSet resultData) -
Uses of TRowSet in com.databricks.jdbc.client.impl.thrift.generated
Fields in com.databricks.jdbc.client.impl.thrift.generated declared as TRowSet Modifier and Type Field Description TRowSetTFetchResultsResp. resultsMethods in com.databricks.jdbc.client.impl.thrift.generated that return TRowSet Modifier and Type Method Description TRowSetTRowSet. deepCopy()TRowSetTFetchResultsResp. getResults()TRowSetTRowSet. setArrowBatches(List<TSparkArrowBatch> arrowBatches)TRowSetTRowSet. setBinaryColumns(byte[] binaryColumns)TRowSetTRowSet. setBinaryColumns(ByteBuffer binaryColumns)TRowSetTRowSet. setColumnCount(int columnCount)TRowSetTRowSet. setColumns(List<TColumn> columns)TRowSetTRowSet. setResultLinks(List<TSparkArrowResultLink> resultLinks)TRowSetTRowSet. setRows(List<TRow> rows)TRowSetTRowSet. setStartRowOffset(long startRowOffset)Methods in com.databricks.jdbc.client.impl.thrift.generated with parameters of type TRowSet Modifier and Type Method Description intTRowSet. compareTo(TRowSet other)booleanTRowSet. equals(TRowSet that)TFetchResultsRespTFetchResultsResp. setResults(TRowSet results)Constructors in com.databricks.jdbc.client.impl.thrift.generated with parameters of type TRowSet Constructor Description TRowSet(TRowSet other)Performs a deep copy on other. -
Uses of TRowSet in com.databricks.jdbc.core
Constructors in com.databricks.jdbc.core with parameters of type TRowSet Constructor Description DatabricksResultSet(TStatus statementStatus, String statementId, TRowSet resultData, TGetResultSetMetadataResp resultManifest, StatementType statementType, IDatabricksStatement parentStatement, IDatabricksSession session)
-