Uses of Class
com.databricks.jdbc.client.impl.thrift.generated.TSparkArrowResultLink
-
Packages that use TSparkArrowResultLink Package Description com.databricks.jdbc.client.impl.thrift.commons com.databricks.jdbc.client.impl.thrift.generated -
-
Uses of TSparkArrowResultLink in com.databricks.jdbc.client.impl.thrift.commons
Methods in com.databricks.jdbc.client.impl.thrift.commons with parameters of type TSparkArrowResultLink Modifier and Type Method Description static ExternalLinkDatabricksThriftHelper. createExternalLink(TSparkArrowResultLink chunkInfo, long chunkIndex) -
Uses of TSparkArrowResultLink in com.databricks.jdbc.client.impl.thrift.generated
Fields in com.databricks.jdbc.client.impl.thrift.generated with type parameters of type TSparkArrowResultLink Modifier and Type Field Description List<TSparkArrowResultLink>TRowSet. resultLinksMethods in com.databricks.jdbc.client.impl.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.client.impl.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.client.impl.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.client.impl.thrift.generated with type arguments of type TSparkArrowResultLink Modifier and Type Method Description TRowSetTRowSet. setResultLinks(List<TSparkArrowResultLink> resultLinks)Constructors in com.databricks.jdbc.client.impl.thrift.generated with parameters of type TSparkArrowResultLink Constructor Description TSparkArrowResultLink(TSparkArrowResultLink other)Performs a deep copy on other.
-