Uses of Class
com.databricks.jdbc.model.client.thrift.generated.TSparkArrowResultLink
Packages that use TSparkArrowResultLink
Package
Description
-
Uses of TSparkArrowResultLink in com.databricks.jdbc.api.impl.arrow
Methods in com.databricks.jdbc.api.impl.arrow with parameters of type TSparkArrowResultLinkModifier and TypeMethodDescriptionprotected 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.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 TSparkArrowResultLinkModifier and TypeMethodDescriptionprotected ArrowResultChunkV2RemoteChunkProviderV2.createChunk(StatementId statementId, long chunkIndex, TSparkArrowResultLink resultLink) ArrowResultChunkV2.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 TSparkArrowResultLinkModifier and TypeMethodDescriptionstatic ExternalLinkDatabricksThriftUtil.createExternalLink(TSparkArrowResultLink chunkInfo, long chunkIndex) -
Uses of TSparkArrowResultLink 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 TSparkArrowResultLinkFields in com.databricks.jdbc.model.client.thrift.generated with type parameters of type TSparkArrowResultLinkMethods in com.databricks.jdbc.model.client.thrift.generated that return TSparkArrowResultLinkModifier and TypeMethodDescriptionTSparkArrowResultLink.deepCopy()TSparkArrowResultLink.setBytesNum(long bytesNum) TSparkArrowResultLink.setExpiryTime(long expiryTime) TSparkArrowResultLink.setFileLink(String fileLink) TSparkArrowResultLink.setHttpHeaders(Map<String, String> httpHeaders) TSparkArrowResultLink.setRowCount(long rowCount) TSparkArrowResultLink.setStartRowOffset(long startRowOffset) Methods in com.databricks.jdbc.model.client.thrift.generated that return types with arguments of type TSparkArrowResultLinkMethods in com.databricks.jdbc.model.client.thrift.generated with parameters of type TSparkArrowResultLinkModifier and TypeMethodDescriptionvoidTRowSet.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 TSparkArrowResultLinkModifier and TypeMethodDescriptionTRowSet.setResultLinks(List<TSparkArrowResultLink> resultLinks) Constructors in com.databricks.jdbc.model.client.thrift.generated with parameters of type TSparkArrowResultLinkModifierConstructorDescriptionPerforms a deep copy on other.