BlockBufferBuildStream should be a internal class.
it's do some special optimization for the built-in column types
And it's special for managed runtime.
For udt case, it doesn't make sense to expose BlockBufferBuildStream if the vertex is running on native runtime
Namespace: ScopeRuntimeAssembly: ScopeRuntime (in ScopeRuntime.exe) Version: 1.0.0.0 (10.2.2.0)
Syntax
C# |
---|
public virtual void SSLIBFastSerializeV3( Stream stream ) |
Visual Basic |
---|
Public Overridable Sub SSLIBFastSerializeV3 ( _ stream As Stream _ ) |
Visual C++ |
---|
public: virtual void SSLIBFastSerializeV3( Stream^ stream ) |
Parameters
- stream
- Type: Stream
[Missing <param name="stream"/> documentation for "M:ScopeRuntime.ColumnData.SSLIBFastSerializeV3(System.IO.Stream)"]