in csharp/src/Drivers/Apache/Thrift/Service/Rpc/Thrift/TGetResultSetMetadataResp.cs [998:1113]
public override string ToString()
{
var tmp557 = new StringBuilder("TGetResultSetMetadataResp(");
if((Status != null))
{
tmp557.Append(", Status: ");
Status.ToString(tmp557);
}
if((Schema != null) && __isset.@schema)
{
tmp557.Append(", Schema: ");
Schema.ToString(tmp557);
}
if(__isset.resultFormat)
{
tmp557.Append(", ResultFormat: ");
ResultFormat.ToString(tmp557);
}
if(__isset.lz4Compressed)
{
tmp557.Append(", Lz4Compressed: ");
Lz4Compressed.ToString(tmp557);
}
if((ArrowSchema != null) && __isset.arrowSchema)
{
tmp557.Append(", ArrowSchema: ");
ArrowSchema.ToString(tmp557);
}
if(__isset.cacheLookupResult)
{
tmp557.Append(", CacheLookupResult: ");
CacheLookupResult.ToString(tmp557);
}
if(__isset.uncompressedBytes)
{
tmp557.Append(", UncompressedBytes: ");
UncompressedBytes.ToString(tmp557);
}
if(__isset.compressedBytes)
{
tmp557.Append(", CompressedBytes: ");
CompressedBytes.ToString(tmp557);
}
if(__isset.isStagingOperation)
{
tmp557.Append(", IsStagingOperation: ");
IsStagingOperation.ToString(tmp557);
}
if(__isset.reasonForNoCloudFetch)
{
tmp557.Append(", ReasonForNoCloudFetch: ");
ReasonForNoCloudFetch.ToString(tmp557);
}
if((ResultFiles != null) && __isset.resultFiles)
{
tmp557.Append(", ResultFiles: ");
ResultFiles.ToString(tmp557);
}
if((ManifestFile != null) && __isset.manifestFile)
{
tmp557.Append(", ManifestFile: ");
ManifestFile.ToString(tmp557);
}
if(__isset.manifestFileFormat)
{
tmp557.Append(", ManifestFileFormat: ");
ManifestFileFormat.ToString(tmp557);
}
if(__isset.cacheLookupLatency)
{
tmp557.Append(", CacheLookupLatency: ");
CacheLookupLatency.ToString(tmp557);
}
if((RemoteCacheMissReason != null) && __isset.remoteCacheMissReason)
{
tmp557.Append(", RemoteCacheMissReason: ");
RemoteCacheMissReason.ToString(tmp557);
}
if(__isset.fetchDisposition)
{
tmp557.Append(", FetchDisposition: ");
FetchDisposition.ToString(tmp557);
}
if(__isset.remoteResultCacheEnabled)
{
tmp557.Append(", RemoteResultCacheEnabled: ");
RemoteResultCacheEnabled.ToString(tmp557);
}
if(__isset.isServerless)
{
tmp557.Append(", IsServerless: ");
IsServerless.ToString(tmp557);
}
if((ResultDataFormat != null) && __isset.resultDataFormat)
{
tmp557.Append(", ResultDataFormat: ");
ResultDataFormat.ToString(tmp557);
}
if(__isset.truncatedByThriftLimit)
{
tmp557.Append(", TruncatedByThriftLimit: ");
TruncatedByThriftLimit.ToString(tmp557);
}
if(__isset.resultByteLimit)
{
tmp557.Append(", ResultByteLimit: ");
ResultByteLimit.ToString(tmp557);
}
if(__isset.isInlineSmallResult)
{
tmp557.Append(", IsInlineSmallResult: ");
IsInlineSmallResult.ToString(tmp557);
}
tmp557.Append(')');
return tmp557.ToString();
}