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.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 ColumnarRowView(TRowSet rowSet) -
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 ColumnarRowViewDatabricksThriftUtil. createColumnarView(TRowSet rowSet)Memory-efficient alternative that creates a columnar view instead of materializing all rows.static List<List<Object>>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
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.
-