Uses of Class
com.databricks.jdbc.model.client.thrift.generated.TSparkArrowResultLink
-
-
Uses of TSparkArrowResultLink in com.databricks.jdbc.api.impl.arrow
Methods in com.databricks.jdbc.api.impl.arrow with parameters of type TSparkArrowResultLink Modifier and Type Method Description protected abstract TAbstractRemoteChunkProvider. createChunk(StatementId statementId, long chunkIndex, TSparkArrowResultLink resultLink)Creates chunkAbstractRemoteChunkProviderbased on theTSparkArrowResultLink.protected ArrowResultChunkRemoteChunkProvider. createChunk(StatementId statementId, long chunkIndex, TSparkArrowResultLink resultLink)Creates chunkAbstractRemoteChunkProviderbased on theTSparkArrowResultLink.ArrowResultChunk.BuilderArrowResultChunk.Builder. withThriftChunkInfo(long chunkIndex, TSparkArrowResultLink chunkInfo) -
Uses of TSparkArrowResultLink in com.databricks.jdbc.api.impl.arrow.incubator
Methods in com.databricks.jdbc.api.impl.arrow.incubator with parameters of type TSparkArrowResultLink Modifier and Type Method Description protected ArrowResultChunkV2RemoteChunkProviderV2. createChunk(StatementId statementId, long chunkIndex, TSparkArrowResultLink resultLink)ArrowResultChunkV2.BuilderArrowResultChunkV2.Builder. withThriftChunkInfo(long chunkIndex, TSparkArrowResultLink chunkInfo) -
Uses of TSparkArrowResultLink in com.databricks.jdbc.common.util
Methods in com.databricks.jdbc.common.util with parameters of type TSparkArrowResultLink Modifier and Type Method Description static ExternalLinkDatabricksThriftUtil. createExternalLink(TSparkArrowResultLink chunkInfo, long chunkIndex) -
Uses of TSparkArrowResultLink in com.databricks.jdbc.model.client.thrift.generated
Fields in com.databricks.jdbc.model.client.thrift.generated with type parameters of type TSparkArrowResultLink Modifier and Type Field Description List<TSparkArrowResultLink>TRowSet. resultLinksMethods in com.databricks.jdbc.model.client.thrift.generated that return TSparkArrowResultLink Modifier and Type Method Description TSparkArrowResultLinkTSparkArrowResultLink. deepCopy()TSparkArrowResultLinkTSparkArrowResultLink. setBytesNum(long bytesNum)TSparkArrowResultLinkTSparkArrowResultLink. setExpiryTime(long expiryTime)TSparkArrowResultLinkTSparkArrowResultLink. setFileLink(String fileLink)TSparkArrowResultLinkTSparkArrowResultLink. setHttpHeaders(Map<String,String> httpHeaders)TSparkArrowResultLinkTSparkArrowResultLink. setRowCount(long rowCount)TSparkArrowResultLinkTSparkArrowResultLink. setStartRowOffset(long startRowOffset)Methods in com.databricks.jdbc.model.client.thrift.generated that return types with arguments of type TSparkArrowResultLink Modifier and Type Method Description List<TSparkArrowResultLink>TRowSet. getResultLinks()Iterator<TSparkArrowResultLink>TRowSet. getResultLinksIterator()Methods in com.databricks.jdbc.model.client.thrift.generated with parameters of type TSparkArrowResultLink Modifier and Type Method Description voidTRowSet. addToResultLinks(TSparkArrowResultLink elem)intTSparkArrowResultLink. compareTo(TSparkArrowResultLink other)booleanTSparkArrowResultLink. equals(TSparkArrowResultLink that)Method parameters in com.databricks.jdbc.model.client.thrift.generated with type arguments of type TSparkArrowResultLink Modifier and Type Method Description TRowSetTRowSet. setResultLinks(List<TSparkArrowResultLink> resultLinks)Constructors in com.databricks.jdbc.model.client.thrift.generated with parameters of type TSparkArrowResultLink Constructor Description TSparkArrowResultLink(TSparkArrowResultLink other)Performs a deep copy on other.
-