Home
last modified time | relevance | path

Searched refs:writeLegacyIpcFormat (Results 1 – 11 of 11) sorted by relevance

/dports/www/grafana8/grafana-8.3.6/vendor/github.com/apache/arrow/js/test/unit/ipc/writer/
H A Dstream-writer-tests.ts36 testStreamWriter(table, testName, { writeLegacyIpcFormat: true });
37 testStreamWriter(table, testName, { writeLegacyIpcFormat: false });
42 testStreamWriter(table, testName, { writeLegacyIpcFormat: true });
43 testStreamWriter(table, testName, { writeLegacyIpcFormat: false });
48 testStreamWriter(table, testName, { writeLegacyIpcFormat: true });
49 testStreamWriter(table, testName, { writeLegacyIpcFormat: false });
/dports/databases/arrow/apache-arrow-6.0.1/js/test/unit/ipc/writer/
H A Dstream-writer-tests.ts36 testStreamWriter(table, testName, { writeLegacyIpcFormat: true });
37 testStreamWriter(table, testName, { writeLegacyIpcFormat: false });
42 testStreamWriter(table, testName, { writeLegacyIpcFormat: true });
43 testStreamWriter(table, testName, { writeLegacyIpcFormat: false });
48 testStreamWriter(table, testName, { writeLegacyIpcFormat: true });
49 testStreamWriter(table, testName, { writeLegacyIpcFormat: false });
/dports/security/vault/vault-1.8.2/vendor/github.com/apache/arrow/js/test/unit/ipc/writer/
H A Dstream-writer-tests.ts36 testStreamWriter(table, testName, { writeLegacyIpcFormat: true });
37 testStreamWriter(table, testName, { writeLegacyIpcFormat: false });
42 testStreamWriter(table, testName, { writeLegacyIpcFormat: true });
43 testStreamWriter(table, testName, { writeLegacyIpcFormat: false });
48 testStreamWriter(table, testName, { writeLegacyIpcFormat: true });
49 testStreamWriter(table, testName, { writeLegacyIpcFormat: false });
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/apache/arrow/java/vector/src/main/java/org/apache/arrow/vector/ipc/message/
H A DIpcOption.java38 public IpcOption(boolean writeLegacyIpcFormat, MetadataVersion metadataVersion) { in IpcOption() argument
39 this.write_legacy_ipc_format = writeLegacyIpcFormat; in IpcOption()
/dports/databases/arrow/apache-arrow-6.0.1/java/vector/src/main/java/org/apache/arrow/vector/ipc/message/
H A DIpcOption.java38 public IpcOption(boolean writeLegacyIpcFormat, MetadataVersion metadataVersion) { in IpcOption() argument
39 this.write_legacy_ipc_format = writeLegacyIpcFormat; in IpcOption()
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/apache/arrow/csharp/test/Apache.Arrow.Tests/
H A DArrowStreamWriterTests.cs390 public void WriteLegacyIpcFormat(bool writeLegacyIpcFormat) in WriteLegacyIpcFormat() argument
393 var options = new IpcOptions() { WriteLegacyIpcFormat = writeLegacyIpcFormat }; in WriteLegacyIpcFormat()
410 if (writeLegacyIpcFormat) in WriteLegacyIpcFormat()
430 public async Task WriteLegacyIpcFormatAsync(bool writeLegacyIpcFormat) in WriteLegacyIpcFormatAsync() argument
433 var options = new IpcOptions() { WriteLegacyIpcFormat = writeLegacyIpcFormat }; in WriteLegacyIpcFormatAsync()
450 if (writeLegacyIpcFormat) in WriteLegacyIpcFormatAsync()
/dports/security/vault/vault-1.8.2/vendor/github.com/apache/arrow/csharp/test/Apache.Arrow.Tests/
H A DArrowStreamWriterTests.cs224 public async Task WriteLegacyIpcFormat(bool writeLegacyIpcFormat) in WriteLegacyIpcFormat() argument
227 var options = new IpcOptions() { WriteLegacyIpcFormat = writeLegacyIpcFormat }; in WriteLegacyIpcFormat()
244 if (writeLegacyIpcFormat) in WriteLegacyIpcFormat()
/dports/databases/arrow/apache-arrow-6.0.1/csharp/test/Apache.Arrow.Tests/
H A DArrowStreamWriterTests.cs422 public void WriteLegacyIpcFormat(bool writeLegacyIpcFormat, bool createDictionaryArray) in WriteLegacyIpcFormat() argument
425 var options = new IpcOptions() { WriteLegacyIpcFormat = writeLegacyIpcFormat }; in WriteLegacyIpcFormat()
442 if (writeLegacyIpcFormat) in WriteLegacyIpcFormat()
464 … public async Task WriteLegacyIpcFormatAsync(bool writeLegacyIpcFormat, bool createDictionaryArray) in WriteLegacyIpcFormatAsync() argument
467 var options = new IpcOptions() { WriteLegacyIpcFormat = writeLegacyIpcFormat }; in WriteLegacyIpcFormatAsync()
484 if (writeLegacyIpcFormat) in WriteLegacyIpcFormatAsync()
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/apache/arrow/js/src/ipc/
H A Dwriter.ts48 writeLegacyIpcFormat?: boolean; property
70 isObject(options) || (options = { autoDestroy: true, writeLegacyIpcFormat: false });
72 …is._writeLegacyIpcFormat = (typeof options.writeLegacyIpcFormat === 'boolean') ? options.writeLega…
/dports/databases/arrow/apache-arrow-6.0.1/js/src/ipc/
H A Dwriter.ts49 writeLegacyIpcFormat?: boolean; property
71 isObject(options) || (options = { autoDestroy: true, writeLegacyIpcFormat: false });
73 …is._writeLegacyIpcFormat = (typeof options.writeLegacyIpcFormat === 'boolean') ? options.writeLega…
/dports/security/vault/vault-1.8.2/vendor/github.com/apache/arrow/js/src/ipc/
H A Dwriter.ts48 writeLegacyIpcFormat?: boolean; property
70 isObject(options) || (options = { autoDestroy: true, writeLegacyIpcFormat: false });
72 …is._writeLegacyIpcFormat = (typeof options.writeLegacyIpcFormat === 'boolean') ? options.writeLega…