| Modifier and Type | Interface and Description |
|---|---|
interface |
SPARQLAggregationFunctionSymbol |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractAggregationFunctionSymbol |
class |
AbstractDBAggregationFunctionSymbol |
class |
DBCountFunctionSymbolImpl |
class |
DBMaxFunctionSymbolImpl
Ignores nulls.
|
class |
DBMinFunctionSymbolImpl
Ignores nulls.
|
class |
ForcingFloatingDBAvgFunctionSymbolImpl
Multiples the argument by 1.0 so as to make sure the result will be a floating number
|
class |
NullIgnoringDBAvgFunctionSymbol
Ignores nulls.
|
class |
NullIgnoringDBGroupConcatFunctionSymbol |
class |
NullIgnoringDBSumFunctionSymbol
Ignores nulls.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AvgSPARQLFunctionSymbolImpl |
class |
CountSPARQLFunctionSymbolImpl |
class |
GroupConcatSPARQLFunctionSymbolImpl |
class |
MinBasedSampleSPARQLFunctionSymbol
SAMPLE implemented as MIN
|
class |
MinOrMaxSPARQLFunctionSymbolImpl |
class |
SumLikeSPARQLAggregationFunctionSymbolImpl
TODO: find a better name
For aggregates like SUM where AGG(xsd:integer) returns an xsd:integer.
|
class |
SumSPARQLFunctionSymbolImpl |
class |
UnaryNumericSPARQLAggregationFunctionSymbolImpl |
Copyright © 2009–2020 Free University of Bozen-Bolzano. All rights reserved.