Home
last modified time | relevance | path

Searched refs:Mlrmap (Results 1 – 25 of 32) sorted by relevance

12

/dports/textproc/miller/miller-5.10.2/go/src/types/
H A Dmlrmap_accessors.go11 func (this *Mlrmap) Has(key string) bool {
110 func (this *Mlrmap) Merge(that *Mlrmap) { argument
117 func (this *Mlrmap) Get(key string) *Mlrval {
128 func (this *Mlrmap) GetKeys() []string {
278 func (this *Mlrmap) Equals(that *Mlrmap) bool { argument
295 func (this *Mlrmap) Contains(that *Mlrmap) bool { argument
313 func (this *Mlrmap) Clear() {
321 func (this *Mlrmap) Copy() *Mlrmap {
342 func (this *Mlrmap) MoveToHead(key string) {
562 func (this *Mlrmap) SortByKey() {
[all …]
H A Dmlrmap.go57 type Mlrmap struct { struct
76 func NewMlrmapAsRecord() *Mlrmap {
79 func NewMlrmap() *Mlrmap {
84 func newMlrmapUnhashed() *Mlrmap {
85 return &Mlrmap{
95 func newMlrmapHashed() *Mlrmap {
96 return &Mlrmap{
104 func NewMlrmapMaybeHashed(wantHashing bool) *Mlrmap {
112 func (this *Mlrmap) isHashed() bool { argument
H A Dmlrmap_print.go9 func (this *Mlrmap) Print() {
13 func (this *Mlrmap) Fprint(file *os.File) {
17 func (this *Mlrmap) ToDKVPString() string {
33 func (this Mlrmap) String() string {
H A Dmlrmap_flatten_unflatten.go38 func (this *Mlrmap) Flatten(separator string) {
62 func (this *Mlrmap) FlattenFields(
90 func (this *Mlrmap) isFlattenable() bool {
100 func (this *Mlrmap) Unflatten(separator string) {
120 func (this *Mlrmap) UnflattenFields(
H A Dmlrmap_json.go14 func (this *Mlrmap) MarshalJSON(jsonFormatting TJSONFormatting) ([]byte, error) {
41 func (this *Mlrmap) marshalJSONAux(
55 func (this *Mlrmap) marshalJSONAuxMultiline(
105 func (this *Mlrmap) marshalJSONAuxSingleLine(
H A Dindexed-lvalues.md34 * `$*` is a `Mlrmap`
35 * `@*` is a `Mlrmap`
40 * `*Mlrmap` needs a `PutIndexed` which takes `indices []*Mlrval` and `rvalue *Mlrval`.
H A Dcontext.go21 Record *Mlrmap
28 record *Mlrmap, argument
H A Dmlrval_new.go147 func MlrvalPointerFromMap(that *Mlrmap) *Mlrval {
162 func MlrvalPointerFromMapReferenced(that *Mlrmap) *Mlrval {
401 func MlrvalFromMapReferenced(that *Mlrmap) Mlrval {
H A DREADME.md21 # Mlrmap chapter
23 [`types.Mlrmap`](./mlrmap.go) is the sequence of key-value pairs which represents a Miller record. …
33 * The code for JSON I/O is mixed between `Mlrval` and `Mlrmap. This is unsurprising since JSON is a…
H A Dmlrval.go46 mapval *Mlrmap
/dports/textproc/miller/miller-5.10.2/go/src/runtime/
H A Dstate.go13 Inrec *types.Mlrmap
15 Oosvars *types.Mlrmap
34 inrec *types.Mlrmap,
/dports/textproc/miller/miller-5.10.2/go/src/dsl/cst/
H A Demit_emitp.go48 newrec *types.Mlrmap,
296 emittableMaps := make([]*types.Mlrmap, len(this.emitEvaluables))
333 templateRecord *types.Mlrmap,
334 emittableMaps []*types.Mlrmap,
350 nextLevelMaps := make([]*types.Mlrmap, len(emittableMaps))
408 outrec *types.Mlrmap,
422 outrec *types.Mlrmap,
H A Demitf.go30 newrec *types.Mlrmap,
181 outrec *types.Mlrmap,
195 outrec *types.Mlrmap,
H A Dtee.go61 outrec *types.Mlrmap,
159 outrec *types.Mlrmap,
H A Droot.go305 func (this *RootNode) ExecuteMainBlock(state *runtime.State) (outrec *types.Mlrmap, err error) {
330 func (this *RootNode) ExecuteREPLImmediate(state *runtime.State) (outrec *types.Mlrmap, err error) {
/dports/textproc/miller/miller-5.10.2/go/src/output/
H A Drecord_writer_json.go38 outrec *types.Mlrmap,
50 outrec *types.Mlrmap,
87 outrec *types.Mlrmap,
H A Drecord_writer_pprint.go40 outrec *types.Mlrmap,
96 outrec := e.Value.(*types.Mlrmap)
150 outrec := e.Value.(*types.Mlrmap)
235 outrec := e.Value.(*types.Mlrmap)
H A Drecord_writer.go11 Write(outrec *types.Mlrmap, ostream io.WriteCloser) argument
H A Drecord_writer_nidx.go24 outrec *types.Mlrmap,
H A Drecord_writer_dkvp.go26 outrec *types.Mlrmap,
H A Drecord_writer_xtab.go23 outrec *types.Mlrmap,
H A Drecord_writer_csv.go35 outrec *types.Mlrmap,
H A Drecord_writer_csvlite.go36 outrec *types.Mlrmap,
/dports/textproc/miller/miller-5.10.2/go/src/transformers/
H A Dstep.go310 process(valueFieldValue *types.Mlrval, inputRecord *types.Mlrmap)
369 inrec *types.Mlrmap,
402 inrec *types.Mlrmap,
433 inrec *types.Mlrmap,
463 inrec *types.Mlrmap,
493 inrec *types.Mlrmap,
520 inrec *types.Mlrmap,
587 inrec *types.Mlrmap,
/dports/textproc/miller/miller-5.10.2/go/src/input/
H A Drecord_reader_nidx.go90 ) *types.Mlrmap {

12