example

package
v0.0.21 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 21, 2026 License: MIT Imports: 20 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var InEntityNetTableSectionIndices = map[string]int{
	"net": 0,
}

InEntityNetTableSectionIndices maps each section name to its section%02dInst slot in the generated entity. Useful for callers that need to compute SetActiveSections inputs from section names — for example, the marshallgen-driven keelson codec wrappers.

View Source
var InEntityTestTableSectionIndices = map[string]int{
	"geo":  0,
	"text": 1,
}

InEntityTestTableSectionIndices maps each section name to its section%02dInst slot in the generated entity. Useful for callers that need to compute SetActiveSections inputs from section names — for example, the marshallgen-driven keelson codec wrappers.

View Source
var PackageProps = packageprops.Props{
	WASMWASI:         packageprops.WASMBlocked,
	WASMJS:           packageprops.WASMBlocked,
	WASMFreestanding: packageprops.WASMBlocked,
	Kind:             packageprops.KindExample,
}

PackageProps records this package's curated properties (ADR-0080). Seeded by `boxer code analysis golang wasmsurvey props generate`; curate by hand. The same group's `props verify` reconciles it.

Functions

func CreateSchemaNetTable added in v0.0.13

func CreateSchemaNetTable() (schema *arrow.Schema)

func CreateSchemaTestTable

func CreateSchemaTestTable() (schema *arrow.Schema)

Types

type InEntityNetTable added in v0.0.13

type InEntityNetTable struct {
	// contains filtered or unexported fields
}

func NewInEntityNetTable added in v0.0.13

func NewInEntityNetTable(allocator memory.Allocator, estimatedNumberOfRecords int) (inst *InEntityNetTable)

func (*InEntityNetTable) AppendError added in v0.0.13

func (inst *InEntityNetTable) AppendError(err error)

func (*InEntityNetTable) BeginEntity added in v0.0.13

func (inst *InEntityNetTable) BeginEntity() *InEntityNetTable

func (*InEntityNetTable) Builder added in v0.0.13

func (inst *InEntityNetTable) Builder() *array.RecordBuilder

Builder exposes the underlying RecordBuilder so callers can apply shim-level hints (e.g. SetActiveFields on the arrowrowbinary / arrowsparserb / arrowrowcbor backends).

func (*InEntityNetTable) CheckErrors added in v0.0.13

func (inst *InEntityNetTable) CheckErrors() (err error)

func (*InEntityNetTable) ClearMembershipsHighCardRef added in v0.0.13

func (inst *InEntityNetTable) ClearMembershipsHighCardRef()

