コード例 #1
0
ファイル: aggregates.py プロジェクト: mdboom/datashader
 def out_dshape(self, input_dshape):
     return dshape(optionify(maxtype(input_dshape.measure[self.column])))
コード例 #2
0
ファイル: aggregates.py プロジェクト: jcrist/datashader
 def out_dshape(self, input_dshape):
     return dshape(optionify(maxtype(input_dshape.measure[self.column])))
コード例 #3
0
 def _schema(self):
     return DataShape(datashape.maxtype(super(sum, self)._schema()))
コード例 #4
0
ファイル: reductions.py プロジェクト: testmana2/blaze
 def _schema(self):
     return DataShape(datashape.maxtype(super(sum, self)._schema()))
コード例 #5
0
ファイル: reductions.py プロジェクト: nevermindewe/blaze
 def schema(self):
     return DataShape(datashape.maxtype(super(sum, self).schema))
コード例 #6
0
 def schema(self):
     return DataShape(datashape.maxtype(super(sum, self).schema))