Home
last modified time | relevance | path

Searched defs:Column (Results 1 – 25 of 4091) sorted by relevance

12345678910>>...164

/dports/security/lego/lego-4.5.3/vendor/github.com/oracle/oci-go-sdk/loganalytics/
H A Dcolumn.go18 type Column struct { struct
52 func (m Column) GetDisplayName() *string {
57 func (m Column) GetSubSystem() SubSystemNameEnum {
62 func (m Column) GetValues() []FieldValue {
67 func (m Column) GetIsListOfValues() *bool {
72 func (m Column) GetIsMultiValued() *bool {
77 func (m Column) GetIsGroupable() *bool {
82 func (m Column) GetIsEvaluable() *bool {
87 func (m Column) GetValueType() ValueTypeEnum {
97 func (m Column) GetInternalName() *string {
[all …]
/dports/www/gitea/gitea-1.16.5/vendor/xorm.io/xorm/schemas/
H A Dcolumn.go22 type Column struct { struct
23 Name string
28 IsJSON bool
29 Length int
30 Length2 int
31 Nullable bool
34 IsPrimaryKey bool
35 IsAutoIncrement bool
36 MapType int
37 IsCreated bool
[all …]
/dports/www/grafana8/core/
H A Dcolumn.go21 type Column struct { struct
26 IsJSON bool
27 Length int
28 Length2 int
29 Nullable bool
32 IsPrimaryKey bool
33 IsAutoIncrement bool
34 MapType int
35 IsCreated bool
36 IsUpdated bool
[all …]
/dports/sysutils/helm/helm-3.5.2/vendor/github.com/DATA-DOG/go-sqlmock/
H A Dcolumn.go6 type Column struct { struct
7 name string
8 dbType string
9 nullable bool
10 nullableOk bool
11 length int64
12 lengthOk bool
13 precision int64
14 scale int64
15 psOk bool
[all …]
/dports/net-im/dendrite/dendrite-0.5.1/vendor/github.com/DATA-DOG/go-sqlmock/
H A Dcolumn.go6 type Column struct { struct
7 name string
8 dbType string
9 nullable bool
10 nullableOk bool
11 length int64
12 lengthOk bool
13 precision int64
14 scale int64
15 psOk bool
[all …]
/dports/security/lego/lego-4.5.3/vendor/github.com/aliyun/alibaba-cloud-sdk-go/services/dms-enterprise/
H A Dstruct_column.go19 type Column struct { struct
21 ColumnId string `json:"ColumnId" xml:"ColumnId"`
22 PrimaryKey string `json:"PrimaryKey" xml:"PrimaryKey"`
24 Sensitive bool `json:"Sensitive" xml:"Sensitive"`
25 Nullable bool `json:"Nullable" xml:"Nullable"`
26 ColumnName string `json:"ColumnName" xml:"ColumnName"`
28 ColumnType string `json:"ColumnType" xml:"ColumnType"`
29 Position int `json:"Position" xml:"Position"`
30 DataLength int64 `json:"DataLength" xml:"DataLength"`
32 Description string `json:"Description" xml:"Description"`
[all …]
/dports/databases/arrow/apache-arrow-6.0.1/go/parquet/schema/
H A Dcolumn.go32 type Column struct { struct
33 pnode *PrimitiveNode
36 maxDefLvl int16
41 maxRepLvl int16
51 func (c *Column) Name() string { return c.pnode.Name() }
57 func (c *Column) Path() string { return c.pnode.Path() }
60 func (c *Column) TypeLength() int { return c.pnode.TypeLength() }
68 func (c *Column) String() string {
90 func (c *Column) Equals(rhs *Column) bool {
97 func (c *Column) SchemaNode() Node {
[all …]
/dports/security/lego/lego-4.5.3/vendor/github.com/aliyun/alibaba-cloud-sdk-go/services/yundun-ds/
H A Dstruct_column.go19 type Column struct { struct
20 Name string `json:"Name" xml:"Name"`
21 FileId string `json:"FileId" xml:"FileId"`
22 Category int64 `json:"Category" xml:"Category"`
23 TotalCount int64 `json:"TotalCount" xml:"TotalCount"`
24 LastCount int64 `json:"LastCount" xml:"LastCount"`
26 Id int64 `json:"Id" xml:"Id"`
27 InstanceId int64 `json:"InstanceId" xml:"InstanceId"`
28 RegionId string `json:"RegionId" xml:"RegionId"`
30 Count int64 `json:"Count" xml:"Count"`
[all …]
/dports/security/vault/vault-1.8.2/vendor/github.com/aliyun/alibaba-cloud-sdk-go/services/yundun-ds/
H A Dstruct_column.go19 type Column struct { struct
20 Name string `json:"Name" xml:"Name"`
21 FileId string `json:"FileId" xml:"FileId"`
22 Category int64 `json:"Category" xml:"Category"`
23 TotalCount int64 `json:"TotalCount" xml:"TotalCount"`
24 LastCount int64 `json:"LastCount" xml:"LastCount"`
26 Id int64 `json:"Id" xml:"Id"`
27 InstanceId int64 `json:"InstanceId" xml:"InstanceId"`
28 RegionId string `json:"RegionId" xml:"RegionId"`
30 Count int64 `json:"Count" xml:"Count"`
[all …]
/dports/security/lego/lego-4.5.3/vendor/github.com/aliyun/alibaba-cloud-sdk-go/services/dms_enterprise/
H A Dstruct_column.go19 type Column struct { struct
20 ColumnId string `json:"ColumnId" xml:"ColumnId"`
21 ColumnName string `json:"ColumnName" xml:"ColumnName"`
22 ColumnType string `json:"ColumnType" xml:"ColumnType"`
23 Nullable bool `json:"Nullable" xml:"Nullable"`
24 DefaultValue string `json:"DefaultValue" xml:"DefaultValue"`
26 Description string `json:"Description" xml:"Description"`
28 FunctionType string `json:"FunctionType" xml:"FunctionType"`
29 DataLength int64 `json:"DataLength" xml:"DataLength"`
30 Sensitive bool `json:"Sensitive" xml:"Sensitive"`
[all …]
/dports/audio/pms-devel/pms-c94e3c6/songlist/
H A Dcolumns.go8 type Column struct { struct
9 tag string
10 items int
11 totalWidth int
12 maxWidth int
13 avg int
14 width int
27 func (c *Column) Set(s Songlist) {
59 func (c *Column) Reset() {
75 func (c *Column) Avg() int {
[all …]
/dports/www/grafana8/grafana-8.3.6/pkg/services/sqlstore/migrator/
H A Dcolumn.go6 type Column struct { struct
7 Name string
8 Type string
9 Length int
10 Length2 int
11 Nullable bool
12 IsPrimaryKey bool
13 IsAutoIncrement bool
14 Default string
17 func (col *Column) String(d Dialect) string {
[all …]
/dports/audio/visp-go/visp-2585747/list/
H A Dcolumn.go11 type Column struct { struct
12 total int
13 sorted bool
14 lengths sort.IntSlice
17 func (c *Column) sort() {
24 func (c *Column) Add(item string) {
31 func (c *Column) Avg() int {
38 func (c *Column) Max() int {
46 func (c *Column) Median() int {
58 func (c *Column) Remove(item string) {
[all …]
/dports/security/lego/lego-4.5.3/vendor/github.com/aliyun/alibaba-cloud-sdk-go/services/sddp/
H A Dstruct_column.go19 type Column struct { struct
20 Name string `json:"Name" xml:"Name"`
21 InstanceId int `json:"InstanceId" xml:"InstanceId"`
22 FileId string `json:"FileId" xml:"FileId"`
23 Category int `json:"Category" xml:"Category"`
24 RegionId string `json:"RegionId" xml:"RegionId"`
25 RiskLevelName int `json:"RiskLevelName" xml:"RiskLevelName"`
26 Id int `json:"Id" xml:"Id"`
27 RiskLevelId int `json:"RiskLevelId" xml:"RiskLevelId"`
/dports/security/vault/vault-1.8.2/vendor/github.com/aliyun/alibaba-cloud-sdk-go/services/sddp/
H A Dstruct_column.go19 type Column struct { struct
20 Name string `json:"Name" xml:"Name"`
21 InstanceId int `json:"InstanceId" xml:"InstanceId"`
22 FileId string `json:"FileId" xml:"FileId"`
23 Category int `json:"Category" xml:"Category"`
24 RegionId string `json:"RegionId" xml:"RegionId"`
25 RiskLevelName int `json:"RiskLevelName" xml:"RiskLevelName"`
26 Id int `json:"Id" xml:"Id"`
27 RiskLevelId int `json:"RiskLevelId" xml:"RiskLevelId"`
/dports/astro/py-astropy/astropy-5.0/astropy/table/tests/
H A Dtest_column.py19 def test_subclass(self, Column): argument
26 def test_numpy_ops(self, Column): argument
72 def test_view(self, Column): argument
430 def test_5(self, Column): argument
435 def test_6(self, Column): argument
442 def test_7(self, Column): argument
449 def test_8(self, Column): argument
456 def test_9(self, Column): argument
463 def test_10(self, Column): argument
470 def test_11(self, Column): argument
[all …]
/dports/security/lego/lego-4.5.3/vendor/github.com/aliyun/alibaba-cloud-sdk-go/services/adb/
H A Dstruct_column.go19 type Column struct { struct
20 ColumnName string `json:"ColumnName" xml:"ColumnName"`
21 SchemaName string `json:"SchemaName" xml:"SchemaName"`
22 TableName string `json:"TableName" xml:"TableName"`
23 DBClusterId string `json:"DBClusterId" xml:"DBClusterId"`
24 AutoIncrementColumn bool `json:"AutoIncrementColumn" xml:"AutoIncrementColumn"`
25 PrimaryKey bool `json:"PrimaryKey" xml:"PrimaryKey"`
26 Type string `json:"Type" xml:"Type"`
/dports/dns/blocky/blocky-0.17/vendor/gorm.io/driver/mysql/
H A Dmigrator.go18 type Column struct { struct
19 name string
20 nullable sql.NullString
21 datatype string
22 maxLen sql.NullInt64
23 precision sql.NullInt64
24 scale sql.NullInt64
25 datetimePrecision sql.NullInt64
28 func (c Column) Name() string {
36 func (c Column) Length() (int64, bool) {
[all …]
/dports/databases/postgresql13-plpython/postgresql-13.5/src/include/access/
H A Dbrin_tuple.h28 bool bv_allnulls; /* are all values nulls in the page range? */
29 Datum *bv_values; /* current accumulated values */
33 * This struct is used to represent an in-memory index tuple. The values can
34 * only be meaningfully decoded with an appropriate BrinDesc.
36 typedef struct BrinMemTuple
38 bool bt_placeholder; /* this is a placeholder tuple */ in Column()
41 /* output arrays for brin_deform_tuple: */ in set()
46 BrinValues bt_columns[FLEXIBLE_ARRAY_MEMBER]; in set()
51 * room for 2 null bits (two bits for each indexed column); an opclass-defined in render()
/dports/www/writefreely/writefreely-0.13.1/db/
H A Dcreate.go34 type Column struct { struct
35 Dialect DialectType
36 Name string
37 Nullable bool
38 Default OptionalString
39 Type ColumnType
40 Size OptionalInt
41 PrimaryKey bool
132 func (c *Column) SetName(name string) *Column {
166 func (c *Column) SetSize(size int) *Column {
[all …]
/dports/science/tfel-edf/tfel-3.2.1/tfel-check/include/TFEL/Check/
H A DColumn.hxx33 struct TFELCHECK_VISIBILITY_EXPORT Column struct
79 std::shared_ptr<tfel::utilities::TextData> data;
81 std::vector<double> values;
83 std::string f;
89 std::string name;
91 unsigned short num;
93 bool byName;
/dports/science/tfel/tfel-3.4.0/tfel-check/include/TFEL/Check/
H A DColumn.hxx33 struct TFELCHECK_VISIBILITY_EXPORT Column struct
79 std::shared_ptr<tfel::utilities::TextData> data;
81 std::vector<double> values;
83 std::string f;
89 std::string name;
91 unsigned short num;
93 bool byName;
/dports/security/lego/lego-4.5.3/vendor/github.com/oracle/oci-go-sdk/nosql/
H A Dcolumn.go20 type Column struct { struct
23 Name *string `mandatory:"false" json:"name"`
26 Type *string `mandatory:"false" json:"type"`
29 IsNullable *bool `mandatory:"false" json:"isNullable"`
32 DefaultValue *string `mandatory:"false" json:"defaultValue"`
35 func (m Column) String() string {
/dports/net-im/biboumi/biboumi-9.0/src/database/
H A Dcolumn.hpp6 struct Column struct
8 Column(T default_value): in Column() function
10 Column(): in Column() argument
21 struct UnclearableColumn: public Column<T> argument
/dports/converters/osm2pgsql/osm2pgsql-1.5.1/src/
H A Dtaginfo.hpp23 struct Column struct
25 Column(std::string const &n, std::string const &tn, ColumnType t) in Column() argument
31 ColumnType type; argument
34 using columns_t = std::vector<Column>; argument

12345678910>>...164