Uses of Class
com.databricks.jdbc.model.client.thrift.generated.TRowSet
Packages that use TRowSet
Package
Description
-
Uses of TRowSet in com.databricks.jdbc.api.impl
Constructors in com.databricks.jdbc.api.impl with parameters of type TRowSet -
Uses of TRowSet in com.databricks.jdbc.common.util
Methods in com.databricks.jdbc.common.util with parameters of type TRowSetModifier and TypeMethodDescriptionstatic ColumnarRowViewDatabricksThriftUtil.createColumnarView(TRowSet rowSet) Memory-efficient alternative that creates a columnar view instead of materializing all rows.DatabricksThriftUtil.extractRowsFromColumnar(TRowSet rowSet) This functions extracts columnar data from a RowSet into rowsstatic longDatabricksThriftUtil.getRowCount(TRowSet resultData) -
Uses of TRowSet in com.databricks.jdbc.model.client.thrift.generated
Classes in com.databricks.jdbc.model.client.thrift.generated that implement interfaces with type arguments of type TRowSetFields in com.databricks.jdbc.model.client.thrift.generated declared as TRowSetMethods in com.databricks.jdbc.model.client.thrift.generated that return TRowSetModifier and TypeMethodDescriptionTRowSet.deepCopy()TFetchResultsResp.getResults()TRowSet.setArrowBatches(List<TSparkArrowBatch> arrowBatches) TRowSet.setBinaryColumns(byte[] binaryColumns) TRowSet.setBinaryColumns(ByteBuffer binaryColumns) TRowSet.setColumnCount(int columnCount) TRowSet.setColumns(List<TColumn> columns) TRowSet.setResultLinks(List<TSparkArrowResultLink> resultLinks) TRowSet.setStartRowOffset(long startRowOffset) Methods in com.databricks.jdbc.model.client.thrift.generated with parameters of type TRowSetConstructors in com.databricks.jdbc.model.client.thrift.generated with parameters of type TRowSet