gsp-graphql-sql
gsp-graphql-sql
API
edu.gemini.grackle.sql
FailedJoin
Like
Like
SqlMapping
SqlMappingLike
AliasState
AliasState
Aliased
ColumnOwner
ColumnRef
Join
Join
MappedQuery
EmptyMappedQuery
NonEmptyMappedQuery
MappedQuery
MultiRootCursor
RootDef
SqlColumn
CountColumn
DerivedColumn
EmbeddedColumn
NullColumn
PartitionColumn
SubqueryColumn
TableColumn
TableColumn
SqlColumn
SqlColumnTerm
SqlCursor
SqlDiscriminatedType
SqlDiscriminator
SqlField
SqlFieldMapping
SqlInterfaceMapping
DefaultInterfaceMapping
SqlInterfaceMapping
SqlJson
SqlObject
SqlObject
SqlQuery
SqlJoin
SqlJoin
SqlSelect
SqlSelect
SqlUnion
SqlUnion
SqlQuery
SqlUnionMapping
DefaultUnionMapping
SqlUnionMapping
Table
EmptyTable
MultiRowTable
OneRowTable
Table
TableDef
TableExpr
DerivedTableRef
SubqueryRef
TableRef
WithRef
TableExpr
TableName
TableName
SqlMappingValidator
InconsistentTypeMapping
SqlMappingValidator
SqlModule
SqlFragment
SqlMonitor
SqlStatsMonitor
SqlStatsMonitor
SqlStats
gsp-graphql-sql
/
edu.gemini.grackle.sql
/
SqlMappingLike
/
SqlFieldMapping
SqlFieldMapping
edu.gemini.grackle.sql.SqlMappingLike.SqlFieldMapping
sealed
trait
SqlFieldMapping
extends
FieldMapping
Attributes
Source:
SqlMapping.scala
Graph
Reset zoom
Hide graph
Show graph
Supertypes
trait
FieldMapping
trait
Serializable
trait
Product
trait
Equals
class
Object
trait
Matchable
class
Any
Known subtypes
class
SqlField
class
SqlJson
class
SqlObject
Clear all
Members list
Concise view
Value members
Concrete methods
final
def
withParent
(
tpe
:
Type
):
FieldMapping
Attributes
Source:
SqlMapping.scala
Inherited methods
def
canEqual
(
that
:
Any
):
Boolean
Attributes
Inherited from:
Equals
def
fieldName
:
String
Attributes
Inherited from:
FieldMapping
Source:
mapping.scala
def
hidden
:
Boolean
Attributes
Inherited from:
FieldMapping
Source:
mapping.scala
def
pos
:
SourcePos
Attributes
Inherited from:
FieldMapping
Source:
mapping.scala
def
productArity
:
Int
Attributes
Inherited from:
Product
def
productElement
(
n
:
Int
):
Any
Attributes
Inherited from:
Product
def
productElementName
(
n
:
Int
):
String
Attributes
Inherited from:
Product
def
productElementNames
:
Iterator
[
String
]
Attributes
Inherited from:
Product
def
productIterator
:
Iterator
[
Any
]
Attributes
Inherited from:
Product
def
productPrefix
:
String
Attributes
Inherited from:
Product