示例#1
0
 private protected override ISchemaBoundMapper BindCore(IChannel ch, RoleMappedSchema schema)
 {
     return(new SingleValueRowMapper(schema, this, Schema.Create(new SchemaImpl(ScoreType, _quantiles))));
 }
示例#2
0
        private protected override ISchemaBoundMapper BindCore(IChannel ch, RoleMappedSchema schema)
        {
            var outputSchema = Schema.Create(new ScoreMapperSchema(ScoreType, _scoreColumnKind));

            return(new SingleValueRowMapper(schema, this, outputSchema));
        }