Uses of Class
com.databricks.jdbc.model.client.thrift.generated.TRowSet
-
Packages that use TRowSet Package Description com.databricks.jdbc.api.impl com.databricks.jdbc.api.impl.arrow com.databricks.jdbc.common.util com.databricks.jdbc.model.client.thrift.generated -
-
Uses of TRowSet in com.databricks.jdbc.api.impl
Constructors in com.databricks.jdbc.api.impl with parameters of type TRowSet Constructor Description DatabricksResultSet(TStatus statementStatus, StatementId statementId, TRowSet resultData, TGetResultSetMetadataResp resultManifest, StatementType statementType, IDatabricksStatementInternal parentStatement, IDatabricksSession session) -
Uses of TRowSet in com.databricks.jdbc.api.impl.arrow
Constructors in com.databricks.jdbc.api.impl.arrow with parameters of type TRowSet Constructor Description ArrowStreamResult(TGetResultSetMetadataResp resultManifest, TRowSet resultData, boolean isInlineArrow, StatementId parentStatementId, IDatabricksSession session) -
Uses of TRowSet in com.databricks.jdbc.common.util
Methods in com.databricks.jdbc.common.util with parameters of type TRowSet Modifier and Type Method Description static List<List<Object>>DatabricksThriftUtil. convertColumnarToRowBased(TRowSet rowSet)Converts columnar data from a TRowSet to a row-based list format.static List<List<Object>>DatabricksThriftUtil. extractValuesFromRowSet(TRowSet rowSet)Extracts and returns the values from each column of a TRowSet as a list of lists.static longDatabricksThriftUtil. getRowCount(TRowSet resultData) -
Uses of TRowSet in com.databricks.jdbc.model.client.thrift.generated
Fields in com.databricks.jdbc.model.client.thrift.generated declared as TRowSet Modifier and Type Field Description TRowSetTFetchResultsResp. resultsMethods in com.databricks.jdbc.model.client.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.model.client.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.model.client.thrift.generated with parameters of type TRowSet Constructor Description TRowSet(TRowSet other)Performs a deep copy on other.
-