Method | Description | |
---|---|---|
Deserialize ( |
Deserialize a CardinalityEstimator from the given stream
|
|
Serialize ( |
Serialize the given cardinalityEstimator to stream
|
Method | Description | |
---|---|---|
AssertDataVersionCanBeRead ( int dataFormatMajorVersion, int dataFormatMinorVersion ) : void |
Checks that this serializer can deserialize data with the given major and minor version numbers
|
public Deserialize ( |
||
stream | ||
return | CardinalityEstimator |
public Serialize ( |
||
stream | ||
cardinalityEstimator | CardinalityEstimator | |
return | void |