ClearMembershipsHighCardRef drops every ambient HighCardRef membership, pushed by anyone. It is the discard-everything counterpart to the balanced Push/Pop discipline — for a caller that owns the whole entity (a generated store's DiscardPending) and cannot know how many pushes abandoned frames left behind.

func (*InEntityNetTable) CommitEntity added in v0.0.13

func (inst *InEntityNetTable) CommitEntity() (err error)

func (*InEntityNetTable) GetSchema added in v0.0.13

func (inst *InEntityNetTable) GetSchema() (schema *arrow.Schema)

func (*InEntityNetTable) GetSectionNet added in v0.0.13

func (inst *InEntityNetTable) GetSectionNet() *InEntityNetTableSectionNet

func (*InEntityNetTable) PopMembershipsHighCardRef added in v0.0.13

func (inst *InEntityNetTable) PopMembershipsHighCardRef(n int)

PopMembershipsHighCardRef removes the last n ambient HighCardRef memberships (bounds-clamped); balance it against PushMembershipHighCardRef.

func (*InEntityNetTable) PushMembershipHighCardRef added in v0.0.13

func (inst *InEntityNetTable) PushMembershipHighCardRef(id uint64)

PushMembershipHighCardRef adds id to the ambient HighCardRef memberships replayed onto every attribute as it closes, until it is popped (ADR-0112 M1). The stamp scope — one section vs the whole entity — is the caller's to set.

func (*InEntityNetTable) RollbackEntity added in v0.0.13

func (inst *InEntityNetTable) RollbackEntity() (err error)

func (*InEntityNetTable) SetActiveSections added in v0.0.13

func (inst *InEntityNetTable) SetActiveSections(idxs []int)

SetActiveSections marks which section indices BeginEntity should initialise (skipping beginSection for the rest). Pass nil to clear. The hint is a performance optimisation; sending BeginAttribute to an unmarked section produces empty-list bytes at TransferRecords.

func (*InEntityNetTable) SetId added in v0.0.13

func (inst *InEntityNetTable) SetId(id0 uint64) *InEntityNetTable

func (*InEntityNetTable) SetTimestamp added in v0.0.13

func (inst *InEntityNetTable) SetTimestamp(ts1 time.Time) *InEntityNetTable

func (*InEntityNetTable) TransferRecords added in v0.0.13

func (inst *InEntityNetTable) TransferRecords(recordsIn []arrow.RecordBatch) (recordsOut []arrow.RecordBatch, err error)

TransferRecords The returned Records must be Release()'d after use.

type InEntityNetTableSectionNet added in v0.0.13

type InEntityNetTableSectionNet struct {
	// contains filtered or unexported fields
}

func NewInEntityNetTableSectionNet added in v0.0.13

func NewInEntityNetTableSectionNet(builder *array.RecordBuilder, parent *InEntityNetTable) (inst *InEntityNetTableSectionNet)

func (*InEntityNetTableSectionNet) Add added in v0.0.13

func (*InEntityNetTableSectionNet) AppendError added in v0.0.13

func (inst *InEntityNetTableSectionNet) AppendError(err error)

func (*InEntityNetTableSectionNet) BeginAttribute added in v0.0.13

func (inst *InEntityNetTableSectionNet) BeginAttribute(ipv42 uint32, ipv63 [16]byte, ipv4Cidr4 [5]byte, ipv6Cidr5 [17]byte) *InEntityNetTableSectionNetInAttr

func (*InEntityNetTableSectionNet) CheckErrors added in v0.0.13

func (inst *InEntityNetTableSectionNet) CheckErrors() (err error)

func (*InEntityNetTableSectionNet) EndSection added in v0.0.13

func (inst *InEntityNetTableSectionNet) EndSection() *InEntityNetTable

type InEntityNetTableSectionNetAttr added in v0.0.13

type InEntityNetTableSectionNetAttr struct {
	Ipv4     uint32
	Ipv6Cidr [17]byte
	Ipv6     [16]byte
	Ipv4Cidr [5]byte
}

type InEntityNetTableSectionNetInAttr added in v0.0.13

type InEntityNetTableSectionNetInAttr struct {
	// contains filtered or unexported fields
}

func NewInEntityNetTableSectionNetInAttr added in v0.0.13

func NewInEntityNetTableSectionNetInAttr(builder *array.RecordBuilder, parent *InEntityNetTableSectionNet) (inst *InEntityNetTableSectionNetInAttr)

func (*InEntityNetTableSectionNetInAttr) AddMembershipLowCardRef added in v0.0.13

func (inst *InEntityNetTableSectionNetInAttr) AddMembershipLowCardRef(lr6 uint64) *InEntityNetTableSectionNetInAttr

func (*InEntityNetTableSectionNetInAttr) AddMembershipLowCardRefP added in v0.0.13

func (inst *InEntityNetTableSectionNetInAttr) AddMembershipLowCardRefP(lr6 uint64)

func (*InEntityNetTableSectionNetInAttr) AddMembershipMixedLowCardVerbatim added in v0.0.13

func (inst *InEntityNetTableSectionNetInAttr) AddMembershipMixedLowCardVerbatim(lmv7 []byte, mvhp8 []byte) *InEntityNetTableSectionNetInAttr

func (*InEntityNetTableSectionNetInAttr) AddMembershipMixedLowCardVerbatimP added in v0.0.13

func (inst *InEntityNetTableSectionNetInAttr) AddMembershipMixedLowCardVerbatimP(lmv7 []byte, mvhp8 []byte)

func (*InEntityNetTableSectionNetInAttr) AppendError added in v0.0.13

func (inst *InEntityNetTableSectionNetInAttr) AppendError(err error)

func (*InEntityNetTableSectionNetInAttr) EndAttribute added in v0.0.13

func (*InEntityNetTableSectionNetInAttr) EndAttributeP added in v0.0.13

func (inst *InEntityNetTableSectionNetInAttr) EndAttributeP()

func (*InEntityNetTableSectionNetInAttr) EndSection added in v0.0.13

type InEntityTestTable

type InEntityTestTable struct {
	// contains filtered or unexported fields
}

func NewInEntityTestTable

func NewInEntityTestTable(allocator memory.Allocator, estimatedNumberOfRecords int) (inst *InEntityTestTable)

func (*InEntityTestTable) AppendError

func (inst *InEntityTestTable) AppendError(err error)

func (*InEntityTestTable) BeginEntity

func (inst *InEntityTestTable) BeginEntity() *InEntityTestTable

func (*InEntityTestTable) Builder

func (inst *InEntityTestTable) Builder() *array.RecordBuilder

Builder exposes the underlying RecordBuilder so callers can apply shim-level hints (e.g. SetActiveFields on the arrowrowbinary / arrowsparserb / arrowrowcbor backends).

func (*InEntityTestTable) CheckErrors

func (inst *InEntityTestTable) CheckErrors() (err error)

func (*InEntityTestTable) ClearMembershipsHighCardRef added in v0.0.13

func (inst *InEntityTestTable) ClearMembershipsHighCardRef()

ClearMembershipsHighCardRef drops every ambient HighCardRef membership, pushed by anyone. It is the discard-everything counterpart to the balanced Push/Pop discipline — for a caller that owns the whole entity (a generated store's DiscardPending) and cannot know how many pushes abandoned frames left behind.

func (*InEntityTestTable) CommitEntity

func (inst *InEntityTestTable) CommitEntity() (err error)

func (*InEntityTestTable) GetSchema

func (inst *InEntityTestTable) GetSchema() (schema *arrow.Schema)

func (*InEntityTestTable) GetSectionGeo

func (inst *InEntityTestTable) GetSectionGeo() *InEntityTestTableSectionGeo

func (*InEntityTestTable) GetSectionText

func (inst *InEntityTestTable) GetSectionText() *InEntityTestTableSectionText

func (*InEntityTestTable) PopMembershipsHighCardRef added in v0.0.13

func (inst *InEntityTestTable) PopMembershipsHighCardRef(n int)

PopMembershipsHighCardRef removes the last n ambient HighCardRef memberships (bounds-clamped); balance it against PushMembershipHighCardRef.

func (*InEntityTestTable) PushMembershipHighCardRef added in v0.0.13

func (inst *InEntityTestTable) PushMembershipHighCardRef(id uint64)

PushMembershipHighCardRef adds id to the ambient HighCardRef memberships replayed onto every attribute as it closes, until it is popped (ADR-0112 M1). The stamp scope — one section vs the whole entity — is the caller's to set.

func (*InEntityTestTable) RollbackEntity

func (inst *InEntityTestTable) RollbackEntity() (err error)

func (*InEntityTestTable) SetActiveSections

func (inst *InEntityTestTable) SetActiveSections(idxs []int)

SetActiveSections marks which section indices BeginEntity should initialise (skipping beginSection for the rest). Pass nil to clear. The hint is a performance optimisation; sending BeginAttribute to an unmarked section produces empty-list bytes at TransferRecords.

func (*InEntityTestTable) SetId

func (inst *InEntityTestTable) SetId(id0 uint64) *InEntityTestTable

func (*InEntityTestTable) SetTimestamp

func (inst *InEntityTestTable) SetTimestamp(ts1 time.Time, proc2 []time.Time) *InEntityTestTable

func (*InEntityTestTable) TransferRecords

func (inst *InEntityTestTable) TransferRecords(recordsIn []arrow.RecordBatch) (recordsOut []arrow.RecordBatch, err error)

TransferRecords The returned Records must be Release()'d after use.

type InEntityTestTableSectionGeo

type InEntityTestTableSectionGeo struct {
	// contains filtered or unexported fields
}

func NewInEntityTestTableSectionGeo

func NewInEntityTestTableSectionGeo(builder *array.RecordBuilder, parent *InEntityTestTable) (inst *InEntityTestTableSectionGeo)

func (*InEntityTestTableSectionGeo) Add added in v0.0.12

func (*InEntityTestTableSectionGeo) AppendError

func (inst *InEntityTestTableSectionGeo) AppendError(err error)

func (*InEntityTestTableSectionGeo) BeginAttribute

func (inst *InEntityTestTableSectionGeo) BeginAttribute(lat3 float32, lng4 float32, h3Res15 uint64, h3Res26 uint64) *InEntityTestTableSectionGeoInAttr

func (*InEntityTestTableSectionGeo) CheckErrors

func (inst *InEntityTestTableSectionGeo) CheckErrors() (err error)

func (*InEntityTestTableSectionGeo) EndSection

func (inst *InEntityTestTableSectionGeo) EndSection() *InEntityTestTable

type InEntityTestTableSectionGeoAttr added in v0.0.12

type InEntityTestTableSectionGeoAttr struct {
	H3Res1 uint64
	H3Res2 uint64
	Lat    float32
	Lng    float32
}

type InEntityTestTableSectionGeoInAttr

type InEntityTestTableSectionGeoInAttr struct {
	// contains filtered or unexported fields
}

func NewInEntityTestTableSectionGeoInAttr

func NewInEntityTestTableSectionGeoInAttr(builder *array.RecordBuilder, parent *InEntityTestTableSectionGeo) (inst *InEntityTestTableSectionGeoInAttr)

func (*InEntityTestTableSectionGeoInAttr) AddMembershipLowCardRef

func (*InEntityTestTableSectionGeoInAttr) AddMembershipLowCardRefP

func (inst *InEntityTestTableSectionGeoInAttr) AddMembershipLowCardRefP(lr7 uint64)

func (*InEntityTestTableSectionGeoInAttr) AddMembershipMixedLowCardVerbatim

func (inst *InEntityTestTableSectionGeoInAttr) AddMembershipMixedLowCardVerbatim(lmv8 []byte, mvhp9 []byte) *InEntityTestTableSectionGeoInAttr

func (*InEntityTestTableSectionGeoInAttr) AddMembershipMixedLowCardVerbatimP

func (inst *InEntityTestTableSectionGeoInAttr) AddMembershipMixedLowCardVerbatimP(lmv8 []byte, mvhp9 []byte)

func (*InEntityTestTableSectionGeoInAttr) AppendError

func (inst *InEntityTestTableSectionGeoInAttr) AppendError(err error)

func (*InEntityTestTableSectionGeoInAttr) EndAttribute

func (*InEntityTestTableSectionGeoInAttr) EndAttributeP

func (inst *InEntityTestTableSectionGeoInAttr) EndAttributeP()

func (*InEntityTestTableSectionGeoInAttr) EndSection

type InEntityTestTableSectionText

type InEntityTestTableSectionText struct {
	// contains filtered or unexported fields
}

func NewInEntityTestTableSectionText

func NewInEntityTestTableSectionText(builder *array.RecordBuilder, parent *InEntityTestTable) (inst *InEntityTestTableSectionText)

func (*InEntityTestTableSectionText) Add added in v0.0.12

func (*InEntityTestTableSectionText) AppendError

func (inst *InEntityTestTableSectionText) AppendError(err error)

func (*InEntityTestTableSectionText) BeginAttribute

func (*InEntityTestTableSectionText) BeginAttributeSingle

func (inst *InEntityTestTableSectionText) BeginAttributeSingle(text12 string, wordLength13 uint32, words14 string) *InEntityTestTableSectionTextInAttr

func (*InEntityTestTableSectionText) CheckErrors

func (inst *InEntityTestTableSectionText) CheckErrors() (err error)

func (*InEntityTestTableSectionText) EndSection

func (inst *InEntityTestTableSectionText) EndSection() *InEntityTestTable

type InEntityTestTableSectionTextAttr added in v0.0.12

type InEntityTestTableSectionTextAttr struct {
	Text       string
	WordLength []uint32
	Words      []string
}

type InEntityTestTableSectionTextInAttr

type InEntityTestTableSectionTextInAttr struct {
	// contains filtered or unexported fields
}

func NewInEntityTestTableSectionTextInAttr

func NewInEntityTestTableSectionTextInAttr(builder *array.RecordBuilder, parent *InEntityTestTableSectionText) (inst *InEntityTestTableSectionTextInAttr)

func (*InEntityTestTableSectionTextInAttr) AddMembershipLowCardRef

func (*InEntityTestTableSectionTextInAttr) AddMembershipLowCardRefP

func (inst *InEntityTestTableSectionTextInAttr) AddMembershipLowCardRefP(lr15 uint64)

func (*InEntityTestTableSectionTextInAttr) AddMembershipMixedLowCardVerbatim

func (inst *InEntityTestTableSectionTextInAttr) AddMembershipMixedLowCardVerbatim(lmv16 []byte, mvhp17 []byte) *InEntityTestTableSectionTextInAttr

func (*InEntityTestTableSectionTextInAttr) AddMembershipMixedLowCardVerbatimP

func (inst *InEntityTestTableSectionTextInAttr) AddMembershipMixedLowCardVerbatimP(lmv16 []byte, mvhp17 []byte)

func (*InEntityTestTableSectionTextInAttr) AddToCoContainers

func (inst *InEntityTestTableSectionTextInAttr) AddToCoContainers(wordLength13 uint32, words14 string) *InEntityTestTableSectionTextInAttr

func (*InEntityTestTableSectionTextInAttr) AddToCoContainersP

func (inst *InEntityTestTableSectionTextInAttr) AddToCoContainersP(wordLength13 uint32, words14 string)

func (*InEntityTestTableSectionTextInAttr) AppendError

func (inst *InEntityTestTableSectionTextInAttr) AppendError(err error)

func (*InEntityTestTableSectionTextInAttr) EndAttribute

func (*InEntityTestTableSectionTextInAttr) EndAttributeP

func (inst *InEntityTestTableSectionTextInAttr) EndAttributeP()

func (*InEntityTestTableSectionTextInAttr) EndSection

type MembershipPackNetTableNet added in v0.0.12

type MembershipPackNetTableNet struct {
	ValueLowCardRef                                 *array.List
	ValueLowCardRefElements                         *array.Uint64
	AccelLowCardRef                                 *runtime.RandomAccessTwoLevelLookupAccel[runtime.MembershipLowCardRefIdx, runtime.AttributeIdx, int, int64]
	ValueMixedLowCardVerbatim                       *array.List
	ValueMixedLowCardVerbatimElements               *array.Binary
	AccelMixedLowCardVerbatim                       *runtime.RandomAccessTwoLevelLookupAccel[runtime.MembershipMixedLowCardVerbatimIdx, runtime.AttributeIdx, int, int64]
	ValueMixedVerbatimHighCardParameters            *array.List
	ValueMixedVerbatimHighCardParametersElements    *array.Binary
	AccelMixedVerbatimHighCardParameters            *runtime.RandomAccessTwoLevelLookupAccel[runtime.MembershipMixedVerbatimHighCardParametersIdx, runtime.AttributeIdx, int, int64]
	ColumnIndexLowCardRef                           uint32
	ColumnIndexLowCardRefAccel                      uint32
	ColumnIndexMixedLowCardVerbatim                 uint32
	ColumnIndexMixedLowCardVerbatimAccel            uint32
	ColumnIndexMixedVerbatimHighCardParameters      uint32
	ColumnIndexMixedVerbatimHighCardParametersAccel uint32
}

func NewMembershipPackNetTableNetNet added in v0.0.12

func NewMembershipPackNetTableNetNet() (inst *MembershipPackNetTableNet)

func (*MembershipPackNetTableNet) GetColumnIndexFieldNames added in v0.0.12

func (inst *MembershipPackNetTableNet) GetColumnIndexFieldNames() (fieldNames []string)

func (*MembershipPackNetTableNet) GetColumnIndices added in v0.0.12

func (inst *MembershipPackNetTableNet) GetColumnIndices() (columnIndices []uint32)

func (*MembershipPackNetTableNet) GetMembValueLowCardRef added in v0.0.12

func (inst *MembershipPackNetTableNet) GetMembValueLowCardRef(entityIdx runtime.EntityIdx, attrIdx runtime.AttributeIdx) iter.Seq[uint64]

func (*MembershipPackNetTableNet) GetMembValueLowCardVerbatimHighCardParams added in v0.0.12

func (inst *MembershipPackNetTableNet) GetMembValueLowCardVerbatimHighCardParams(entityIdx runtime.EntityIdx, attrIdx runtime.AttributeIdx) iter.Seq2[[]byte, []byte]

func (*MembershipPackNetTableNet) GetMembValueMixedLowCardVerbatim added in v0.0.12

func (inst *MembershipPackNetTableNet) GetMembValueMixedLowCardVerbatim(entityIdx runtime.EntityIdx, attrIdx runtime.AttributeIdx) iter.Seq[[]byte]

func (*MembershipPackNetTableNet) GetMembValueMixedVerbatimHighCardParameters added in v0.0.12

func (inst *MembershipPackNetTableNet) GetMembValueMixedVerbatimHighCardParameters(entityIdx runtime.EntityIdx, attrIdx runtime.AttributeIdx) iter.Seq[[]byte]

func (*MembershipPackNetTableNet) GetNumberOfMemberItemsByAttrLowCardRef added in v0.0.12

func (inst *MembershipPackNetTableNet) GetNumberOfMemberItemsByAttrLowCardRef(entityIdx runtime.EntityIdx, attrIdx runtime.AttributeIdx) (nItems int)

func (*MembershipPackNetTableNet) GetNumberOfMemberItemsByAttrLowCardVerbatimHighCardParams added in v0.0.12

func (inst *MembershipPackNetTableNet) GetNumberOfMemberItemsByAttrLowCardVerbatimHighCardParams(entityIdx runtime.EntityIdx, attrIdx runtime.AttributeIdx) (nItems int)

func (*MembershipPackNetTableNet) GetNumberOfMemberItemsLowCardRef added in v0.0.12

func (inst *MembershipPackNetTableNet) GetNumberOfMemberItemsLowCardRef(entityIdx runtime.EntityIdx) (nItems int64)

func (*MembershipPackNetTableNet) GetNumberOfMemberItemsMixedLowCardVerbatim added in v0.0.12

func (inst *MembershipPackNetTableNet) GetNumberOfMemberItemsMixedLowCardVerbatim(entityIdx runtime.EntityIdx) (nItems int64)

func (*MembershipPackNetTableNet) GetTotalNumberOfMemberItems added in v0.0.12

func (inst *MembershipPackNetTableNet) GetTotalNumberOfMemberItems(entityIdx runtime.EntityIdx) (nItems int64)

func (*MembershipPackNetTableNet) Len added in v0.0.12

func (inst *MembershipPackNetTableNet) Len() (nEntities int)

func (*MembershipPackNetTableNet) LoadFromRecord added in v0.0.12

func (inst *MembershipPackNetTableNet) LoadFromRecord(rec runtime.RecordI) (err error)

func (*MembershipPackNetTableNet) Release added in v0.0.12

func (inst *MembershipPackNetTableNet) Release()

func (*MembershipPackNetTableNet) Reset added in v0.0.12

func (inst *MembershipPackNetTableNet) Reset()

func (*MembershipPackNetTableNet) SetColumnIndices added in v0.0.12

func (inst *MembershipPackNetTableNet) SetColumnIndices(indices []uint32) (rest []uint32)

type MembershipPackTestTableShared1

type MembershipPackTestTableShared1 struct {
	ValueLowCardRef                                 *array.List
	ValueLowCardRefElements                         *array.Uint64
	AccelLowCardRef                                 *runtime.RandomAccessTwoLevelLookupAccel[runtime.MembershipLowCardRefIdx, runtime.AttributeIdx, int, int64]
	ValueMixedLowCardVerbatim                       *array.List
	ValueMixedLowCardVerbatimElements               *array.Binary
	AccelMixedLowCardVerbatim                       *runtime.RandomAccessTwoLevelLookupAccel[runtime.MembershipMixedLowCardVerbatimIdx, runtime.AttributeIdx, int, int64]
	ValueMixedVerbatimHighCardParameters            *array.List
	ValueMixedVerbatimHighCardParametersElements    *array.Binary
	AccelMixedVerbatimHighCardParameters            *runtime.RandomAccessTwoLevelLookupAccel[runtime.MembershipMixedVerbatimHighCardParametersIdx, runtime.AttributeIdx, int, int64]
	ColumnIndexLowCardRef                           uint32
	ColumnIndexLowCardRefAccel                      uint32
	ColumnIndexMixedLowCardVerbatim                 uint32
	ColumnIndexMixedLowCardVerbatimAccel            uint32
	ColumnIndexMixedVerbatimHighCardParameters      uint32
	ColumnIndexMixedVerbatimHighCardParametersAccel uint32
}

func NewMembershipPackTestTableShared1Geo

func NewMembershipPackTestTableShared1Geo() (inst *MembershipPackTestTableShared1)

func NewMembershipPackTestTableShared1Text

func NewMembershipPackTestTableShared1Text() (inst *MembershipPackTestTableShared1)

func (*MembershipPackTestTableShared1) GetColumnIndexFieldNames

func (inst *MembershipPackTestTableShared1) GetColumnIndexFieldNames() (fieldNames []string)

func (*MembershipPackTestTableShared1) GetColumnIndices

func (inst *MembershipPackTestTableShared1) GetColumnIndices() (columnIndices []uint32)

func (*MembershipPackTestTableShared1) GetMembValueLowCardRef

func (inst *MembershipPackTestTableShared1) GetMembValueLowCardRef(entityIdx runtime.EntityIdx, attrIdx runtime.AttributeIdx) iter.Seq[uint64]

func (*MembershipPackTestTableShared1) GetMembValueLowCardVerbatimHighCardParams

func (inst *MembershipPackTestTableShared1) GetMembValueLowCardVerbatimHighCardParams(entityIdx runtime.EntityIdx, attrIdx runtime.AttributeIdx) iter.Seq2[[]byte, []byte]

func (*MembershipPackTestTableShared1) GetMembValueMixedLowCardVerbatim

func (inst *MembershipPackTestTableShared1) GetMembValueMixedLowCardVerbatim(entityIdx runtime.EntityIdx, attrIdx runtime.AttributeIdx) iter.Seq[[]byte]

func (*MembershipPackTestTableShared1) GetMembValueMixedVerbatimHighCardParameters

func (inst *MembershipPackTestTableShared1) GetMembValueMixedVerbatimHighCardParameters(entityIdx runtime.EntityIdx, attrIdx runtime.AttributeIdx) iter.Seq[[]byte]

func (*MembershipPackTestTableShared1) GetNumberOfMemberItemsByAttrLowCardRef

func (inst *MembershipPackTestTableShared1) GetNumberOfMemberItemsByAttrLowCardRef(entityIdx runtime.EntityIdx, attrIdx runtime.AttributeIdx) (nItems int)

func (*MembershipPackTestTableShared1) GetNumberOfMemberItemsByAttrLowCardVerbatimHighCardParams

func (inst *MembershipPackTestTableShared1) GetNumberOfMemberItemsByAttrLowCardVerbatimHighCardParams(entityIdx runtime.EntityIdx, attrIdx runtime.AttributeIdx) (nItems int)

func (*MembershipPackTestTableShared1) GetNumberOfMemberItemsLowCardRef

func (inst *MembershipPackTestTableShared1) GetNumberOfMemberItemsLowCardRef(entityIdx runtime.EntityIdx) (nItems int64)

func (*MembershipPackTestTableShared1) GetNumberOfMemberItemsMixedLowCardVerbatim

func (inst *MembershipPackTestTableShared1) GetNumberOfMemberItemsMixedLowCardVerbatim(entityIdx runtime.EntityIdx) (nItems int64)

func (*MembershipPackTestTableShared1) GetTotalNumberOfMemberItems

func (inst *MembershipPackTestTableShared1) GetTotalNumberOfMemberItems(entityIdx runtime.EntityIdx) (nItems int64)

func (*MembershipPackTestTableShared1) Len

func (inst *MembershipPackTestTableShared1) Len() (nEntities int)

func (*MembershipPackTestTableShared1) LoadFromRecord

func (inst *MembershipPackTestTableShared1) LoadFromRecord(rec runtime.RecordI) (err error)

func (*MembershipPackTestTableShared1) Release

func (inst *MembershipPackTestTableShared1) Release()

func (*MembershipPackTestTableShared1) Reset

func (inst *MembershipPackTestTableShared1) Reset()

func (*MembershipPackTestTableShared1) SetColumnIndices

func (inst *MembershipPackTestTableShared1) SetColumnIndices(indices []uint32) (rest []uint32)

type ReadAccessNetTable added in v0.0.12

func NewReadAccessNetTable added in v0.0.12

func NewReadAccessNetTable() (inst *ReadAccessNetTable)

func (*ReadAccessNetTable) GetColumnIndexFieldNames added in v0.0.12

func (inst *ReadAccessNetTable) GetColumnIndexFieldNames() (fieldNames []string)

func (*ReadAccessNetTable) GetColumnIndices added in v0.0.12

func (inst *ReadAccessNetTable) GetColumnIndices() (columnIndices []uint32)

func (*ReadAccessNetTable) GetNumberOfEntities added in v0.0.12

func (inst *ReadAccessNetTable) GetNumberOfEntities() (nEntities int)

func (*ReadAccessNetTable) LoadFromRecord added in v0.0.12

func (inst *ReadAccessNetTable) LoadFromRecord(rec runtime.RecordI) (err error)

func (*ReadAccessNetTable) Release added in v0.0.12

func (inst *ReadAccessNetTable) Release()

func (*ReadAccessNetTable) SetColumnIndices added in v0.0.12

func (inst *ReadAccessNetTable) SetColumnIndices(indices []uint32) (rest []uint32)

type ReadAccessNetTablePlainEntityIdAttributes added in v0.0.12

type ReadAccessNetTablePlainEntityIdAttributes struct {
	ValueId       *array.Uint64
	ColumnIndexId uint32
}

func NewReadAccessNetTablePlainEntityIdAttributes added in v0.0.12

func NewReadAccessNetTablePlainEntityIdAttributes() (inst *ReadAccessNetTablePlainEntityIdAttributes)

func (*ReadAccessNetTablePlainEntityIdAttributes) GetAttrValueId added in v0.0.12

func (inst *ReadAccessNetTablePlainEntityIdAttributes) GetAttrValueId(entityIdx runtime.EntityIdx) (scalarAttrValue uint64)

func (*ReadAccessNetTablePlainEntityIdAttributes) GetColumnIndexFieldNames added in v0.0.12

func (inst *ReadAccessNetTablePlainEntityIdAttributes) GetColumnIndexFieldNames() (fieldNames []string)

func (*ReadAccessNetTablePlainEntityIdAttributes) GetColumnIndices added in v0.0.12

func (inst *ReadAccessNetTablePlainEntityIdAttributes) GetColumnIndices() (columnIndices []uint32)

func (*ReadAccessNetTablePlainEntityIdAttributes) Len added in v0.0.12

func (inst *ReadAccessNetTablePlainEntityIdAttributes) Len() (nEntities int)

func (*ReadAccessNetTablePlainEntityIdAttributes) LoadFromRecord added in v0.0.12

func (inst *ReadAccessNetTablePlainEntityIdAttributes) LoadFromRecord(rec runtime.RecordI) (err error)

func (*ReadAccessNetTablePlainEntityIdAttributes) Release added in v0.0.12

func (*ReadAccessNetTablePlainEntityIdAttributes) Reset added in v0.0.12

func (*ReadAccessNetTablePlainEntityIdAttributes) SetColumnIndices added in v0.0.12

func (inst *ReadAccessNetTablePlainEntityIdAttributes) SetColumnIndices(indices []uint32) (rest []uint32)

type ReadAccessNetTablePlainEntityTimestampAttributes added in v0.0.12

type ReadAccessNetTablePlainEntityTimestampAttributes struct {
	ValueTs       *array.Timestamp
	ColumnIndexTs uint32
}

func NewReadAccessNetTablePlainEntityTimestampAttributes added in v0.0.12

func NewReadAccessNetTablePlainEntityTimestampAttributes() (inst *ReadAccessNetTablePlainEntityTimestampAttributes)

func (*ReadAccessNetTablePlainEntityTimestampAttributes) GetAttrValueTs added in v0.0.12

func (inst *ReadAccessNetTablePlainEntityTimestampAttributes) GetAttrValueTs(entityIdx runtime.EntityIdx) (scalarAttrValue time.Time)

func (*ReadAccessNetTablePlainEntityTimestampAttributes) GetColumnIndexFieldNames added in v0.0.12

func (inst *ReadAccessNetTablePlainEntityTimestampAttributes) GetColumnIndexFieldNames() (fieldNames []string)

func (*ReadAccessNetTablePlainEntityTimestampAttributes) GetColumnIndices added in v0.0.12

func (inst *ReadAccessNetTablePlainEntityTimestampAttributes) GetColumnIndices() (columnIndices []uint32)

func (*ReadAccessNetTablePlainEntityTimestampAttributes) Len added in v0.0.12

func (inst *ReadAccessNetTablePlainEntityTimestampAttributes) Len() (nEntities int)

func (*ReadAccessNetTablePlainEntityTimestampAttributes) LoadFromRecord added in v0.0.12

func (*ReadAccessNetTablePlainEntityTimestampAttributes) Release added in v0.0.12

func (*ReadAccessNetTablePlainEntityTimestampAttributes) Reset added in v0.0.12

func (*ReadAccessNetTablePlainEntityTimestampAttributes) SetColumnIndices added in v0.0.12

func (inst *ReadAccessNetTablePlainEntityTimestampAttributes) SetColumnIndices(indices []uint32) (rest []uint32)

type ReadAccessNetTableTaggedNet added in v0.0.12

type ReadAccessNetTableTaggedNet struct {
	Attributes  *ReadAccessNetTableTaggedNetAttributes
	Memberships *MembershipPackNetTableNet
}

func NewReadAccessNetTableTaggedNet added in v0.0.12

func NewReadAccessNetTableTaggedNet() (inst *ReadAccessNetTableTaggedNet)

func (*ReadAccessNetTableTaggedNet) GetAttributes added in v0.0.12

func (*ReadAccessNetTableTaggedNet) GetColumnIndexFieldNames added in v0.0.12

func (inst *ReadAccessNetTableTaggedNet) GetColumnIndexFieldNames() (fieldNames []string)

func (*ReadAccessNetTableTaggedNet) GetColumnIndices added in v0.0.12

func (inst *ReadAccessNetTableTaggedNet) GetColumnIndices() (columnIndices []uint32)

func (*ReadAccessNetTableTaggedNet) GetMemberships added in v0.0.12

func (*ReadAccessNetTableTaggedNet) GetSectionCoSectionGroup added in v0.0.12

func (inst *ReadAccessNetTableTaggedNet) GetSectionCoSectionGroup() naming.Key

func (*ReadAccessNetTableTaggedNet) GetSectionMembershipSpec added in v0.0.12

func (inst *ReadAccessNetTableTaggedNet) GetSectionMembershipSpec() common.MembershipSpecE

func (*ReadAccessNetTableTaggedNet) GetSectionName added in v0.0.12

func (inst *ReadAccessNetTableTaggedNet) GetSectionName() naming.StylableName

func (*ReadAccessNetTableTaggedNet) GetSectionStreamingGroup added in v0.0.12

func (inst *ReadAccessNetTableTaggedNet) GetSectionStreamingGroup() naming.Key

func (*ReadAccessNetTableTaggedNet) GetSectionUseAspects added in v0.0.12

func (inst *ReadAccessNetTableTaggedNet) GetSectionUseAspects() useaspects.AspectSet

func (*ReadAccessNetTableTaggedNet) Len added in v0.0.12

func (inst *ReadAccessNetTableTaggedNet) Len() (nEntities int)

func (*ReadAccessNetTableTaggedNet) LoadFromRecord added in v0.0.12

func (inst *ReadAccessNetTableTaggedNet) LoadFromRecord(rec runtime.RecordI) (err error)

func (*ReadAccessNetTableTaggedNet) Release added in v0.0.12

func (inst *ReadAccessNetTableTaggedNet) Release()

func (*ReadAccessNetTableTaggedNet) SetColumnIndices added in v0.0.12

func (inst *ReadAccessNetTableTaggedNet) SetColumnIndices(indices []uint32) (restIndices []uint32)

type ReadAccessNetTableTaggedNetAttributes added in v0.0.12

type ReadAccessNetTableTaggedNetAttributes struct {
	ValueIpv4             *array.List
	ValueIpv4Elements     *array.Uint32
	ValueIpv6             *array.List
	ValueIpv6Elements     *array.FixedSizeBinary
	ValueIpv4Cidr         *array.List
	ValueIpv4CidrElements *array.FixedSizeBinary
	ValueIpv6Cidr         *array.List
	ValueIpv6CidrElements *array.FixedSizeBinary
	ColumnIndexIpv4       uint32
	ColumnIndexIpv6       uint32
	ColumnIndexIpv4Cidr   uint32
	ColumnIndexIpv6Cidr   uint32
}

func NewReadAccessNetTableTaggedNetAttributes added in v0.0.12

func NewReadAccessNetTableTaggedNetAttributes() (inst *ReadAccessNetTableTaggedNetAttributes)

func (*ReadAccessNetTableTaggedNetAttributes) GetAttrValueIpv4 added in v0.0.12

func (inst *ReadAccessNetTableTaggedNetAttributes) GetAttrValueIpv4(entityIdx runtime.EntityIdx, attrIdx runtime.AttributeIdx) (scalarAttrValue uint32)

func (*ReadAccessNetTableTaggedNetAttributes) GetAttrValueIpv4Addr added in v0.0.12

func (inst *ReadAccessNetTableTaggedNetAttributes) GetAttrValueIpv4Addr(entityIdx runtime.EntityIdx, attrIdx runtime.AttributeIdx) (addr netip.Addr)

func (*ReadAccessNetTableTaggedNetAttributes) GetAttrValueIpv4Cidr added in v0.0.13

func (inst *ReadAccessNetTableTaggedNetAttributes) GetAttrValueIpv4Cidr(entityIdx runtime.EntityIdx, attrIdx runtime.AttributeIdx) (scalarAttrValue [5]byte)

func (*ReadAccessNetTableTaggedNetAttributes) GetAttrValueIpv4CidrPrefix added in v0.0.13

func (inst *ReadAccessNetTableTaggedNetAttributes) GetAttrValueIpv4CidrPrefix(entityIdx runtime.EntityIdx, attrIdx runtime.AttributeIdx) (prefix netip.Prefix)

func (*ReadAccessNetTableTaggedNetAttributes) GetAttrValueIpv6 added in v0.0.12

func (inst *ReadAccessNetTableTaggedNetAttributes) GetAttrValueIpv6(entityIdx runtime.EntityIdx, attrIdx runtime.AttributeIdx) (scalarAttrValue [16]byte)

func (*ReadAccessNetTableTaggedNetAttributes) GetAttrValueIpv6Addr added in v0.0.12

func (inst *ReadAccessNetTableTaggedNetAttributes) GetAttrValueIpv6Addr(entityIdx runtime.EntityIdx, attrIdx runtime.AttributeIdx) (addr netip.Addr)

func (*ReadAccessNetTableTaggedNetAttributes) GetAttrValueIpv6Cidr added in v0.0.13

func (inst *ReadAccessNetTableTaggedNetAttributes) GetAttrValueIpv6Cidr(entityIdx runtime.EntityIdx, attrIdx runtime.AttributeIdx) (scalarAttrValue [17]byte)

func (*ReadAccessNetTableTaggedNetAttributes) GetAttrValueIpv6CidrPrefix added in v0.0.13

func (inst *ReadAccessNetTableTaggedNetAttributes) GetAttrValueIpv6CidrPrefix(entityIdx runtime.EntityIdx, attrIdx runtime.AttributeIdx) (prefix netip.Prefix)

func (*ReadAccessNetTableTaggedNetAttributes) GetColumnIndexFieldNames added in v0.0.12

func (inst *ReadAccessNetTableTaggedNetAttributes) GetColumnIndexFieldNames() (fieldNames []string)

func (*ReadAccessNetTableTaggedNetAttributes) GetColumnIndices added in v0.0.12

func (inst *ReadAccessNetTableTaggedNetAttributes) GetColumnIndices() (columnIndices []uint32)

func (*ReadAccessNetTableTaggedNetAttributes) GetNumberOfAttributes added in v0.0.12

func (inst *ReadAccessNetTableTaggedNetAttributes) GetNumberOfAttributes(entityIdx runtime.EntityIdx) (nAttributes int64)

func (*ReadAccessNetTableTaggedNetAttributes) Len added in v0.0.12

func (inst *ReadAccessNetTableTaggedNetAttributes) Len() (nEntities int)

func (*ReadAccessNetTableTaggedNetAttributes) LoadFromRecord added in v0.0.12

func (inst *ReadAccessNetTableTaggedNetAttributes) LoadFromRecord(rec runtime.RecordI) (err error)

func (*ReadAccessNetTableTaggedNetAttributes) Release added in v0.0.12

func (inst *ReadAccessNetTableTaggedNetAttributes) Release()

func (*ReadAccessNetTableTaggedNetAttributes) Reset added in v0.0.12

func (*ReadAccessNetTableTaggedNetAttributes) SetColumnIndices added in v0.0.12

func (inst *ReadAccessNetTableTaggedNetAttributes) SetColumnIndices(indices []uint32) (rest []uint32)

type ReadAccessTestTable

func NewReadAccessTestTable

func NewReadAccessTestTable() (inst *ReadAccessTestTable)

func (*ReadAccessTestTable) GetColumnIndexFieldNames

func (inst *ReadAccessTestTable) GetColumnIndexFieldNames() (fieldNames []string)

func (*ReadAccessTestTable) GetColumnIndices

func (inst *ReadAccessTestTable) GetColumnIndices() (columnIndices []uint32)

func (*ReadAccessTestTable) GetNumberOfEntities

func (inst *ReadAccessTestTable) GetNumberOfEntities() (nEntities int)

func (*ReadAccessTestTable) LoadFromRecord

func (inst *ReadAccessTestTable) LoadFromRecord(rec runtime.RecordI) (err error)

func (*ReadAccessTestTable) Release

func (inst *ReadAccessTestTable) Release()

func (*ReadAccessTestTable) SetColumnIndices

func (inst *ReadAccessTestTable) SetColumnIndices(indices []uint32) (rest []uint32)

type ReadAccessTestTablePlainEntityIdAttributes

type ReadAccessTestTablePlainEntityIdAttributes struct {
	ValueId       *array.Uint64
	ColumnIndexId uint32
}

func NewReadAccessTestTablePlainEntityIdAttributes

func NewReadAccessTestTablePlainEntityIdAttributes() (inst *ReadAccessTestTablePlainEntityIdAttributes)

func (*ReadAccessTestTablePlainEntityIdAttributes) GetAttrValueId

func (inst *ReadAccessTestTablePlainEntityIdAttributes) GetAttrValueId(entityIdx runtime.EntityIdx) (scalarAttrValue uint64)

func (*ReadAccessTestTablePlainEntityIdAttributes) GetColumnIndexFieldNames

func (inst *ReadAccessTestTablePlainEntityIdAttributes) GetColumnIndexFieldNames() (fieldNames []string)

func (*ReadAccessTestTablePlainEntityIdAttributes) GetColumnIndices

func (inst *ReadAccessTestTablePlainEntityIdAttributes) GetColumnIndices() (columnIndices []uint32)

func (*ReadAccessTestTablePlainEntityIdAttributes) Len

func (inst *ReadAccessTestTablePlainEntityIdAttributes) Len() (nEntities int)

func (*ReadAccessTestTablePlainEntityIdAttributes) LoadFromRecord

func (inst *ReadAccessTestTablePlainEntityIdAttributes) LoadFromRecord(rec runtime.RecordI) (err error)

func (*ReadAccessTestTablePlainEntityIdAttributes) Release

func (*ReadAccessTestTablePlainEntityIdAttributes) Reset

func (*ReadAccessTestTablePlainEntityIdAttributes) SetColumnIndices

func (inst *ReadAccessTestTablePlainEntityIdAttributes) SetColumnIndices(indices []uint32) (rest []uint32)

type ReadAccessTestTablePlainEntityTimestampAttributes

type ReadAccessTestTablePlainEntityTimestampAttributes struct {
	ValueTs           *array.Timestamp
	ValueProc         *array.List
	ValueProcElements *array.Timestamp
	ColumnIndexTs     uint32
	ColumnIndexProc   uint32
}

func NewReadAccessTestTablePlainEntityTimestampAttributes

func NewReadAccessTestTablePlainEntityTimestampAttributes() (inst *ReadAccessTestTablePlainEntityTimestampAttributes)

func (*ReadAccessTestTablePlainEntityTimestampAttributes) GetAttrValueProc

func (*ReadAccessTestTablePlainEntityTimestampAttributes) GetAttrValueSingle

func (inst *ReadAccessTestTablePlainEntityTimestampAttributes) GetAttrValueSingle(entityIdx runtime.EntityIdx) (ts time.Time, proc time.Time, err error)

func (*ReadAccessTestTablePlainEntityTimestampAttributes) GetAttrValueSingleOrDefault

func (inst *ReadAccessTestTablePlainEntityTimestampAttributes) GetAttrValueSingleOrDefault(entityIdx runtime.EntityIdx) (ts time.Time, proc time.Time)

func (*ReadAccessTestTablePlainEntityTimestampAttributes) GetAttrValueTs

func (inst *ReadAccessTestTablePlainEntityTimestampAttributes) GetAttrValueTs(entityIdx runtime.EntityIdx) (scalarAttrValue time.Time)

func (*ReadAccessTestTablePlainEntityTimestampAttributes) GetColumnIndexFieldNames

func (inst *ReadAccessTestTablePlainEntityTimestampAttributes) GetColumnIndexFieldNames() (fieldNames []string)

func (*ReadAccessTestTablePlainEntityTimestampAttributes) GetColumnIndices

func (inst *ReadAccessTestTablePlainEntityTimestampAttributes) GetColumnIndices() (columnIndices []uint32)

func (*ReadAccessTestTablePlainEntityTimestampAttributes) Len

func (*ReadAccessTestTablePlainEntityTimestampAttributes) LoadFromRecord

func (*ReadAccessTestTablePlainEntityTimestampAttributes) Release

func (*ReadAccessTestTablePlainEntityTimestampAttributes) Reset

func (*ReadAccessTestTablePlainEntityTimestampAttributes) SetColumnIndices

func (inst *ReadAccessTestTablePlainEntityTimestampAttributes) SetColumnIndices(indices []uint32) (rest []uint32)

type ReadAccessTestTableTaggedGeo

type ReadAccessTestTableTaggedGeo struct {
	Attributes  *ReadAccessTestTableTaggedGeoAttributes
	Memberships *MembershipPackTestTableShared1
}

func NewReadAccessTestTableTaggedGeo

func NewReadAccessTestTableTaggedGeo() (inst *ReadAccessTestTableTaggedGeo)

func (*ReadAccessTestTableTaggedGeo) GetAttributes

func (*ReadAccessTestTableTaggedGeo) GetColumnIndexFieldNames

func (inst *ReadAccessTestTableTaggedGeo) GetColumnIndexFieldNames() (fieldNames []string)

func (*ReadAccessTestTableTaggedGeo) GetColumnIndices

func (inst *ReadAccessTestTableTaggedGeo) GetColumnIndices() (columnIndices []uint32)

func (*ReadAccessTestTableTaggedGeo) GetMemberships

func (*ReadAccessTestTableTaggedGeo) GetSectionCoSectionGroup

func (inst *ReadAccessTestTableTaggedGeo) GetSectionCoSectionGroup() naming.Key

func (*ReadAccessTestTableTaggedGeo) GetSectionMembershipSpec

func (inst *ReadAccessTestTableTaggedGeo) GetSectionMembershipSpec() common.MembershipSpecE

func (*ReadAccessTestTableTaggedGeo) GetSectionName

func (inst *ReadAccessTestTableTaggedGeo) GetSectionName() naming.StylableName

func (*ReadAccessTestTableTaggedGeo) GetSectionStreamingGroup

func (inst *ReadAccessTestTableTaggedGeo) GetSectionStreamingGroup() naming.Key

func (*ReadAccessTestTableTaggedGeo) GetSectionUseAspects

func (inst *ReadAccessTestTableTaggedGeo) GetSectionUseAspects() useaspects.AspectSet

func (*ReadAccessTestTableTaggedGeo) Len

func (inst *ReadAccessTestTableTaggedGeo) Len() (nEntities int)

func (*ReadAccessTestTableTaggedGeo) LoadFromRecord

func (inst *ReadAccessTestTableTaggedGeo) LoadFromRecord(rec runtime.RecordI) (err error)

func (*ReadAccessTestTableTaggedGeo) Release

func (inst *ReadAccessTestTableTaggedGeo) Release()

func (*ReadAccessTestTableTaggedGeo) SetColumnIndices

func (inst *ReadAccessTestTableTaggedGeo) SetColumnIndices(indices []uint32) (restIndices []uint32)

type ReadAccessTestTableTaggedGeoAttributes

type ReadAccessTestTableTaggedGeoAttributes struct {
	ValueLat            *array.List
	ValueLatElements    *array.Float32
	ValueLng            *array.List
	ValueLngElements    *array.Float32
	ValueH3Res1         *array.List
	ValueH3Res1Elements *array.Uint64
	ValueH3Res2         *array.List
	ValueH3Res2Elements *array.Uint64
	ColumnIndexLat      uint32
	ColumnIndexLng      uint32
	ColumnIndexH3Res1   uint32
	ColumnIndexH3Res2   uint32
}

func NewReadAccessTestTableTaggedGeoAttributes

func NewReadAccessTestTableTaggedGeoAttributes() (inst *ReadAccessTestTableTaggedGeoAttributes)

func (*ReadAccessTestTableTaggedGeoAttributes) GetAttrValueH3Res1

func (inst *ReadAccessTestTableTaggedGeoAttributes) GetAttrValueH3Res1(entityIdx runtime.EntityIdx, attrIdx runtime.AttributeIdx) (scalarAttrValue uint64)

func (*ReadAccessTestTableTaggedGeoAttributes) GetAttrValueH3Res2

func (inst *ReadAccessTestTableTaggedGeoAttributes) GetAttrValueH3Res2(entityIdx runtime.EntityIdx, attrIdx runtime.AttributeIdx) (scalarAttrValue uint64)

func (*ReadAccessTestTableTaggedGeoAttributes) GetAttrValueLat

func (inst *ReadAccessTestTableTaggedGeoAttributes) GetAttrValueLat(entityIdx runtime.EntityIdx, attrIdx runtime.AttributeIdx) (scalarAttrValue float32)

func (*ReadAccessTestTableTaggedGeoAttributes) GetAttrValueLng

func (inst *ReadAccessTestTableTaggedGeoAttributes) GetAttrValueLng(entityIdx runtime.EntityIdx, attrIdx runtime.AttributeIdx) (scalarAttrValue float32)

func (*ReadAccessTestTableTaggedGeoAttributes) GetColumnIndexFieldNames

func (inst *ReadAccessTestTableTaggedGeoAttributes) GetColumnIndexFieldNames() (fieldNames []string)

func (*ReadAccessTestTableTaggedGeoAttributes) GetColumnIndices

func (inst *ReadAccessTestTableTaggedGeoAttributes) GetColumnIndices() (columnIndices []uint32)

func (*ReadAccessTestTableTaggedGeoAttributes) GetNumberOfAttributes

func (inst *ReadAccessTestTableTaggedGeoAttributes) GetNumberOfAttributes(entityIdx runtime.EntityIdx) (nAttributes int64)

func (*ReadAccessTestTableTaggedGeoAttributes) Len

func (inst *ReadAccessTestTableTaggedGeoAttributes) Len() (nEntities int)

func (*ReadAccessTestTableTaggedGeoAttributes) LoadFromRecord

func (inst *ReadAccessTestTableTaggedGeoAttributes) LoadFromRecord(rec runtime.RecordI) (err error)

func (*ReadAccessTestTableTaggedGeoAttributes) Release

func (*ReadAccessTestTableTaggedGeoAttributes) Reset

func (*ReadAccessTestTableTaggedGeoAttributes) SetColumnIndices

func (inst *ReadAccessTestTableTaggedGeoAttributes) SetColumnIndices(indices []uint32) (rest []uint32)

type ReadAccessTestTableTaggedText

type ReadAccessTestTableTaggedText struct {
	Attributes  *ReadAccessTestTableTaggedTextAttributes
	Memberships *MembershipPackTestTableShared1
}

func NewReadAccessTestTableTaggedText

func NewReadAccessTestTableTaggedText() (inst *ReadAccessTestTableTaggedText)

func (*ReadAccessTestTableTaggedText) GetAttributes

func (*ReadAccessTestTableTaggedText) GetColumnIndexFieldNames

func (inst *ReadAccessTestTableTaggedText) GetColumnIndexFieldNames() (fieldNames []string)

func (*ReadAccessTestTableTaggedText) GetColumnIndices

func (inst *ReadAccessTestTableTaggedText) GetColumnIndices() (columnIndices []uint32)

func (*ReadAccessTestTableTaggedText) GetMemberships

func (*ReadAccessTestTableTaggedText) GetSectionCoSectionGroup

func (inst *ReadAccessTestTableTaggedText) GetSectionCoSectionGroup() naming.Key

func (*ReadAccessTestTableTaggedText) GetSectionMembershipSpec

func (inst *ReadAccessTestTableTaggedText) GetSectionMembershipSpec() common.MembershipSpecE

func (*ReadAccessTestTableTaggedText) GetSectionName

func (inst *ReadAccessTestTableTaggedText) GetSectionName() naming.StylableName

func (*ReadAccessTestTableTaggedText) GetSectionStreamingGroup

func (inst *ReadAccessTestTableTaggedText) GetSectionStreamingGroup() naming.Key

func (*ReadAccessTestTableTaggedText) GetSectionUseAspects

func (inst *ReadAccessTestTableTaggedText) GetSectionUseAspects() useaspects.AspectSet

func (*ReadAccessTestTableTaggedText) Len

func (inst *ReadAccessTestTableTaggedText) Len() (nEntities int)

func (*ReadAccessTestTableTaggedText) LoadFromRecord

func (inst *ReadAccessTestTableTaggedText) LoadFromRecord(rec runtime.RecordI) (err error)

func (*ReadAccessTestTableTaggedText) Release

func (inst *ReadAccessTestTableTaggedText) Release()

func (*ReadAccessTestTableTaggedText) SetColumnIndices

func (inst *ReadAccessTestTableTaggedText) SetColumnIndices(indices []uint32) (restIndices []uint32)

type ReadAccessTestTableTaggedTextAttributes

type ReadAccessTestTableTaggedTextAttributes struct {
	ValueText                  *array.List
	ValueTextElements          *array.String
	ValueWordLength            *array.List
	ValueWordLengthElements    *array.Uint32
	ValueWords                 *array.List
	ValueWordsElements         *array.String
	AccelHomogenousArray       *runtime.RandomAccessTwoLevelLookupAccel[runtime.HomogenousArrayIdx, runtime.AttributeIdx, int, int64]
	ColumnIndexText            uint32
	ColumnIndexWordLength      uint32
	ColumnIndexWords           uint32
	ColumnIndexHomogenousArray uint32
}

func NewReadAccessTestTableTaggedTextAttributes

func NewReadAccessTestTableTaggedTextAttributes() (inst *ReadAccessTestTableTaggedTextAttributes)

func (*ReadAccessTestTableTaggedTextAttributes) GetAttrValueSingle

func (inst *ReadAccessTestTableTaggedTextAttributes) GetAttrValueSingle(entityIdx runtime.EntityIdx, attrIdx runtime.AttributeIdx) (text string, wordLength uint32, words string, err error)

func (*ReadAccessTestTableTaggedTextAttributes) GetAttrValueSingleOrDefault

func (inst *ReadAccessTestTableTaggedTextAttributes) GetAttrValueSingleOrDefault(entityIdx runtime.EntityIdx, attrIdx runtime.AttributeIdx) (text string, wordLength uint32, words string)

func (*ReadAccessTestTableTaggedTextAttributes) GetAttrValueText

func (inst *ReadAccessTestTableTaggedTextAttributes) GetAttrValueText(entityIdx runtime.EntityIdx, attrIdx runtime.AttributeIdx) (scalarAttrValue string)

func (*ReadAccessTestTableTaggedTextAttributes) GetAttrValueWordLength

func (inst *ReadAccessTestTableTaggedTextAttributes) GetAttrValueWordLength(entityIdx runtime.EntityIdx, attrIdx runtime.AttributeIdx) iter.Seq[uint32]

func (*ReadAccessTestTableTaggedTextAttributes) GetAttrValueWords

func (inst *ReadAccessTestTableTaggedTextAttributes) GetAttrValueWords(entityIdx runtime.EntityIdx, attrIdx runtime.AttributeIdx) iter.Seq[string]

func (*ReadAccessTestTableTaggedTextAttributes) GetColumnIndexFieldNames

func (inst *ReadAccessTestTableTaggedTextAttributes) GetColumnIndexFieldNames() (fieldNames []string)

func (*ReadAccessTestTableTaggedTextAttributes) GetColumnIndices

func (inst *ReadAccessTestTableTaggedTextAttributes) GetColumnIndices() (columnIndices []uint32)

func (*ReadAccessTestTableTaggedTextAttributes) GetNumberOfAttributes

func (inst *ReadAccessTestTableTaggedTextAttributes) GetNumberOfAttributes(entityIdx runtime.EntityIdx) (nAttributes int64)

func (*ReadAccessTestTableTaggedTextAttributes) Len

func (inst *ReadAccessTestTableTaggedTextAttributes) Len() (nEntities int)

func (*ReadAccessTestTableTaggedTextAttributes) LoadFromRecord

func (inst *ReadAccessTestTableTaggedTextAttributes) LoadFromRecord(rec runtime.RecordI) (err error)

func (*ReadAccessTestTableTaggedTextAttributes) Release

func (*ReadAccessTestTableTaggedTextAttributes) Reset

func (*ReadAccessTestTableTaggedTextAttributes) SetColumnIndices

func (inst *ReadAccessTestTableTaggedTextAttributes) SetColumnIndices(indices []uint32) (rest []uint32)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL