Packages

implicit class RichHints extends AnyRef

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. RichHints
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new RichHints(hints: Hints)

Value Members

  1. def clearTransforms(): Unit
  2. def getArrowBatchSize: Option[Int]
  3. def getArrowDictionaryFields: Seq[String]
  4. def getArrowFormatVersion: Option[String]
  5. def getArrowSort: Option[(String, Boolean)]
  6. def getBinBatchSize: Int
  7. def getBinDtgField: Option[String]
  8. def getBinGeomField: Option[String]
  9. def getBinLabelField: Option[String]
  10. def getBinTrackIdField: String
  11. def getCostEvaluation: CostEvaluation
  12. def getDensityBounds: Option[(Int, Int)]
  13. def getDensityEnvelope: Option[Envelope]
  14. def getDensityGeometry: Option[String]
  15. def getDensityWeight: Option[String]
  16. def getFilterCompatibility: Option[FilterCompatibility]
  17. def getMapAggregatingAttribute: String
  18. def getMaxFeatures: Option[Int]
  19. def getProjection: Option[QueryReferenceSystems]
  20. def getRequestedIndex: Option[String]
  21. def getReturnSft: SimpleFeatureType
  22. def getSampleByField: Option[String]
  23. def getSamplePercent: Option[Float]
  24. def getSampling: Option[(Float, Option[String])]
  25. def getSortFields: Option[Seq[(String, Boolean)]]
  26. def getStatsQuery: String
  27. def getTransform: Option[(String, SimpleFeatureType)]
  28. def getTransformDefinition: Option[String]
  29. def getTransformSchema: Option[SimpleFeatureType]
  30. val hints: Hints
  31. def isArrowFlatten: Boolean
  32. def isArrowIncludeFid: Boolean
  33. def isArrowProcessDeltas: Boolean
  34. def isArrowProxyFid: Boolean
  35. def isArrowQuery: Boolean
  36. def isBinQuery: Boolean
  37. def isBinSorting: Boolean
  38. def isDensityQuery: Boolean
  39. def isExactCount: Option[Boolean]
  40. def isFlipAxisOrder: Boolean
  41. def isLambdaQueryPersistent: Boolean
  42. def isLambdaQueryTransient: Boolean
  43. def isMapAggregatingQuery: Boolean
  44. def isSkipReduce: Boolean
  45. def isStatsEncode: Boolean
  46. def isStatsQuery: Boolean