Packages

c

raw.compiler.rql2.builtin

InternalJoinCollectionEntry

class InternalJoinCollectionEntry extends EntryExtension with PredicateNormalization with RecordMerging

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. InternalJoinCollectionEntry
  2. RecordMerging
  3. PredicateNormalization
  4. EntryExtension
  5. EntryExtensionHelper
  6. Rql2TypeUtils
  7. AnyRef
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new InternalJoinCollectionEntry()

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def addProp(t: Type, p: Rql2TypeProperty): Type
    Definition Classes
    Rql2TypeUtils
  5. final def addProps(t: Type, props: Set[Rql2TypeProperty]): Type
    Definition Classes
    Rql2TypeUtils
  6. def allowRepeatedOptionalArguments: Boolean
    Definition Classes
    EntryExtension
  7. final val anything: AnythingType
    Definition Classes
    EntryExtensionHelper
  8. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  9. final val binary: Rql2BinaryType
    Definition Classes
    EntryExtensionHelper
  10. final val bool: Rql2BoolType
    Definition Classes
    EntryExtensionHelper
  11. final val byte: Rql2ByteType
    Definition Classes
    EntryExtensionHelper
  12. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @IntrinsicCandidate()
  13. final val date: Rql2DateType
    Definition Classes
    EntryExtensionHelper
  14. final val decimal: Rql2DecimalType
    Definition Classes
    EntryExtensionHelper
  15. def docs: EntryDoc

    Documentation.

    Documentation.

    Definition Classes
    InternalJoinCollectionEntryEntryExtension
  16. final val double: Rql2DoubleType
    Definition Classes
    EntryExtensionHelper
  17. def entryName: String
  18. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  19. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  20. def flexiblePredicateOn(outType: Type): FunType
    Attributes
    protected
    Definition Classes
    PredicateNormalization
  21. def flexiblePredicateOn(outTypes: Vector[Type]): FunType
    Attributes
    protected
    Definition Classes
    PredicateNormalization
  22. final val float: Rql2FloatType
    Definition Classes
    EntryExtensionHelper
  23. final def getBoolValue(v: Arg): Boolean
    Attributes
    protected
    Definition Classes
    EntryExtensionHelper
  24. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  25. final def getEncodingValue(v: Arg): Either[String, Encoding]
    Attributes
    protected
    Definition Classes
    EntryExtensionHelper
  26. final def getIntValue(v: Arg): Int
    Attributes
    protected
    Definition Classes
    EntryExtensionHelper
  27. final def getListKVValue(v: Arg): Seq[(String, String)]
    Attributes
    protected
    Definition Classes
    EntryExtensionHelper
  28. final def getListOptionStringValue(v: Arg): Seq[Option[String]]
    Attributes
    protected
    Definition Classes
    EntryExtensionHelper
  29. final def getListStringValue(v: Arg): Seq[String]
    Attributes
    protected
    Definition Classes
    EntryExtensionHelper
  30. final def getLocationValue(v: Arg): LocationDescription
    Attributes
    protected
    Definition Classes
    EntryExtensionHelper
  31. final def getMandatoryArgExp(mandatoryArgs: Seq[Arg], idx: Int): Exp
    Attributes
    protected
    Definition Classes
    EntryExtensionHelper
  32. def getMandatoryParam(prevMandatoryArgs: Seq[Arg], idx: Int): Either[String, Param]
  33. def getMandatoryParamHint(prevMandatoryArgs: Seq[Arg], idx: Int, actual: Type, expected: Type): Option[String]
    Definition Classes
    EntryExtension
  34. def getMandatoryParamSuggestions(prevMandatoryArgs: Seq[Arg], idx: Int, actual: Type, expected: Type): Seq[String]
    Definition Classes
    EntryExtension
  35. final def getOptionalArgExp(optionalArgs: Seq[(String, Arg)], idn: String): Option[Exp]
    Attributes
    protected
    Definition Classes
    EntryExtensionHelper
  36. def getOptionalParam(prevMandatoryArgs: Seq[Arg], idn: String): Either[String, Param]
    Definition Classes
    EntryExtension
  37. def getOptionalParamHint(prevMandatoryArgs: Seq[Arg], idx: Int, actual: Type, expected: Type): Option[String]
    Definition Classes
    EntryExtension
  38. def getOptionalParamSuggestions(prevMandatoryArgs: Seq[Arg], idx: Int, actual: Type, expected: Type): Seq[String]
    Definition Classes
    EntryExtension
  39. final def getProps(t: Type): Set[Rql2TypeProperty]
    Definition Classes
    Rql2TypeUtils
  40. final def getStringValue(v: Arg): String
    Attributes
    protected
    Definition Classes
    EntryExtensionHelper
  41. final def getVarArgsExp(varArgs: Seq[Arg], idx: Int): Exp
    Attributes
    protected
    Definition Classes
    EntryExtensionHelper
  42. def getVarParam(prevMandatoryArgs: Seq[Arg], prevVarArgs: Seq[Arg], idx: Int): Either[String, Param]
    Definition Classes
    EntryExtension
  43. def getVarParamHint(prevMandatoryArgs: Seq[Arg], prevVarArgs: Seq[Arg], idx: Int, actual: Type, expected: Type): Option[String]
    Definition Classes
    EntryExtension
  44. def getVarParamSuggestions(prevMandatoryArgs: Seq[Arg], prevVarArgs: Seq[Arg], idx: Int, actual: Type, expected: Type): Seq[String]
    Definition Classes
    EntryExtension
  45. final def hasTypeConstraint(t: Type): Boolean
    Definition Classes
    Rql2TypeUtils
  46. def hasVarArgs: Boolean
    Definition Classes
    EntryExtension
  47. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  48. final def inferTypeToRql2Type(t: SourceType, makeNullable: Boolean, makeTryable: Boolean): Type
    Definition Classes
    Rql2TypeUtils
  49. final val int: Rql2IntType
    Definition Classes
    EntryExtensionHelper
  50. final val integer: OneOfType
    Definition Classes
    EntryExtensionHelper
  51. final val interval: Rql2IntervalType
    Definition Classes
    EntryExtensionHelper
  52. def isComparable(t: Type): Boolean
    Definition Classes
    Rql2TypeUtils
  53. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  54. final def isTypeConstraint(t: Type): Boolean
    Definition Classes
    Rql2TypeUtils
  55. final val iterable: Rql2IterableType
    Definition Classes
    EntryExtensionHelper
  56. final val list: Rql2ListType
    Definition Classes
    EntryExtensionHelper
  57. final val location: Rql2LocationType
    Definition Classes
    EntryExtensionHelper
  58. final def locationValueToExp(v: Arg): Exp
    Attributes
    protected
    Definition Classes
    EntryExtensionHelper
  59. final val long: Rql2LongType
    Definition Classes
    EntryExtensionHelper
  60. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  61. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  62. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  63. def nrMandatoryParams: Int
  64. final val number: OneOfType
    Definition Classes
    EntryExtensionHelper
  65. final val numberOrString: OneOfType
    Definition Classes
    EntryExtensionHelper
  66. def optionalParams: Option[Set[String]]
    Definition Classes
    EntryExtension
  67. def packageName: String
  68. def rawTypeToRql2Type(t: RawType): Type
    Definition Classes
    Rql2TypeUtils
  69. def rawValueToRql2Value(v: RawValue, t: RawType): Value
    Definition Classes
    Rql2TypeUtils
  70. final def removeProp(t: Type, p: Rql2TypeProperty): Type
    Definition Classes
    Rql2TypeUtils
  71. final def removeProps(t: Type, props: Set[Rql2TypeProperty]): Type
    Definition Classes
    Rql2TypeUtils
  72. final def resetProps(t: Type, props: Set[Rql2TypeProperty]): Type
    Definition Classes
    Rql2TypeUtils
  73. def returnType(mandatoryArgs: Seq[Arg], optionalArgs: Seq[(String, Arg)], varArgs: Seq[Arg])(implicit programContext: ProgramContext): Either[String, Type]
  74. def returnTypeErrorList(node: BaseNode, mandatoryArgs: Seq[Arg], optionalArgs: Seq[(String, Arg)], varArgs: Seq[Arg])(implicit programContext: ProgramContext): Either[Seq[BaseError], Type]
    Definition Classes
    EntryExtension
  75. def rql2JoinOutputRowType(leftRowType: Type, rightRowType: Type): Rql2RecordType
    Attributes
    protected
    Definition Classes
    RecordMerging
  76. def rql2JoinRowsConcatenation(leftRow: Exp, leftRowType: Type, rightRow: Exp, rightRowType: Type): Exp
    Attributes
    protected
    Definition Classes
    RecordMerging
  77. def rql2TypeToRawType(t: Type): Option[RawType]
    Definition Classes
    Rql2TypeUtils
  78. final val short: Rql2ShortType
    Definition Classes
    EntryExtensionHelper
  79. final val string: Rql2StringType
    Definition Classes
    EntryExtensionHelper
  80. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  81. final val temporal: OneOfType
    Definition Classes
    EntryExtensionHelper
  82. final val time: Rql2TimeType
    Definition Classes
    EntryExtensionHelper
  83. final val timestamp: Rql2TimestampType
    Definition Classes
    EntryExtensionHelper
  84. def toString(): String
    Definition Classes
    AnyRef → Any
  85. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  86. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  87. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] ) @Deprecated
    Deprecated

Inherited from RecordMerging

Inherited from PredicateNormalization

Inherited from EntryExtension

Inherited from EntryExtensionHelper

Inherited from Rql2TypeUtils

Inherited from AnyRef

Inherited from Any

Ungrouped