class SparkSQLDBFunctionSymbolFactory extends AbstractSQLDBFunctionSymbolFactory
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- SparkSQLDBFunctionSymbolFactory
- AbstractSQLDBFunctionSymbolFactory
- AbstractDBFunctionSymbolFactory
- DBFunctionSymbolFactory
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
canonicalizeRegularFunctionSymbolName(arg0: String): String
- Attributes
- protected[impl]
- Definition Classes
- AbstractDBFunctionSymbolFactory
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
def
createAbsFunctionSymbol(arg0: DBTermType): DBFunctionSymbol
- Attributes
- protected[impl]
- Definition Classes
- AbstractSQLDBFunctionSymbolFactory → AbstractDBFunctionSymbolFactory
-
def
createAddOperator(arg0: DBTermType): DBMathBinaryOperator
- Attributes
- protected[impl]
- Definition Classes
- AbstractSQLDBFunctionSymbolFactory → AbstractDBFunctionSymbolFactory
-
def
createBooleanDenormFunctionSymbol(): DBTypeConversionFunctionSymbol
- Attributes
- protected[impl]
- Definition Classes
- AbstractSQLDBFunctionSymbolFactory → AbstractDBFunctionSymbolFactory
-
def
createBooleanInequality(arg0: InequalityLabel): DBBooleanFunctionSymbol
- Attributes
- protected[impl]
- Definition Classes
- AbstractSQLDBFunctionSymbolFactory → AbstractDBFunctionSymbolFactory
-
def
createBooleanNormFunctionSymbol(arg0: DBTermType): DBTypeConversionFunctionSymbol
- Attributes
- protected[impl]
- Definition Classes
- AbstractSQLDBFunctionSymbolFactory → AbstractDBFunctionSymbolFactory
-
def
createCeilFunctionSymbol(dbTermType: DBTermType): DBFunctionSymbol
- Attributes
- protected[ontop]
- Definition Classes
- SparkSQLDBFunctionSymbolFactory → AbstractSQLDBFunctionSymbolFactory → AbstractDBFunctionSymbolFactory
-
def
createCoalesceFunctionSymbol(arg0: Int): DBFunctionSymbol
- Attributes
- protected[impl]
- Definition Classes
- AbstractSQLDBFunctionSymbolFactory → AbstractDBFunctionSymbolFactory
-
def
createContainsFunctionSymbol(): DBBooleanFunctionSymbol
- Attributes
- protected[impl]
- Definition Classes
- AbstractDBFunctionSymbolFactory
-
def
createCurrentDateTimeFunctionSymbol(arg0: String): DBFunctionSymbol
- Attributes
- protected[impl]
- Definition Classes
- AbstractDBFunctionSymbolFactory
-
def
createDBAnd(arg0: Int): DBBooleanFunctionSymbol
- Attributes
- protected[impl]
- Definition Classes
- AbstractSQLDBFunctionSymbolFactory
-
def
createDBAvg(inputType: DBTermType, isDistinct: Boolean): DBFunctionSymbol
- Attributes
- protected[ontop]
- Definition Classes
- SparkSQLDBFunctionSymbolFactory → AbstractSQLDBFunctionSymbolFactory → AbstractDBFunctionSymbolFactory
-
def
createDBBinaryMathOperator(arg0: String, arg1: DBTermType): DBMathBinaryOperator
- Attributes
- protected[impl]
- Definition Classes
- AbstractDBFunctionSymbolFactory
- Annotations
- @throws( ... )
-
def
createDBBooleanCase(arg0: Int, arg1: Boolean): DBBooleanFunctionSymbol
- Attributes
- protected[impl]
- Definition Classes
- AbstractSQLDBFunctionSymbolFactory → AbstractDBFunctionSymbolFactory
-
def
createDBBooleanIfElseNull(): DBBooleanFunctionSymbol
- Attributes
- protected[impl]
- Definition Classes
- AbstractDBFunctionSymbolFactory
-
def
createDBCase(arg0: Int, arg1: Boolean): DBFunctionSymbol
- Attributes
- protected[impl]
- Definition Classes
- AbstractSQLDBFunctionSymbolFactory → AbstractDBFunctionSymbolFactory
-
def
createDBConcatOperator(arity: Int): DBConcatFunctionSymbol
- Attributes
- protected[ontop]
- Definition Classes
- SparkSQLDBFunctionSymbolFactory → AbstractSQLDBFunctionSymbolFactory
-
def
createDBCount(arg0: Boolean, arg1: Boolean): DBFunctionSymbol
- Attributes
- protected[impl]
- Definition Classes
- AbstractSQLDBFunctionSymbolFactory → AbstractDBFunctionSymbolFactory
-
def
createDBCountTable(): ImmutableTable[Integer, Boolean, DBFunctionSymbol]
- Attributes
- protected[impl]
- Definition Classes
- AbstractDBFunctionSymbolFactory
-
def
createDBGroupConcat(dbStringType: DBTermType, isDistinct: Boolean): DBFunctionSymbol
- Attributes
- protected[ontop]
- Definition Classes
- SparkSQLDBFunctionSymbolFactory → AbstractDBFunctionSymbolFactory
-
def
createDBIfThenElse(arg0: DBTermType, arg1: DBTermType): DBFunctionSymbol
- Attributes
- protected[impl]
- Definition Classes
- AbstractSQLDBFunctionSymbolFactory
-
def
createDBIsNotNull(arg0: DBTermType, arg1: DBTermType): DBIsNullOrNotFunctionSymbol
- Attributes
- protected[impl]
- Definition Classes
- AbstractSQLDBFunctionSymbolFactory
-
def
createDBIsNull(arg0: DBTermType, arg1: DBTermType): DBIsNullOrNotFunctionSymbol
- Attributes
- protected[impl]
- Definition Classes
- AbstractSQLDBFunctionSymbolFactory
-
def
createDBIsTrue(arg0: DBTermType): DBIsTrueFunctionSymbol
- Attributes
- protected[impl]
- Definition Classes
- AbstractSQLDBFunctionSymbolFactory
-
def
createDBMax(arg0: DBTermType): DBFunctionSymbol
- Attributes
- protected[impl]
- Definition Classes
- AbstractSQLDBFunctionSymbolFactory → AbstractDBFunctionSymbolFactory
-
def
createDBMin(arg0: DBTermType): DBFunctionSymbol
- Attributes
- protected[impl]
- Definition Classes
- AbstractSQLDBFunctionSymbolFactory → AbstractDBFunctionSymbolFactory
-
def
createDBNotFunctionSymbol(arg0: DBTermType): DBNotFunctionSymbol
- Attributes
- protected[impl]
- Definition Classes
- AbstractSQLDBFunctionSymbolFactory → AbstractDBFunctionSymbolFactory
-
def
createDBOr(arg0: Int): DBBooleanFunctionSymbol
- Attributes
- protected[impl]
- Definition Classes
- AbstractSQLDBFunctionSymbolFactory
-
def
createDBStrictEquality(arg0: Int): DBStrictEqFunctionSymbol
- Attributes
- protected[impl]
- Definition Classes
- AbstractSQLDBFunctionSymbolFactory → AbstractDBFunctionSymbolFactory
-
def
createDBStrictNEquality(arg0: Int): DBBooleanFunctionSymbol
- Attributes
- protected[impl]
- Definition Classes
- AbstractSQLDBFunctionSymbolFactory → AbstractDBFunctionSymbolFactory
-
def
createDBSum(arg0: DBTermType, arg1: Boolean): DBFunctionSymbol
- Attributes
- protected[impl]
- Definition Classes
- AbstractSQLDBFunctionSymbolFactory → AbstractDBFunctionSymbolFactory
-
def
createDateInequality(arg0: InequalityLabel): DBBooleanFunctionSymbol
- Attributes
- protected[impl]
- Definition Classes
- AbstractSQLDBFunctionSymbolFactory → AbstractDBFunctionSymbolFactory
-
def
createDateTimeDenormFunctionSymbol(arg0: DBTermType): DBTypeConversionFunctionSymbol
- Attributes
- protected[impl]
- Definition Classes
- AbstractSQLDBFunctionSymbolFactory → AbstractDBFunctionSymbolFactory
-
def
createDateTimeNormFunctionSymbol(arg0: DBTermType): DBTypeConversionFunctionSymbol
- Attributes
- protected[impl]
- Definition Classes
- AbstractSQLDBFunctionSymbolFactory → AbstractDBFunctionSymbolFactory
-
def
createDatetimeInequality(arg0: InequalityLabel): DBBooleanFunctionSymbol
- Attributes
- protected[impl]
- Definition Classes
- AbstractSQLDBFunctionSymbolFactory → AbstractDBFunctionSymbolFactory
-
def
createDatetimeToDatetimeCastFunctionSymbol(arg0: DBTermType, arg1: DBTermType): DBTypeConversionFunctionSymbol
- Attributes
- protected[impl]
- Definition Classes
- AbstractSQLDBFunctionSymbolFactory
-
def
createDayFromDateFunctionSymbol(): DBFunctionSymbol
- Attributes
- protected[impl]
- Definition Classes
- AbstractDBFunctionSymbolFactory
-
def
createDayFromDatetimeFunctionSymbol(): DBFunctionSymbol
- Attributes
- protected[impl]
- Definition Classes
- AbstractDBFunctionSymbolFactory
-
def
createDecimalToDecimalCastFunctionSymbol(arg0: DBTermType, arg1: DBTermType): DBTypeConversionFunctionSymbol
- Attributes
- protected[impl]
- Definition Classes
- AbstractSQLDBFunctionSymbolFactory
-
def
createDecimalToStringCastFunctionSymbol(arg0: DBTermType): DBTypeConversionFunctionSymbol
- Attributes
- protected[impl]
- Definition Classes
- AbstractSQLDBFunctionSymbolFactory
-
def
createDefaultCastToStringFunctionSymbol(arg0: DBTermType): DBTypeConversionFunctionSymbol
- Attributes
- protected[impl]
- Definition Classes
- AbstractSQLDBFunctionSymbolFactory
-
def
createDefaultInequality(arg0: InequalityLabel): DBBooleanFunctionSymbol
- Attributes
- protected[impl]
- Definition Classes
- AbstractSQLDBFunctionSymbolFactory → AbstractDBFunctionSymbolFactory
-
def
createDenormalizationTable(): ImmutableTable[DBTermType, RDFDatatype, DBTypeConversionFunctionSymbol]
- Attributes
- protected[impl]
- Definition Classes
- AbstractDBFunctionSymbolFactory
-
def
createDivideOperator(arg0: DBTermType): DBMathBinaryOperator
- Attributes
- protected[impl]
- Definition Classes
- AbstractSQLDBFunctionSymbolFactory → AbstractDBFunctionSymbolFactory
-
def
createExtractFunctionSymbol(arg0: String): DBFunctionSymbol
- Attributes
- protected[impl]
- Definition Classes
- AbstractDBFunctionSymbolFactory
-
def
createFalseOrNullFunctionSymbol(arg0: Int): FalseOrNullFunctionSymbol
- Attributes
- protected[impl]
- Definition Classes
- AbstractDBFunctionSymbolFactory
-
def
createFloatDoubleToFloatDoubleCastFunctionSymbol(arg0: DBTermType, arg1: DBTermType): DBTypeConversionFunctionSymbol
- Attributes
- protected[impl]
- Definition Classes
- AbstractSQLDBFunctionSymbolFactory
-
def
createFloatDoubleToStringCastFunctionSymbol(arg0: DBTermType): DBTypeConversionFunctionSymbol
- Attributes
- protected[impl]
- Definition Classes
- AbstractSQLDBFunctionSymbolFactory
-
def
createFloorFunctionSymbol(dbTermType: DBTermType): DBFunctionSymbol
- Attributes
- protected[ontop]
- Definition Classes
- SparkSQLDBFunctionSymbolFactory → AbstractSQLDBFunctionSymbolFactory → AbstractDBFunctionSymbolFactory
-
def
createHoursFunctionSymbol(): DBFunctionSymbol
- Attributes
- protected[impl]
- Definition Classes
- AbstractDBFunctionSymbolFactory
-
def
createIntegerToIntegerCastFunctionSymbol(arg0: DBTermType, arg1: DBTermType): DBTypeConversionFunctionSymbol
- Attributes
- protected[impl]
- Definition Classes
- AbstractSQLDBFunctionSymbolFactory
-
def
createIntegerToStringCastFunctionSymbol(arg0: DBTermType): DBTypeConversionFunctionSymbol
- Attributes
- protected[impl]
- Definition Classes
- AbstractSQLDBFunctionSymbolFactory
-
def
createIsStringEmpty(arg0: DBTermType, arg1: DBTermType): DBBooleanFunctionSymbol
- Attributes
- protected[impl]
- Definition Classes
- AbstractSQLDBFunctionSymbolFactory
-
def
createLikeFunctionSymbol(): DBBooleanFunctionSymbol
- Attributes
- protected[impl]
- Definition Classes
- AbstractDBFunctionSymbolFactory
-
def
createMD5FunctionSymbol(): DBFunctionSymbol
- Attributes
- protected[impl]
- Definition Classes
- AbstractDBFunctionSymbolFactory
-
def
createMinutesFunctionSymbol(): DBFunctionSymbol
- Attributes
- protected[impl]
- Definition Classes
- AbstractDBFunctionSymbolFactory
-
def
createMonthFromDateFunctionSymbol(): DBFunctionSymbol
- Attributes
- protected[impl]
- Definition Classes
- AbstractDBFunctionSymbolFactory
-
def
createMonthFromDatetimeFunctionSymbol(): DBFunctionSymbol
- Attributes
- protected[impl]
- Definition Classes
- AbstractDBFunctionSymbolFactory
-
def
createMultiplyOperator(arg0: DBTermType): DBMathBinaryOperator
- Attributes
- protected[impl]
- Definition Classes
- AbstractSQLDBFunctionSymbolFactory → AbstractDBFunctionSymbolFactory
-
def
createNonStrictDateEquality(): DBBooleanFunctionSymbol
- Attributes
- protected[impl]
- Definition Classes
- AbstractSQLDBFunctionSymbolFactory → AbstractDBFunctionSymbolFactory
-
def
createNonStrictDatetimeEquality(): DBBooleanFunctionSymbol
- Attributes
- protected[impl]
- Definition Classes
- AbstractSQLDBFunctionSymbolFactory → AbstractDBFunctionSymbolFactory
-
def
createNonStrictDefaultEquality(): DBBooleanFunctionSymbol
- Attributes
- protected[impl]
- Definition Classes
- AbstractSQLDBFunctionSymbolFactory → AbstractDBFunctionSymbolFactory
-
def
createNonStrictNumericEquality(): DBBooleanFunctionSymbol
- Attributes
- protected[impl]
- Definition Classes
- AbstractSQLDBFunctionSymbolFactory → AbstractDBFunctionSymbolFactory
-
def
createNonStrictStringEquality(): DBBooleanFunctionSymbol
- Attributes
- protected[impl]
- Definition Classes
- AbstractSQLDBFunctionSymbolFactory → AbstractDBFunctionSymbolFactory
-
def
createNormalizationTable(): ImmutableTable[DBTermType, RDFDatatype, DBTypeConversionFunctionSymbol]
- Attributes
- protected[impl]
- Definition Classes
- AbstractDBFunctionSymbolFactory
-
def
createNullRejectingDBConcat(arity: Int): DBConcatFunctionSymbol
- Attributes
- protected[ontop]
- Definition Classes
- SparkSQLDBFunctionSymbolFactory → AbstractSQLDBFunctionSymbolFactory
-
def
createNumericInequality(arg0: InequalityLabel): DBBooleanFunctionSymbol
- Attributes
- protected[impl]
- Definition Classes
- AbstractSQLDBFunctionSymbolFactory → AbstractDBFunctionSymbolFactory
-
def
createR2RMLIRISafeEncode(): DBFunctionSymbol
- Attributes
- protected[impl]
- Definition Classes
- AbstractSQLDBFunctionSymbolFactory → AbstractDBFunctionSymbolFactory
-
def
createRegularBooleanFunctionSymbol(arg0: String, arg1: Int): DBBooleanFunctionSymbol
- Attributes
- protected[impl]
- Definition Classes
- AbstractSQLDBFunctionSymbolFactory → AbstractDBFunctionSymbolFactory
-
def
createRegularDBConcat(arity: Int): DBConcatFunctionSymbol
Treats NULLs as empty strings
Treats NULLs as empty strings
- Attributes
- protected[ontop]
- Definition Classes
- SparkSQLDBFunctionSymbolFactory → AbstractSQLDBFunctionSymbolFactory
-
def
createRegularIfElseNull(): DBIfElseNullFunctionSymbol
- Attributes
- protected[impl]
- Definition Classes
- AbstractDBFunctionSymbolFactory
-
def
createRegularUntypedFunctionSymbol(arg0: String, arg1: Int): DBFunctionSymbol
- Attributes
- protected[impl]
- Definition Classes
- AbstractSQLDBFunctionSymbolFactory → AbstractDBFunctionSymbolFactory
-
def
createRoundFunctionSymbol(dbTermType: DBTermType): DBFunctionSymbol
- Attributes
- protected[ontop]
- Definition Classes
- SparkSQLDBFunctionSymbolFactory → AbstractSQLDBFunctionSymbolFactory → AbstractDBFunctionSymbolFactory
-
def
createSHA1FunctionSymbol(): DBFunctionSymbol
- Attributes
- protected[impl]
- Definition Classes
- AbstractDBFunctionSymbolFactory
-
def
createSHA256FunctionSymbol(): DBFunctionSymbol
- Attributes
- protected[impl]
- Definition Classes
- AbstractDBFunctionSymbolFactory
-
def
createSHA512FunctionSymbol(): DBFunctionSymbol
- Attributes
- protected[impl]
- Definition Classes
- AbstractDBFunctionSymbolFactory
-
def
createSecondsFunctionSymbol(): DBFunctionSymbol
- Attributes
- protected[impl]
- Definition Classes
- AbstractDBFunctionSymbolFactory
-
def
createSimpleCastFunctionSymbol(arg0: DBTermType, arg1: DBTermType): DBTypeConversionFunctionSymbol
- Attributes
- protected[impl]
- Definition Classes
- AbstractSQLDBFunctionSymbolFactory → AbstractDBFunctionSymbolFactory
-
def
createSimpleCastFunctionSymbol(arg0: DBTermType): DBTypeConversionFunctionSymbol
- Attributes
- protected[impl]
- Definition Classes
- AbstractSQLDBFunctionSymbolFactory → AbstractDBFunctionSymbolFactory
-
def
createStrAfterFunctionSymbol(): DBFunctionSymbol
- Attributes
- protected[impl]
- Definition Classes
- AbstractDBFunctionSymbolFactory
-
def
createStrBeforeFunctionSymbol(): DBFunctionSymbol
- Attributes
- protected[impl]
- Definition Classes
- AbstractDBFunctionSymbolFactory
-
def
createStrEndsFunctionSymbol(): DBBooleanFunctionSymbol
- Attributes
- protected[impl]
- Definition Classes
- AbstractDBFunctionSymbolFactory
-
def
createStrStartsFunctionSymbol(): DBBooleanFunctionSymbol
- Attributes
- protected[impl]
- Definition Classes
- AbstractDBFunctionSymbolFactory
-
def
createStringInequality(arg0: InequalityLabel): DBBooleanFunctionSymbol
- Attributes
- protected[impl]
- Definition Classes
- AbstractSQLDBFunctionSymbolFactory → AbstractDBFunctionSymbolFactory
-
def
createStringToStringCastFunctionSymbol(arg0: DBTermType, arg1: DBTermType): DBTypeConversionFunctionSymbol
- Attributes
- protected[impl]
- Definition Classes
- AbstractSQLDBFunctionSymbolFactory
-
def
createSubtractOperator(arg0: DBTermType): DBMathBinaryOperator
- Attributes
- protected[impl]
- Definition Classes
- AbstractSQLDBFunctionSymbolFactory → AbstractDBFunctionSymbolFactory
-
def
createTrueOrNullFunctionSymbol(arg0: Int): TrueOrNullFunctionSymbol
- Attributes
- protected[impl]
- Definition Classes
- AbstractDBFunctionSymbolFactory
-
def
createTypeNullFunctionSymbol(arg0: DBTermType): DBFunctionSymbol
- Attributes
- protected[impl]
- Definition Classes
- AbstractDBFunctionSymbolFactory
-
def
createTzFunctionSymbol(): DBFunctionSymbol
- Attributes
- protected[impl]
- Definition Classes
- AbstractDBFunctionSymbolFactory
-
def
createUntypedAddOperator(): DBMathBinaryOperator
- Attributes
- protected[impl]
- Definition Classes
- AbstractSQLDBFunctionSymbolFactory → AbstractDBFunctionSymbolFactory
-
def
createUntypedDBBinaryMathOperator(arg0: String): DBMathBinaryOperator
- Attributes
- protected[impl]
- Definition Classes
- AbstractDBFunctionSymbolFactory
- Annotations
- @throws( ... )
-
def
createUntypedDivideOperator(): DBMathBinaryOperator
- Attributes
- protected[impl]
- Definition Classes
- AbstractSQLDBFunctionSymbolFactory → AbstractDBFunctionSymbolFactory
-
def
createUntypedMultiplyOperator(): DBMathBinaryOperator
- Attributes
- protected[impl]
- Definition Classes
- AbstractSQLDBFunctionSymbolFactory → AbstractDBFunctionSymbolFactory
-
def
createUntypedSubtractOperator(): DBMathBinaryOperator
- Attributes
- protected[impl]
- Definition Classes
- AbstractSQLDBFunctionSymbolFactory → AbstractDBFunctionSymbolFactory
-
def
createYearFromDateFunctionSymbol(): DBFunctionSymbol
- Attributes
- protected[impl]
- Definition Classes
- AbstractDBFunctionSymbolFactory
-
def
createYearFromDatetimeFunctionSymbol(): DBFunctionSymbol
- Attributes
- protected[impl]
- Definition Classes
- AbstractDBFunctionSymbolFactory
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
def
getAbs(arg0: DBTermType): DBFunctionSymbol
- Definition Classes
- AbstractDBFunctionSymbolFactory → DBFunctionSymbolFactory
-
def
getBnodeStringTemplateFunctionSymbol(arg0: String): BnodeStringTemplateFunctionSymbol
- Definition Classes
- AbstractDBFunctionSymbolFactory → DBFunctionSymbolFactory
-
def
getCeil(arg0: DBTermType): DBFunctionSymbol
- Definition Classes
- AbstractDBFunctionSymbolFactory → DBFunctionSymbolFactory
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
getConversion2RDFLexicalFunctionSymbol(arg0: DBTermType, arg1: RDFTermType): DBTypeConversionFunctionSymbol
- Definition Classes
- AbstractDBFunctionSymbolFactory → DBFunctionSymbolFactory
-
def
getConversionFromRDFLexical2DBFunctionSymbol(arg0: DBTermType, arg1: RDFTermType): DBTypeConversionFunctionSymbol
- Definition Classes
- AbstractDBFunctionSymbolFactory → DBFunctionSymbolFactory
-
def
getCurrentDateTimeSymbol(arg0: String): DBFunctionSymbol
- Definition Classes
- AbstractDBFunctionSymbolFactory → DBFunctionSymbolFactory
-
def
getDBAnd(arg0: Int): DBAndFunctionSymbol
- Definition Classes
- AbstractSQLDBFunctionSymbolFactory → DBFunctionSymbolFactory
-
def
getDBBooleanCase(arg0: Int, arg1: Boolean): DBBooleanFunctionSymbol
- Definition Classes
- AbstractDBFunctionSymbolFactory → DBFunctionSymbolFactory
-
def
getDBBooleanIfElseNull(): DBBooleanFunctionSymbol
- Definition Classes
- AbstractDBFunctionSymbolFactory → DBFunctionSymbolFactory
-
def
getDBBooleanInequality(arg0: InequalityLabel): DBBooleanFunctionSymbol
- Definition Classes
- AbstractDBFunctionSymbolFactory → DBFunctionSymbolFactory
-
def
getDBCase(arg0: Int, arg1: Boolean): DBFunctionSymbol
- Definition Classes
- AbstractDBFunctionSymbolFactory → DBFunctionSymbolFactory
-
def
getDBCastFunctionSymbol(arg0: DBTermType, arg1: DBTermType): DBTypeConversionFunctionSymbol
- Definition Classes
- AbstractDBFunctionSymbolFactory → DBFunctionSymbolFactory
-
def
getDBCastFunctionSymbol(arg0: DBTermType): DBTypeConversionFunctionSymbol
- Definition Classes
- AbstractDBFunctionSymbolFactory → DBFunctionSymbolFactory
-
def
getDBCharLength(): DBFunctionSymbol
- Definition Classes
- AbstractSQLDBFunctionSymbolFactory → DBFunctionSymbolFactory
-
def
getDBCoalesce(arg0: Int): DBFunctionSymbol
- Definition Classes
- AbstractDBFunctionSymbolFactory → DBFunctionSymbolFactory
-
def
getDBConcatOperator(arg0: Int): DBConcatFunctionSymbol
- Definition Classes
- AbstractSQLDBFunctionSymbolFactory → DBFunctionSymbolFactory
-
def
getDBContains(): DBBooleanFunctionSymbol
- Definition Classes
- AbstractDBFunctionSymbolFactory → DBFunctionSymbolFactory
-
def
getDBCount(arg0: Int, arg1: Boolean): DBFunctionSymbol
- Definition Classes
- AbstractDBFunctionSymbolFactory → DBFunctionSymbolFactory
-
def
getDBDateInequality(arg0: InequalityLabel): DBBooleanFunctionSymbol
- Definition Classes
- AbstractDBFunctionSymbolFactory → DBFunctionSymbolFactory
-
def
getDBDatetimeInequality(arg0: InequalityLabel): DBBooleanFunctionSymbol
- Definition Classes
- AbstractDBFunctionSymbolFactory → DBFunctionSymbolFactory
-
def
getDBDayFromDate(): DBFunctionSymbol
- Definition Classes
- AbstractDBFunctionSymbolFactory → DBFunctionSymbolFactory
-
def
getDBDayFromDatetime(): DBFunctionSymbol
- Definition Classes
- AbstractDBFunctionSymbolFactory → DBFunctionSymbolFactory
-
def
getDBDefaultInequality(arg0: InequalityLabel): DBBooleanFunctionSymbol
- Definition Classes
- AbstractDBFunctionSymbolFactory → DBFunctionSymbolFactory
-
def
getDBEndsWith(): DBBooleanFunctionSymbol
- Definition Classes
- AbstractDBFunctionSymbolFactory → DBFunctionSymbolFactory
-
def
getDBHours(): DBFunctionSymbol
- Definition Classes
- AbstractDBFunctionSymbolFactory → DBFunctionSymbolFactory
-
def
getDBIfElseNull(): DBIfElseNullFunctionSymbol
- Definition Classes
- AbstractDBFunctionSymbolFactory → DBFunctionSymbolFactory
-
def
getDBIfThenElse(): DBFunctionSymbol
- Definition Classes
- AbstractSQLDBFunctionSymbolFactory → DBFunctionSymbolFactory
-
def
getDBIntIndex(arg0: Int): DBFunctionSymbol
- Definition Classes
- AbstractDBFunctionSymbolFactory → DBFunctionSymbolFactory
-
def
getDBIsNotNull(): DBIsNullOrNotFunctionSymbol
- Definition Classes
- AbstractSQLDBFunctionSymbolFactory → DBFunctionSymbolFactory
-
def
getDBIsNull(): DBIsNullOrNotFunctionSymbol
- Definition Classes
- AbstractSQLDBFunctionSymbolFactory → DBFunctionSymbolFactory
-
def
getDBIsStringEmpty(): DBBooleanFunctionSymbol
- Definition Classes
- AbstractSQLDBFunctionSymbolFactory → DBFunctionSymbolFactory
-
def
getDBLike(): DBBooleanFunctionSymbol
- Definition Classes
- AbstractDBFunctionSymbolFactory → DBFunctionSymbolFactory
-
def
getDBLower(): DBFunctionSymbol
- Definition Classes
- AbstractSQLDBFunctionSymbolFactory → DBFunctionSymbolFactory
-
def
getDBMathBinaryOperator(arg0: String, arg1: DBTermType): DBMathBinaryOperator
- Definition Classes
- AbstractDBFunctionSymbolFactory → DBFunctionSymbolFactory
-
def
getDBMax(arg0: DBTermType): DBFunctionSymbol
- Definition Classes
- AbstractDBFunctionSymbolFactory → DBFunctionSymbolFactory
-
def
getDBMd5(): DBFunctionSymbol
- Definition Classes
- AbstractDBFunctionSymbolFactory → DBFunctionSymbolFactory
-
def
getDBMin(arg0: DBTermType): DBFunctionSymbol
- Definition Classes
- AbstractDBFunctionSymbolFactory → DBFunctionSymbolFactory
-
def
getDBMinutes(): DBFunctionSymbol
- Definition Classes
- AbstractDBFunctionSymbolFactory → DBFunctionSymbolFactory
-
def
getDBMonthFromDate(): DBFunctionSymbol
- Definition Classes
- AbstractDBFunctionSymbolFactory → DBFunctionSymbolFactory
-
def
getDBMonthFromDatetime(): DBFunctionSymbol
- Definition Classes
- AbstractDBFunctionSymbolFactory → DBFunctionSymbolFactory
-
def
getDBNonStrictDateEquality(): DBBooleanFunctionSymbol
- Definition Classes
- AbstractDBFunctionSymbolFactory → DBFunctionSymbolFactory
-
def
getDBNonStrictDatetimeEquality(): DBBooleanFunctionSymbol
- Definition Classes
- AbstractDBFunctionSymbolFactory → DBFunctionSymbolFactory
-
def
getDBNonStrictDefaultEquality(): DBBooleanFunctionSymbol
- Definition Classes
- AbstractDBFunctionSymbolFactory → DBFunctionSymbolFactory
-
def
getDBNonStrictNumericEquality(): DBBooleanFunctionSymbol
- Definition Classes
- AbstractDBFunctionSymbolFactory → DBFunctionSymbolFactory
-
def
getDBNonStrictStringEquality(): DBBooleanFunctionSymbol
- Definition Classes
- AbstractDBFunctionSymbolFactory → DBFunctionSymbolFactory
-
def
getDBNot(): DBNotFunctionSymbol
- Definition Classes
- AbstractDBFunctionSymbolFactory → DBFunctionSymbolFactory
-
def
getDBNow(): DBFunctionSymbol
- Definition Classes
- AbstractSQLDBFunctionSymbolFactory → DBFunctionSymbolFactory
-
def
getDBNumericInequality(arg0: InequalityLabel): DBBooleanFunctionSymbol
- Definition Classes
- AbstractDBFunctionSymbolFactory → DBFunctionSymbolFactory
-
def
getDBOr(arg0: Int): DBOrFunctionSymbol
- Definition Classes
- AbstractSQLDBFunctionSymbolFactory → DBFunctionSymbolFactory
-
def
getDBRand(arg0: UUID): NonDeterministicDBFunctionSymbol
- Definition Classes
- AbstractSQLDBFunctionSymbolFactory → DBFunctionSymbolFactory
-
def
getDBRegexpMatches2(): DBBooleanFunctionSymbol
- Definition Classes
- SparkSQLDBFunctionSymbolFactory → AbstractSQLDBFunctionSymbolFactory → DBFunctionSymbolFactory
-
def
getDBRegexpMatches3(): DBBooleanFunctionSymbol
- Definition Classes
- SparkSQLDBFunctionSymbolFactory → AbstractSQLDBFunctionSymbolFactory → DBFunctionSymbolFactory
-
def
getDBRegexpReplace3(): DBFunctionSymbol
- Definition Classes
- AbstractSQLDBFunctionSymbolFactory → DBFunctionSymbolFactory
-
def
getDBRegexpReplace4(): DBFunctionSymbol
- Definition Classes
- AbstractSQLDBFunctionSymbolFactory → DBFunctionSymbolFactory
-
def
getDBReplace(): DBFunctionSymbol
- Definition Classes
- AbstractSQLDBFunctionSymbolFactory → DBFunctionSymbolFactory
-
def
getDBRight(): DBFunctionSymbol
- Definition Classes
- AbstractSQLDBFunctionSymbolFactory → DBFunctionSymbolFactory
-
def
getDBSeconds(): DBFunctionSymbol
- Definition Classes
- AbstractDBFunctionSymbolFactory → DBFunctionSymbolFactory
-
def
getDBSha1(): DBFunctionSymbol
- Definition Classes
- AbstractDBFunctionSymbolFactory → DBFunctionSymbolFactory
-
def
getDBSha256(): DBFunctionSymbol
- Definition Classes
- AbstractDBFunctionSymbolFactory → DBFunctionSymbolFactory
-
def
getDBSha512(): DBFunctionSymbol
- Definition Classes
- AbstractDBFunctionSymbolFactory → DBFunctionSymbolFactory
-
def
getDBStartsWith(): DBBooleanFunctionSymbol
- Definition Classes
- AbstractDBFunctionSymbolFactory → DBFunctionSymbolFactory
-
def
getDBStrAfter(): DBFunctionSymbol
- Definition Classes
- AbstractDBFunctionSymbolFactory → DBFunctionSymbolFactory
-
def
getDBStrBefore(): DBFunctionSymbol
- Definition Classes
- AbstractDBFunctionSymbolFactory → DBFunctionSymbolFactory
-
def
getDBStrictEquality(arg0: Int): DBStrictEqFunctionSymbol
- Definition Classes
- AbstractDBFunctionSymbolFactory → DBFunctionSymbolFactory
-
def
getDBStrictNEquality(arg0: Int): DBBooleanFunctionSymbol
- Definition Classes
- AbstractDBFunctionSymbolFactory → DBFunctionSymbolFactory
-
def
getDBStringInequality(arg0: InequalityLabel): DBBooleanFunctionSymbol
- Definition Classes
- AbstractDBFunctionSymbolFactory → DBFunctionSymbolFactory
-
def
getDBSubString2(): DBFunctionSymbol
- Definition Classes
- AbstractSQLDBFunctionSymbolFactory → DBFunctionSymbolFactory
-
def
getDBSubString3(): DBFunctionSymbol
- Definition Classes
- AbstractSQLDBFunctionSymbolFactory → DBFunctionSymbolFactory
-
def
getDBSum(arg0: DBTermType, arg1: Boolean): DBFunctionSymbol
- Definition Classes
- AbstractDBFunctionSymbolFactory → DBFunctionSymbolFactory
-
def
getDBTz(): DBFunctionSymbol
- Definition Classes
- AbstractDBFunctionSymbolFactory → DBFunctionSymbolFactory
-
def
getDBUUID(arg0: UUID): NonDeterministicDBFunctionSymbol
- Definition Classes
- AbstractSQLDBFunctionSymbolFactory → DBFunctionSymbolFactory
-
def
getDBUpper(): DBFunctionSymbol
- Definition Classes
- AbstractSQLDBFunctionSymbolFactory → DBFunctionSymbolFactory
-
def
getDBYearFromDate(): DBFunctionSymbol
- Definition Classes
- AbstractDBFunctionSymbolFactory → DBFunctionSymbolFactory
-
def
getDBYearFromDatetime(): DBFunctionSymbol
- Definition Classes
- AbstractDBFunctionSymbolFactory → DBFunctionSymbolFactory
-
def
getExtractFunctionSymbol(arg0: String): DBFunctionSymbol
- Definition Classes
- AbstractDBFunctionSymbolFactory → DBFunctionSymbolFactory
-
def
getFalseOrNullFunctionSymbol(arg0: Int): FalseOrNullFunctionSymbol
- Definition Classes
- AbstractDBFunctionSymbolFactory → DBFunctionSymbolFactory
-
def
getFloor(arg0: DBTermType): DBFunctionSymbol
- Definition Classes
- AbstractDBFunctionSymbolFactory → DBFunctionSymbolFactory
-
def
getFreshBnodeStringTemplateFunctionSymbol(arg0: Int): BnodeStringTemplateFunctionSymbol
- Definition Classes
- AbstractDBFunctionSymbolFactory → DBFunctionSymbolFactory
-
def
getIRIStringTemplateFunctionSymbol(arg0: String): IRIStringTemplateFunctionSymbol
- Definition Classes
- AbstractDBFunctionSymbolFactory → DBFunctionSymbolFactory
-
def
getIsTrue(): DBIsTrueFunctionSymbol
- Definition Classes
- AbstractSQLDBFunctionSymbolFactory → DBFunctionSymbolFactory
-
def
getNullIgnoringDBAvg(arg0: DBTermType, arg1: Boolean): DBFunctionSymbol
- Definition Classes
- AbstractDBFunctionSymbolFactory → DBFunctionSymbolFactory
-
def
getNullIgnoringDBGroupConcat(arg0: Boolean): DBFunctionSymbol
- Definition Classes
- AbstractDBFunctionSymbolFactory → DBFunctionSymbolFactory
-
def
getNullIgnoringDBSum(arg0: DBTermType, arg1: Boolean): DBFunctionSymbol
- Definition Classes
- AbstractDBFunctionSymbolFactory → DBFunctionSymbolFactory
-
def
getNullRejectingDBConcat(arg0: Int): DBConcatFunctionSymbol
- Definition Classes
- AbstractSQLDBFunctionSymbolFactory → DBFunctionSymbolFactory
-
def
getR2RMLIRISafeEncode(): DBFunctionSymbol
- Definition Classes
- AbstractDBFunctionSymbolFactory → DBFunctionSymbolFactory
-
def
getRandNameInDialect(): String
- Attributes
- protected[impl]
- Definition Classes
- AbstractSQLDBFunctionSymbolFactory
-
def
getRegularDBBooleanFunctionSymbol(arg0: String, arg1: Int): DBBooleanFunctionSymbol
- Definition Classes
- AbstractDBFunctionSymbolFactory → DBFunctionSymbolFactory
-
def
getRegularDBFunctionSymbol(arg0: String, arg1: Int): DBFunctionSymbol
- Definition Classes
- AbstractDBFunctionSymbolFactory → DBFunctionSymbolFactory
-
def
getRound(arg0: DBTermType): DBFunctionSymbol
- Definition Classes
- AbstractDBFunctionSymbolFactory → DBFunctionSymbolFactory
-
def
getTemporaryConversionToDBStringFunctionSymbol(): DBTypeConversionFunctionSymbol
- Definition Classes
- AbstractDBFunctionSymbolFactory → DBFunctionSymbolFactory
-
def
getTrueOrNullFunctionSymbol(arg0: Int): TrueOrNullFunctionSymbol
- Definition Classes
- AbstractDBFunctionSymbolFactory → DBFunctionSymbolFactory
-
def
getTypedNullFunctionSymbol(arg0: DBTermType): DBFunctionSymbol
- Definition Classes
- AbstractDBFunctionSymbolFactory → DBFunctionSymbolFactory
-
def
getUUIDNameInDialect(): String
- Attributes
- protected[ontop]
- Definition Classes
- SparkSQLDBFunctionSymbolFactory → AbstractSQLDBFunctionSymbolFactory
-
def
getUntypedDBMathBinaryOperator(arg0: String): DBMathBinaryOperator
- Definition Classes
- AbstractDBFunctionSymbolFactory → DBFunctionSymbolFactory
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
init(): Unit
- Attributes
- protected[impl]
- Definition Classes
- AbstractSQLDBFunctionSymbolFactory → AbstractDBFunctionSymbolFactory
-
def
isAnd(arg0: String): Boolean
- Attributes
- protected[impl]
- Definition Classes
- AbstractSQLDBFunctionSymbolFactory
-
def
isCoalesce(arg0: String): Boolean
- Attributes
- protected[impl]
- Definition Classes
- AbstractSQLDBFunctionSymbolFactory
-
def
isConcat(arg0: String): Boolean
- Attributes
- protected[impl]
- Definition Classes
- AbstractSQLDBFunctionSymbolFactory
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
def
isOr(arg0: String): Boolean
- Attributes
- protected[impl]
- Definition Classes
- AbstractSQLDBFunctionSymbolFactory
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
def
serializeContains(terms: ImmutableList[_ <: ImmutableTerm], termConverter: Function[ImmutableTerm, String], termFactory: TermFactory): String
- Attributes
- protected[ontop]
- Definition Classes
- SparkSQLDBFunctionSymbolFactory → AbstractDBFunctionSymbolFactory
-
def
serializeCurrentDateTime(arg0: String, arg1: ImmutableList[_ <: ImmutableTerm], arg2: Function[ImmutableTerm, String], arg3: TermFactory): String
- Attributes
- protected[impl]
- Definition Classes
- AbstractDBFunctionSymbolFactory
-
def
serializeDateTimeNorm(terms: ImmutableList[_ <: ImmutableTerm], termConverter: Function[ImmutableTerm, String], termFactory: TermFactory): String
Asks the timezone to be included
Asks the timezone to be included
- Attributes
- protected[ontop]
- Definition Classes
- SparkSQLDBFunctionSymbolFactory → AbstractSQLDBFunctionSymbolFactory
-
def
serializeDay(arg0: ImmutableList[_ <: ImmutableTerm], arg1: Function[ImmutableTerm, String], arg2: TermFactory): String
- Attributes
- protected[impl]
- Definition Classes
- AbstractSQLDBFunctionSymbolFactory
-
def
serializeDayFromDate(arg0: ImmutableList[_ <: ImmutableTerm], arg1: Function[ImmutableTerm, String], arg2: TermFactory): String
- Attributes
- protected[impl]
- Definition Classes
- AbstractSQLDBFunctionSymbolFactory → AbstractDBFunctionSymbolFactory
-
def
serializeDayFromDatetime(arg0: ImmutableList[_ <: ImmutableTerm], arg1: Function[ImmutableTerm, String], arg2: TermFactory): String
- Attributes
- protected[impl]
- Definition Classes
- AbstractSQLDBFunctionSymbolFactory → AbstractDBFunctionSymbolFactory
-
def
serializeExtract(arg0: String, arg1: ImmutableList[_ <: ImmutableTerm], arg2: Function[ImmutableTerm, String], arg3: TermFactory): String
- Attributes
- protected[impl]
- Definition Classes
- AbstractDBFunctionSymbolFactory
-
def
serializeHours(arg0: ImmutableList[_ <: ImmutableTerm], arg1: Function[ImmutableTerm, String], arg2: TermFactory): String
- Attributes
- protected[impl]
- Definition Classes
- AbstractSQLDBFunctionSymbolFactory → AbstractDBFunctionSymbolFactory
-
def
serializeMD5(terms: ImmutableList[_ <: ImmutableTerm], termConverter: Function[ImmutableTerm, String], termFactory: TermFactory): String
- Attributes
- protected[ontop]
- Definition Classes
- SparkSQLDBFunctionSymbolFactory → AbstractDBFunctionSymbolFactory
-
def
serializeMinutes(arg0: ImmutableList[_ <: ImmutableTerm], arg1: Function[ImmutableTerm, String], arg2: TermFactory): String
- Attributes
- protected[impl]
- Definition Classes
- AbstractSQLDBFunctionSymbolFactory → AbstractDBFunctionSymbolFactory
-
def
serializeMonth(arg0: ImmutableList[_ <: ImmutableTerm], arg1: Function[ImmutableTerm, String], arg2: TermFactory): String
- Attributes
- protected[impl]
- Definition Classes
- AbstractSQLDBFunctionSymbolFactory
-
def
serializeMonthFromDate(arg0: ImmutableList[_ <: ImmutableTerm], arg1: Function[ImmutableTerm, String], arg2: TermFactory): String
- Attributes
- protected[impl]
- Definition Classes
- AbstractSQLDBFunctionSymbolFactory → AbstractDBFunctionSymbolFactory
-
def
serializeMonthFromDatetime(arg0: ImmutableList[_ <: ImmutableTerm], arg1: Function[ImmutableTerm, String], arg2: TermFactory): String
- Attributes
- protected[impl]
- Definition Classes
- AbstractSQLDBFunctionSymbolFactory → AbstractDBFunctionSymbolFactory
-
def
serializeSHA1(terms: ImmutableList[_ <: ImmutableTerm], termConverter: Function[ImmutableTerm, String], termFactory: TermFactory): String
- Attributes
- protected[ontop]
- Definition Classes
- SparkSQLDBFunctionSymbolFactory → AbstractDBFunctionSymbolFactory
-
def
serializeSHA256(terms: ImmutableList[_ <: ImmutableTerm], termConverter: Function[ImmutableTerm, String], termFactory: TermFactory): String
- Attributes
- protected[ontop]
- Definition Classes
- SparkSQLDBFunctionSymbolFactory → AbstractDBFunctionSymbolFactory
-
def
serializeSHA512(terms: ImmutableList[_ <: ImmutableTerm], termConverter: Function[ImmutableTerm, String], termFactory: TermFactory): String
- Attributes
- protected[ontop]
- Definition Classes
- SparkSQLDBFunctionSymbolFactory → AbstractDBFunctionSymbolFactory
-
def
serializeSeconds(arg0: ImmutableList[_ <: ImmutableTerm], arg1: Function[ImmutableTerm, String], arg2: TermFactory): String
- Attributes
- protected[impl]
- Definition Classes
- AbstractSQLDBFunctionSymbolFactory → AbstractDBFunctionSymbolFactory
-
def
serializeStrAfter(terms: ImmutableList[_ <: ImmutableTerm], termConverter: Function[ImmutableTerm, String], termFactory: TermFactory): String
- Attributes
- protected[ontop]
- Definition Classes
- SparkSQLDBFunctionSymbolFactory → AbstractDBFunctionSymbolFactory
-
def
serializeStrBefore(terms: ImmutableList[_ <: ImmutableTerm], termConverter: Function[ImmutableTerm, String], termFactory: TermFactory): String
- Attributes
- protected[ontop]
- Definition Classes
- SparkSQLDBFunctionSymbolFactory → AbstractDBFunctionSymbolFactory
-
def
serializeTz(terms: ImmutableList[_ <: ImmutableTerm], termConverter: Function[ImmutableTerm, String], termFactory: TermFactory): String
- Attributes
- protected[ontop]
- Definition Classes
- SparkSQLDBFunctionSymbolFactory → AbstractDBFunctionSymbolFactory
-
def
serializeYear(arg0: ImmutableList[_ <: ImmutableTerm], arg1: Function[ImmutableTerm, String], arg2: TermFactory): String
- Attributes
- protected[impl]
- Definition Classes
- AbstractSQLDBFunctionSymbolFactory
-
def
serializeYearFromDate(arg0: ImmutableList[_ <: ImmutableTerm], arg1: Function[ImmutableTerm, String], arg2: TermFactory): String
- Attributes
- protected[impl]
- Definition Classes
- AbstractSQLDBFunctionSymbolFactory → AbstractDBFunctionSymbolFactory
-
def
serializeYearFromDatetime(arg0: ImmutableList[_ <: ImmutableTerm], arg1: Function[ImmutableTerm, String], arg2: TermFactory): String
- Attributes
- protected[impl]
- Definition Classes
- AbstractSQLDBFunctionSymbolFactory → AbstractDBFunctionSymbolFactory
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()