• PRODUCTS
  • SUPPORT
  • DOCS
  • PARTNERS
  • COMPANY
  • QUOTE
  • ACCOUNT
  • STORE
QUOTE

Documentation

Support Forums
What can we help you with?
Topics

Partition Function Element

API Type:
Varigence.Languages.Biml.Table.AstPartitionFunctionNode
X-Ref:
  • Ast Partition Function Node

Attributes

AttributeAPI TypeDefaultDescription
DataTypeDbType 
Defines the input parameter type for the partition function This is a required property
NameString 
Specifies the name of the object. This name can be used to reference this object from anywhere else in the program. This is a required property
BoundarySidePartitionBoundarySideLeft
Specifies to which side of each boundary value interval the boundary_value belongs.
LengthInt320
Defines the length of the data type used as the input parameter type.
PackageSubpathString 
This specifies a file path fragment to use for emitting output files for this database. It is most commonly employed to ensure that the output files for multiple objects will be placed into the same output directory.
PrecisionInt32-1
Defines the precision of the data type used as the input parameter type.
ScaleInt32-1
Defines the scale of the data type used as the input parameter type.

Collection Children

ChildAPI TypeDescription
<Annotations>
    <Annotation />
</Annotations>
AstAnnotationNode
This is a collection of annotation items that can be used to specify documentation, tags, or other information. Annotations are particularly useful for storing information about nodes that can be used by BimlScript code.
<BoundaryValues>
    <BoundaryValue />
</BoundaryValues>
String
Defines the boundary values that determine the division between partitions.

© Varigence