Exemple #1
0
 def out_dshape(self, input_dshape):
     return dshape(optionify(maxtype(input_dshape.measure[self.column])))
Exemple #2
0
 def out_dshape(self, input_dshape):
     return dshape(optionify(maxtype(input_dshape.measure[self.column])))
Exemple #3
0
 def _schema(self):
     return DataShape(datashape.maxtype(super(sum, self)._schema()))
Exemple #4
0
 def _schema(self):
     return DataShape(datashape.maxtype(super(sum, self)._schema()))
Exemple #5
0
 def schema(self):
     return DataShape(datashape.maxtype(super(sum, self).schema))
Exemple #6
0
 def schema(self):
     return DataShape(datashape.maxtype(super(sum, self).schema))