Safe Haskell | None |
---|---|
Language | Haskell2010 |
Synopsis
- newtype ComputedFieldName = ComputedFieldName {}
- computedFieldNameToText :: ComputedFieldName -> Text
- fromComputedField :: ComputedFieldName -> FieldName
- data FunctionTrackedAs (b :: BackendType)
- data CustomFunctionNames = CustomFunctionNames {
- cfnFunctionName :: Name
- cfnArgsName :: Name
- data ComputedFieldFunction (b :: BackendType) = ComputedFieldFunction {}
- data ComputedFieldInfo (b :: BackendType) = ComputedFieldInfo {}
- cfiXComputedFieldInfo :: forall b. Lens' (ComputedFieldInfo b) (XComputedField b)
- cfiReturnType :: forall b. Lens' (ComputedFieldInfo b) (ComputedFieldReturn b)
- cfiName :: forall b. Lens' (ComputedFieldInfo b) ComputedFieldName
- cfiFunction :: forall b. Lens' (ComputedFieldInfo b) (ComputedFieldFunction b)
- cfiDescription :: forall b. Lens' (ComputedFieldInfo b) (Maybe Text)
- removeComputedFieldsReturningExistingTable :: forall backend. Backend backend => [ComputedFieldInfo backend] -> [ComputedFieldInfo backend]
Documentation
newtype ComputedFieldName Source #
Instances
computedFieldNameToText :: ComputedFieldName -> Text Source #
data FunctionTrackedAs (b :: BackendType) Source #
Instances
data CustomFunctionNames Source #
The function name and input arguments name for the "args" field parser.
function_name(args: args_name)
CustomFunctionNames | |
|
Instances
data ComputedFieldFunction (b :: BackendType) Source #
Instances
data ComputedFieldInfo (b :: BackendType) Source #
Instances
cfiXComputedFieldInfo :: forall b. Lens' (ComputedFieldInfo b) (XComputedField b) Source #
cfiReturnType :: forall b. Lens' (ComputedFieldInfo b) (ComputedFieldReturn b) Source #
cfiName :: forall b. Lens' (ComputedFieldInfo b) ComputedFieldName Source #
cfiFunction :: forall b. Lens' (ComputedFieldInfo b) (ComputedFieldFunction b) Source #
cfiDescription :: forall b. Lens' (ComputedFieldInfo b) (Maybe Text) Source #
removeComputedFieldsReturningExistingTable :: forall backend. Backend backend => [ComputedFieldInfo backend] -> [ComputedFieldInfo backend] Source #
Filter computed fields not returning rows of existing table