Hasura.Backends.BigQuery.Instances.Types
Contents
Associated Types
type BackendConfig 'BigQuery Source #
type SourceConnConfiguration 'BigQuery Source #
type SourceConfig 'BigQuery Source #
type TableName 'BigQuery Source #
type FunctionName 'BigQuery Source #
type RawFunctionInfo 'BigQuery Source #
type ConstraintName 'BigQuery Source #
type BasicOrderType 'BigQuery Source #
type NullsOrderType 'BigQuery Source #
type CountType 'BigQuery Source #
type Column 'BigQuery Source #
type ScalarValue 'BigQuery Source #
type ScalarType 'BigQuery Source #
type SQLExpression 'BigQuery Source #
type ComputedFieldDefinition 'BigQuery Source #
type ScalarSelectionArguments 'BigQuery Source #
type ExtraTableMetadata 'BigQuery Source #
type FunctionArgument 'BigQuery Source #
type FunctionArgumentExp 'BigQuery :: Type -> Type Source #
type ComputedFieldImplicitArguments 'BigQuery Source #
type ComputedFieldReturn 'BigQuery Source #
type BooleanOperators 'BigQuery :: Type -> Type Source #
type AggregationPredicates 'BigQuery :: Type -> Type Source #
type BackendUpdate 'BigQuery :: Type -> Type Source #
type BackendInsert 'BigQuery :: Type -> Type Source #
type XComputedField 'BigQuery Source #
type XRelay 'BigQuery Source #
type XNodesAgg 'BigQuery Source #
type XNestedInserts 'BigQuery Source #
type XStreamingSubscription 'BigQuery Source #
Methods
isComparableType :: ScalarType 'BigQuery -> Bool Source #
isNumType :: ScalarType 'BigQuery -> Bool Source #
textToScalarValue :: Maybe Text -> ScalarValue 'BigQuery Source #
parseScalarValue :: ScalarType 'BigQuery -> Value -> Either QErr (ScalarValue 'BigQuery) Source #
scalarValueToJSON :: ScalarValue 'BigQuery -> Value Source #
functionToTable :: FunctionName 'BigQuery -> TableName 'BigQuery Source #
tableToFunction :: TableName 'BigQuery -> FunctionName 'BigQuery Source #
computedFieldFunction :: ComputedFieldDefinition 'BigQuery -> FunctionName 'BigQuery Source #
computedFieldReturnType :: ComputedFieldReturn 'BigQuery -> ComputedFieldReturnType 'BigQuery Source #
fromComputedFieldImplicitArguments :: v -> ComputedFieldImplicitArguments 'BigQuery -> [FunctionArgumentExp 'BigQuery v] Source #
tableGraphQLName :: TableName 'BigQuery -> Either QErr Name Source #
functionGraphQLName :: FunctionName 'BigQuery -> Either QErr Name Source #
getTableIdentifier :: TableName 'BigQuery -> Either QErr GQLNameIdentifier Source #
snakeCaseTableName :: TableName 'BigQuery -> Text Source #
namingConventionSupport :: SupportedNamingCase Source #